CVE-2024-26797
Last modified
CVE-2024-26797 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Prevent potential buffer overflow in map_hw_resources Adds a check in the map_hw_resources function to prevent a potential buffer overflow. The function was accessing arrays using an index that could potentially be greater than the size of the arrays, leading to a buffer overflow. Adds a check to ensure that the index is within the bounds of the arrays. EPSS estimates a 0.25% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Prevent potential buffer overflow in map_hw_resources Adds a check in the map_hw_resources function to prevent a potential buffer overflow. The function was accessing arrays using an index that could potentially be greater than the size of the arrays, leading to a buffer overflow. Adds a check to ensure that the index is within the bounds of the arrays. If the index is out of bounds, an error message is printed and break it will continue execution with just ignoring extra data early to prevent the buffer overflow. Reported by smatch: drivers/gpu/drm/amd/amdgpu/../display/dc/dml2/dml2_wrapper.c:79 map_hw_resources() error: buffer overflow 'dml2->v20.scratch.dml_to_dc_pipe_mapping.disp_cfg_to_stream_id' 6 <= 7 drivers/gpu/drm/amd/amdgpu/../display/dc/dml2/dml2_wrapper.c:81 map_hw_resources() error: buffer overflow 'dml2->v20.scratch.dml_to_dc_pipe_mapping.disp_cfg_to_plane_id' 6 <= 7
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 6.7, < 6.7.9 | — |
| Linux | Linux Kernel | 6.8 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2024-26797?
How severe is CVE-2024-26797?
How do I fix CVE-2024-26797?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2024
- CVE-2024-26791In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2024-26792In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-26793In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-26794Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2024-26795In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-26796In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-26798In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-26799In the Linux kernel, the following vulnerability has been re…7
- CVE-2024-2680A vulnerability was found in Campcodes Online Job Finder Sys…6.1
- CVE-2024-26800In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-26801In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-26802In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2024-26797?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
