CVE-2024-49916

Source
https://cve.org/CVERecord?id=CVE-2024-49916
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2024-49916.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2024-49916
Downstream
Related
Published
2024-10-21T18:01:43.547Z
Modified
2026-03-20T12:39:27.585114Z
Summary
drm/amd/display: Add NULL check for clk_mgr and clk_mgr->funcs in dcn401_init_hw
Details

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

drm/amd/display: Add NULL check for clkmgr and clkmgr->funcs in dcn401inithw

This commit addresses a potential null pointer dereference issue in the dcn401_init_hw function. The issue could occur when dc->clk_mgr or dc->clk_mgr->funcs is null.

The fix adds a check to ensure dc->clk_mgr and dc->clk_mgr->funcs is not null before accessing its functions. This prevents a potential null pointer dereference.

Reported by smatch: drivers/gpu/drm/amd/amdgpu/../display/dc/hwss/dcn401/dcn401hwseq.c:416 dcn401inithw() error: we previously assumed 'dc->clkmgr' could be null (see line 225)

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2024/49xxx/CVE-2024-49916.json",
    "cna_assigner": "Linux"
}
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
4562236b3bc0a28aeb6ee93b2d8a849a4c4e1c7c
Fixed
ac1c41e318074d8a9ea925787e366be15d7645e8
Fixed
4b6377f0e96085cbec96eb7f0b282430ccdd3d75

Database specific

source
"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2024-49916.json"