Skip to main content

Linux Kernel CVE-2026-53128

| EUVDEUVD-2026-38996 MEDIUM
2026-06-24 Linux GHSA-gp4w-ghc6-9x53
5.5
CVSS 3.1 · NVD
Share

Severity by source

NVD PRIMARY
5.5 MEDIUM
AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
vuln.today AI
5.5 MEDIUM

Local-only trigger via DRBD admin interface requires low-privilege local access; no confidentiality or integrity impact, only kernel crash (A:H).

3.1 AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
4.0 AV:L/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N
SUSE
MEDIUM
qualitative

Primary rating from NVD.

CVSS VectorNVD

Attack Vector
Local
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
High

Lifecycle Timeline

5
Analysis Generated
Jul 06, 2026 - 17:46 vuln.today
CVSS changed
Jul 06, 2026 - 15:37 NVD
5.5 (MEDIUM)
Patch available
Jun 24, 2026 - 18:02 EUVD
CVE Published
Jun 24, 2026 - 16:30 cve.org
UNKNOWN (no severity yet)
CVE Published
Jun 24, 2026 - 16:30 nvd
MEDIUM 5.5

DescriptionNVD

In the Linux kernel, the following vulnerability has been resolved:

drbd: Balance RCU calls in drbd_adm_dump_devices()

Make drbd_adm_dump_devices() call rcu_read_lock() before rcu_read_unlock() is called. This has been detected by the Clang thread-safety analyzer.

AnalysisAI

Kernel panic via RCU locking imbalance in the DRBD subsystem's drbd_adm_dump_devices() function affects Linux kernel versions from the introduction of commit a55bbd375d18 through multiple stable branches. A locally authenticated low-privilege user who can invoke DRBD administrative operations may trigger a kernel crash by exploiting the unbalanced rcu_read_unlock() call - called without a preceding rcu_read_lock() - leading to a denial-of-service via kernel instability. No public exploit exists and EPSS probability is 0.18% (8th percentile), indicating very low real-world exploitation activity.

Technical ContextAI

DRBD (Distributed Replicated Block Device) is a Linux kernel module enabling synchronous block-level replication across cluster nodes, commonly used in high-availability storage configurations. Read-Copy-Update (RCU) is the kernel's lock-free synchronization primitive: rcu_read_lock() and rcu_read_unlock() must be balanced, as an unmatched rcu_read_unlock() decrements the RCU reader count prematurely, potentially signaling that a grace period has elapsed before it actually has. This can permit memory reclamation of data structures still in use, leading to use-after-free conditions or kernel crashes. The Clang thread-safety analyzer statically detected this imbalance in drbd_adm_dump_devices(), the netlink handler that enumerates DRBD device state for administrative tools. CPE data confirms the affected product as cpe:2.3:a:linux:linux:*:*:*:*:*:*:*:* across multiple LTS branches. The CWE is not formally assigned, but the root cause class is a resource lifecycle management error (lock imbalance), analogous to CWE-667 (Improper Locking).

RemediationAI

The primary fix is to upgrade the Linux kernel to a patched stable release: 5.10.258, 5.15.209, 6.1.175, 6.6.141, 6.12.91, 6.18.33, 7.0.10, or 7.1 depending on the deployed branch. Patch commits are available at git.kernel.org (references include ae12bb44b392, 68ebb9183ac3, 6cd27bcb71bb, 282e06e6d494, 8092713a10c1, 996d279f2c98, 1f112240531f, and 2b31e86387e6). For systems where immediate kernel upgrade is operationally infeasible, a compensating control is to unload or blacklist the drbd kernel module (modprobe -r drbd) if DRBD replication is not in active use - this prevents the vulnerable code path from being reachable entirely, though it disables DRBD functionality as a side effect. Restricting local user access to DRBD administrative netlink sockets via LSM (AppArmor/SELinux) policy can also limit exposure to privileged administrators only, reducing the PR:L attack surface to PR:H in practice.

Vendor StatusVendor

SUSE

Severity: Moderate
Product Status
SUSE Linux Enterprise Desktop 15 SP7 Affected
SUSE Linux Enterprise Desktop 15 SP7 Affected
SUSE Linux Enterprise High Availability Extension 15 SP7 Affected
SUSE Linux Enterprise High Availability Extension 15 SP7 Affected
SUSE Linux Enterprise High Availability Extension 16.0 Affected

Share

CVE-2026-53128 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy