CVE-2024-53201
Last modified
CVE-2024-53201 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: Fix null check for pipe_ctx->plane_state in dcn20_program_pipe This commit addresses a null pointer dereference issue in dcn20_program_pipe(). Previously, commit 8e4ed3cf1642 ("drm/amd/display: Add null check for pipe_ctx->plane_state in dcn20_program_pipe") partially fixed the null pointer dereference issue. EPSS estimates a 0.21% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix null check for pipe_ctx->plane_state in dcn20_program_pipe This commit addresses a null pointer dereference issue in dcn20_program_pipe(). Previously, commit 8e4ed3cf1642 ("drm/amd/display: Add null check for pipe_ctx->plane_state in dcn20_program_pipe") partially fixed the null pointer dereference issue. However, in dcn20_update_dchubp_dpp(), the variable pipe_ctx is passed in, and plane_state is accessed again through pipe_ctx. Multiple if statements directly call attributes of plane_state, leading to potential null pointer dereference issues. This patch adds necessary null checks to ensure stability.
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.6.64, < 6.7 |
| Linux | Linux Kernel | >= 6.11.3, < 6.11.11 |
| Linux | Linux Kernel | >= 6.12, < 6.12.2 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2024-53201?
How severe is CVE-2024-53201?
How do I fix CVE-2024-53201?
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-53195In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-53196In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-53197In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-53198In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-53199In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-53200In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-53202In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-53203In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-53204In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-53205In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-53206In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-53207In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2024-53201?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
