CVE-2026-53128
Received Received - Intake
RCU Imbalance in DRBD Kernel Module

Publication date: 2026-06-24

Last updated on: 2026-06-24

Assigner: kernel.org

Description
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.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-06-24
Last Modified
2026-06-24
Generated
2026-06-25
AI Q&A
2026-06-24
EPSS Evaluated
N/A
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
linbit drbd *
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

This vulnerability is related to the Linux kernel's drbd component, specifically in the function drbd_adm_dump_devices(). The issue was that the function did not properly balance calls to rcu_read_lock() and rcu_read_unlock(), which are used for safe read-side critical sections in the kernel. The fix involved ensuring that drbd_adm_dump_devices() calls rcu_read_lock() before calling rcu_read_unlock(). This problem was detected by the Clang thread-safety analyzer.

Impact Analysis

Improper balancing of rcu_read_lock() and rcu_read_unlock() calls can lead to potential race conditions or undefined behavior in the kernel, which might cause system instability or crashes. However, specific impacts such as data loss, privilege escalation, or remote exploitation are not detailed in the provided information.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-53128. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart