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

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

Overview

CVE-2026-31572 is a medium-severity vulnerability affecting linux linux_kernel. It was published on April 24, 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:

i2c: designware: amdisp: Fix resume-probe race condition issue

Identified resume-probe race condition in kernel v7.0 with the commit

38fa29b01a6a ("i2c: designware: Combine the init functions"),but this

issue existed from the beginning though not detected.

The amdisp i2c device requires ISP to be in power-on state for probe

to succeed. To meet this requirement, this device is added to genpd

to control ISP power using runtime PM. The pm_runtime_get_sync() called

before i2c_dw_probe() triggers PM resume, which powers on ISP and also

invokes the amdisp i2c runtime resume before the probe completes resulting

in this race condition and a NULL dereferencing issue in v7.0

Fix this race condition by using the genpd APIs directly during probe:

- Call dev_pm_genpd_resume() to Power ON ISP before probe

- Call dev_pm_genpd_suspend() to Power OFF ISP after probe

- Set the device to suspended state with pm_runtime_set_susp

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.16.1, < 6.18.21 Affected

Frequently Asked Questions

What is CVE-2026-31572?

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

How severe is CVE-2026-31572?

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

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

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