CVE-2024-44993

Source
https://nvd.nist.gov/vuln/detail/CVE-2024-44993
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2024-44993.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2024-44993
Downstream
Published
2024-09-04T19:54:39.545Z
Modified
2025-11-20T05:35:45.772359Z
Summary
drm/v3d: Fix out-of-bounds read in `v3d_csd_job_run()`
Details

In the Linux kernel, the following vulnerability has been resolved:

drm/v3d: Fix out-of-bounds read in v3d_csd_job_run()

When enabling UBSAN on Raspberry Pi 5, we get the following warning:

[ 387.894977] UBSAN: array-index-out-of-bounds in drivers/gpu/drm/v3d/v3dsched.c:320:3 [ 387.903868] index 7 is out of range for type 'u32 [7]' [ 387.909692] CPU: 0 PID: 1207 Comm: kworker/u16:2 Tainted: G WC 6.10.3-v8-16k-numa #151 [ 387.919166] Hardware name: Raspberry Pi 5 Model B Rev 1.0 (DT) [ 387.925961] Workqueue: v3dcsd drmschedrunjobwork [gpusched] [ 387.932525] Call trace: [ 387.935296] dumpbacktrace+0x170/0x1b8 [ 387.939403] showstack+0x20/0x38 [ 387.942907] dumpstacklvl+0x90/0xd0 [ 387.946785] dumpstack+0x18/0x28 [ 387.950301] _ubsanhandleoutofbounds+0x98/0xd0 [ 387.955383] v3dcsdjobrun+0x3a8/0x438 [v3d] [ 387.960707] drmschedrunjobwork+0x520/0x6d0 [gpusched] [ 387.966862] processonework+0x62c/0xb48 [ 387.971296] workerthread+0x468/0x5b0 [ 387.975317] kthread+0x1c4/0x1e0 [ 387.978818] retfromfork+0x10/0x20 [ 387.983014] ---[ end trace ]---

This happens because the UAPI provides only seven configuration registers and we are reading the eighth position of this u32 array.

Therefore, fix the out-of-bounds read in v3d_csd_job_run() by accessing only seven positions on the '__u32 [7]' array. The eighth register exists indeed on V3D 7.1, but it isn't currently used. That being so, let's guarantee that it remains unused and add a note that it could be set in a future patch.

References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
0ad5bc1ce4634ce9b5eaf017b01399ec5e49a03d
Fixed
d656b82c4b30cf12715e6cd129d3df808fde24a7
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
0ad5bc1ce4634ce9b5eaf017b01399ec5e49a03d
Fixed
497d370a644d95a9f04271aa92cb96d32e84c770

Affected versions

v6.*

v6.10
v6.10-rc1
v6.10-rc2
v6.10-rc3
v6.10-rc4
v6.10-rc5
v6.10-rc6
v6.10-rc7
v6.10.1
v6.10.2
v6.10.3
v6.10.4
v6.10.5
v6.10.6
v6.11-rc1
v6.6
v6.6-rc3
v6.6-rc4
v6.6-rc5
v6.6-rc6
v6.6-rc7
v6.7
v6.7-rc1
v6.7-rc2
v6.7-rc3
v6.7-rc4
v6.7-rc5
v6.7-rc6
v6.7-rc7
v6.7-rc8
v6.8
v6.8-rc1
v6.8-rc2
v6.8-rc3
v6.8-rc4
v6.8-rc5
v6.8-rc6
v6.8-rc7
v6.9
v6.9-rc1
v6.9-rc2
v6.9-rc3
v6.9-rc4
v6.9-rc5
v6.9-rc6
v6.9-rc7

Database specific

vanir_signatures

[
    {
        "deprecated": false,
        "target": {
            "file": "drivers/gpu/drm/v3d/v3d_sched.c",
            "function": "v3d_csd_job_run"
        },
        "digest": {
            "length": 757.0,
            "function_hash": "176288615711454880897624194250229029510"
        },
        "id": "CVE-2024-44993-54c65134",
        "signature_type": "Function",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@d656b82c4b30cf12715e6cd129d3df808fde24a7",
        "signature_version": "v1"
    },
    {
        "deprecated": false,
        "target": {
            "file": "drivers/gpu/drm/v3d/v3d_sched.c",
            "function": "v3d_csd_job_run"
        },
        "digest": {
            "length": 757.0,
            "function_hash": "176288615711454880897624194250229029510"
        },
        "id": "CVE-2024-44993-78645199",
        "signature_type": "Function",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@497d370a644d95a9f04271aa92cb96d32e84c770",
        "signature_version": "v1"
    },
    {
        "deprecated": false,
        "target": {
            "file": "drivers/gpu/drm/v3d/v3d_sched.c"
        },
        "digest": {
            "threshold": 0.9,
            "line_hashes": [
                "209386110743619747959844058484932928113",
                "280145413788169915217317127490734228957",
                "24170244725386466524870221558211725683",
                "53989896112708443058569207297624299037",
                "136054158825503137090595623085570743857",
                "77392863967276016158008703096798917127",
                "280578591782049826219309400250553658903",
                "196772999195140203868513336889221010519",
                "175968578485873262662989941491741236054",
                "319223764536361121767249419125672958362"
            ]
        },
        "id": "CVE-2024-44993-873d0056",
        "signature_type": "Line",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@497d370a644d95a9f04271aa92cb96d32e84c770",
        "signature_version": "v1"
    },
    {
        "deprecated": false,
        "target": {
            "file": "drivers/gpu/drm/v3d/v3d_sched.c"
        },
        "digest": {
            "threshold": 0.9,
            "line_hashes": [
                "209386110743619747959844058484932928113",
                "280145413788169915217317127490734228957",
                "24170244725386466524870221558211725683",
                "53989896112708443058569207297624299037",
                "136054158825503137090595623085570743857",
                "77392863967276016158008703096798917127",
                "280578591782049826219309400250553658903",
                "196772999195140203868513336889221010519",
                "175968578485873262662989941491741236054",
                "319223764536361121767249419125672958362"
            ]
        },
        "id": "CVE-2024-44993-c778abf3",
        "signature_type": "Line",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@d656b82c4b30cf12715e6cd129d3df808fde24a7",
        "signature_version": "v1"
    }
]

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.8.0
Fixed
6.10.7