Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2026-53285

5.5 · MEDIUM
Published Jun 26, 2026 linux CWE-617 EPSS 0.11% (1th pctl)

Overview

CVE-2026-53285 is a medium-severity vulnerability affecting linux linux_kernel. It was published on June 26, 2026 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical 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)

Remediation

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
linux linux_kernel >= 6.0, < 7.0.10 Affected

Frequently Asked Questions

What is CVE-2026-53285?

CVE-2026-53285 is a medium-severity vulnerability affecting linux linux_kernel. It was published on June 26, 2026 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

How severe is CVE-2026-53285?

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

How do I fix or remediate CVE-2026-53285?

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2026-53285?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-53285 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.