CVE-2024-49910

Source
https://cve.org/CVERecord?id=CVE-2024-49910
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2024-49910.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2024-49910
Downstream
Related
Published
2024-10-21T18:01:39.483Z
Modified
2026-03-20T12:39:28.003171Z
Summary
drm/amd/display: Add NULL check for function pointer in dcn401_set_output_transfer_func
Details

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

drm/amd/display: Add NULL check for function pointer in dcn401setoutputtransferfunc

This commit adds a null check for the setoutputgamma function pointer in the dcn401setoutputtransferfunc function. Previously, setoutputgamma was being checked for null, but then it was being dereferenced without any null check. This could lead to a null pointer dereference if setoutputgamma is null.

To fix this, we now ensure that setoutputgamma is not null before dereferencing it. We do this by adding a null check for setoutputgamma before the call to setoutputgamma.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2024/49xxx/CVE-2024-49910.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
4562236b3bc0a28aeb6ee93b2d8a849a4c4e1c7c
Fixed
d8ee900b92b6526cf84275b49a473155ad75c70e
Fixed
dd340acd42c24a3f28dd22fae6bf38662334264c

Database specific

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