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

5.5 · MEDIUM
Published Jun 24, 2026 linux CWE-667

Overview

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

md: fix array_state=clear sysfs deadlock

When "clear" is written to array_state, md_attr_store() breaks sysfs

active protection so the array can delete itself from its own sysfs

store method.

However, md_attr_store() currently drops the mddev reference before

calling sysfs_unbreak_active_protection(). Once do_md_stop(..., 0)

has made the mddev eligible for delayed deletion, the temporary

kobject reference taken by sysfs_break_active_protection() can become

the last kobject reference protecting the md kobject.

That allows sysfs_unbreak_active_protection() to drop the last

kobject reference from the current sysfs writer context. kobject

teardown then recurses into kernfs removal while the current sysfs

node is still being unwound, and lockdep reports recursive locking on

kn->active with kernfs_drain() in the call chain.

Reproducer on an existing level:

1. Create an md0 linear array and activate it:

mknod /dev/md0

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.17, < 6.18.33 Affected

Frequently Asked Questions

What is CVE-2026-53125?

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

How severe is CVE-2026-53125?

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

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

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