CVE-2026-53285
Last modified
CVE-2026-53285 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: Wrap DCN32 phantom-plane allocation in DC_RUN_WITH_PREEMPTION_ENABLED [Why] dcn32_validate_bandwidth() wraps dcn32_internal_validate_bw() with DC_FP_START()/DC_FP_END(). In x86 non-RT, DC_FP_START takes fpregs_lock(), which disables local softirqs. The DML1 path through dcn32_enable_phantom_plane() calls kvzalloc() to allocate ~335 KiB for dc_plane_state. EPSS estimates a 0.15% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Wrap DCN32 phantom-plane allocation in DC_RUN_WITH_PREEMPTION_ENABLED [Why] dcn32_validate_bandwidth() wraps dcn32_internal_validate_bw() with DC_FP_START()/DC_FP_END(). In x86 non-RT, DC_FP_START takes fpregs_lock(), which disables local softirqs. The DML1 path through dcn32_enable_phantom_plane() calls kvzalloc() to allocate ~335 KiB for dc_plane_state. This triggers the vmalloc path, which calls BUG_ON(in_interrupt()) because it's invoked within the FPU-enabled (softirq disabled) region, leading to a kernel crash. [How] Wrap the dc_state_create_phantom_plane() call with the DC_RUN_WITH_PREEMPTION_ENABLED() macro to allow preemption during this memory allocation. (cherry picked from commit 885ccbef7b94a8b38f69c4211c679021aa27ad11)
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 | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 6.0, < 7.0.10 | — |
| Linux | Linux Kernel | 7.1 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-53285?
How severe is CVE-2026-53285?
How do I fix CVE-2026-53285?
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 2026
- CVE-2026-5328A weakness has been identified in shsuishang modulithshop up…6.3
- CVE-2026-53280In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-53281In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-53282In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-53283In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-53284In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-53286In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-53287In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-53288In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-53289In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-5329Rapid7 Velociraptor versions prior to 0.76.2 contain an impr…6.5
- CVE-2026-53290In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-53285?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
