CVE-2024-26729

Source
https://nvd.nist.gov/vuln/detail/CVE-2024-26729
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2024-26729.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2024-26729
Downstream
Published
2024-04-03T17:00:17.494Z
Modified
2025-12-05T03:35:35.988292Z
Summary
drm/amd/display: Fix potential null pointer dereference in dc_dmub_srv
Details

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

drm/amd/display: Fix potential null pointer dereference in dcdmubsrv

Fixes potential null pointer dereference warnings in the dcdmubsrvcmdlistqueueexecute() and dcdmubsrvishwpwrup() functions.

In both functions, the 'dcdmubsrv' variable was being dereferenced before it was checked for null. This could lead to a null pointer dereference if 'dcdmubsrv' is null. The fix is to check if 'dcdmubsrv' is null before dereferencing it.

Thus moving the null checks for 'dcdmubsrv' to the beginning of the functions to ensure that 'dcdmubsrv' is not null when it is dereferenced.

Found by smatch & thus fixing the below: drivers/gpu/drm/amd/amdgpu/../display/dc/dcdmubsrv.c:133 dcdmubsrvcmdlistqueueexecute() warn: variable dereferenced before check 'dcdmubsrv' (see line 128) drivers/gpu/drm/amd/amdgpu/../display/dc/dcdmubsrv.c:1167 dcdmubsrvishwpwrup() warn: variable dereferenced before check 'dcdmubsrv' (see line 1164)

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2024/26xxx/CVE-2024-26729.json"
}
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
65138eb72e1fc687be49932b9a45325598ffa01c
Fixed
351080ba3414c96afff0f1338b4aeb2983195b80
Fixed
d2b48f340d9e4a8fbeb1cdc84cd8da6ad143a907

Affected versions

v6.*

v6.5
v6.6
v6.6-rc1
v6.6-rc2
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.7.1
v6.7.2
v6.7.3
v6.7.4
v6.7.5
v6.7.6
v6.8-rc1
v6.8-rc2
v6.8-rc3
v6.8-rc4
v6.8-rc5

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.7.7