CVE-2024-43904
Last modified
CVE-2024-43904 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add null checks for 'stream' and 'plane' before dereferencing This commit adds null checks for the 'stream' and 'plane' variables in the dcn30_apply_idle_power_optimizations function. These variables were previously assumed to be null at line 922, but they were used later in the code without checking if they were null. EPSS estimates a 0.24% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add null checks for 'stream' and 'plane' before dereferencing This commit adds null checks for the 'stream' and 'plane' variables in the dcn30_apply_idle_power_optimizations function. These variables were previously assumed to be null at line 922, but they were used later in the code without checking if they were null. This could potentially lead to a null pointer dereference, which would cause a crash. The null checks ensure that 'stream' and 'plane' are not null before they are used, preventing potential crashes. Fixes the below static smatch checker: drivers/gpu/drm/amd/amdgpu/../display/dc/hwss/dcn30/dcn30_hwseq.c:938 dcn30_apply_idle_power_optimizations() error: we previously assumed 'stream' could be null (see line 922) drivers/gpu/drm/amd/amdgpu/../display/dc/hwss/dcn30/dcn30_hwseq.c:940 dcn30_apply_idle_power_optimizations() error: we previously assumed 'plane' could be null (see line 922)
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | < 6.10.5 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2024-43904?
How severe is CVE-2024-43904?
How do I fix CVE-2024-43904?
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-43899In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-4390The Slider and Carousel slider by Depicter plugin for WordPr…6.5
- CVE-2024-43900In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-43901In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-43902In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-43903Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2024-43905In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-43906In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-43907In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-43908In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-43909In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-4391The Happy Addons for Elementor plugin for WordPress is vulne…5.4
Are you affected by CVE-2024-43904?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
