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-23469

4.7 · MEDIUM
Published Apr 3, 2026 linux CWE-362 EPSS 0.09% (0th pctl)

Overview

CVE-2026-23469 is a medium-severity vulnerability affecting linux linux_kernel. It was published on April 3, 2026 and has a CVSS 3.1 base score of 4.7 (MEDIUM).

This vulnerability has a CVSS 3.1 base score of 4.7, 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/imagination: Synchronize interrupts before suspending the GPU

The runtime PM suspend callback doesn't know whether the IRQ handler is

in progress on a different CPU core and doesn't wait for it to finish.

Depending on timing, the IRQ handler could be running while the GPU is

suspended, leading to kernel crashes when trying to access GPU

registers. See example signature below.

In a power off sequence initiated by the runtime PM suspend callback,

wait for any IRQ handlers in progress on other CPU cores to finish, by

calling synchronize_irq().

At the same time, remove the runtime PM resume/put calls in the threaded

IRQ handler. On top of not being the right approach to begin with, and

being at the wrong place as they should have wrapped all GPU register

accesses, the driver would hit a deadlock between synchronize_irq()

being called from a runtime PM suspend callback, holding the device

power lock, and the resume

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.8, < 6.18.20 Affected

Frequently Asked Questions

What is CVE-2026-23469?

CVE-2026-23469 is a medium-severity vulnerability affecting linux linux_kernel. It was published on April 3, 2026 and has a CVSS 3.1 base score of 4.7 (MEDIUM).

How severe is CVE-2026-23469?

This vulnerability has a CVSS 3.1 base score of 4.7, 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-23469?

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-23469?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-23469 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.