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

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

Overview

CVE-2026-23452 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:

PM: runtime: Fix a race condition related to device removal

The following code in pm_runtime_work() may dereference the dev->parent

pointer after the parent device has been freed:

/* Maybe the parent is now able to suspend. */

if (parent && !parent->power.ignore_children) {

spin_unlock(&dev->power.lock);

spin_lock(&parent->power.lock);

rpm_idle(parent, RPM_ASYNC);

spin_unlock(&parent->power.lock);

spin_lock(&dev->power.lock);

}

Fix this by inserting a flush_work() call in pm_runtime_remove().

Without this patch blktest block/001 triggers the following complaint

sporadically:

BUG: KASAN: slab-use-after-free in lock_acquire+0x70/0x160

Read of size 1 at addr ffff88812bef7198 by task kworker/u553:1/3081

Workqueue: pm pm_runtime_work

Call Trace:

<TASK>

dump_stack_lvl+0x61/0x80

print_address_description.constprop.0+0x8b/0x310

print_report+0xfd/0x1d7

kasan_report+0xd8/0x1d0

__kasan_check_byte+0x42/0

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 >= 2.6.32, < 5.10.253 Affected

Frequently Asked Questions

What is CVE-2026-23452?

CVE-2026-23452 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-23452?

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

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

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