CVE-2024-49895

Source
https://cve.org/CVERecord?id=CVE-2024-49895
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2024-49895.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2024-49895
Downstream
Related
Published
2024-10-21T18:01:29.028Z
Modified
2026-03-20T12:38:09.950940Z
Summary
drm/amd/display: Fix index out of bounds in DCN30 degamma hardware format translation
Details

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

drm/amd/display: Fix index out of bounds in DCN30 degamma hardware format translation

This commit addresses a potential index out of bounds issue in the cm3_helper_translate_curve_to_degamma_hw_format function in the DCN30 color management module. The issue could occur when the index 'i' exceeds the number of transfer function points (TRANSFERFUNCPOINTS).

The fix adds a check to ensure 'i' is within bounds before accessing the transfer function points. If 'i' is out of bounds, the function returns false to indicate an error.

Reported by smatch: drivers/gpu/drm/amd/amdgpu/../display/dc/dcn30/dcn30cmcommon.c:338 cm3helpertranslatecurvetodegammahwformat() error: buffer overflow 'outputtf->tfpts.red' 1025 <= s32max drivers/gpu/drm/amd/amdgpu/../display/dc/dcn30/dcn30cmcommon.c:339 cm3helpertranslatecurvetodegammahwformat() error: buffer overflow 'outputtf->tfpts.green' 1025 <= s32max drivers/gpu/drm/amd/amdgpu/../display/dc/dcn30/dcn30cmcommon.c:340 cm3helpertranslatecurvetodegammahwformat() error: buffer overflow 'outputtf->tf_pts.blue' 1025 <= s32max

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2024/49xxx/CVE-2024-49895.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
ad89f83343a501890cf082c8a584e96b59fe4015
Fixed
de6ee4f9e6b1c36b4fdc7c345c1a6de9e246093e
Fixed
f3ccd855b4395ce65f10dd37847167f52e122b70
Fixed
0d38a0751143afc03faef02d55d31f70374ff843
Fixed
f5c3d306de91a4b69cfe3eedb72b42d452593e42
Fixed
c4fdc2d6fea129684b82bab90bb52fbace494a58
Fixed
bc50b614d59990747dd5aeced9ec22f9258991ff

Database specific

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