Vulnerability in Linux
CVE-2026-23437
In the Linux kernel, the following vulnerability has been resolved: net: shaper: protect late read accesses to the hierarchy We look up a netdev during prep of Netlink ops (pre- callbacks) and take a ref to it. Then later in the body of the callback we take its lock or RCU which are the actual protections. This is not proper, a conversion from a ref to a locked netdev must include a liveness check (a check if the netdev hasn't been unregistered already). Fix the read cases (those under RCU). Writes needs a separate change to protect from creating the hierarchy after flush has already run.
EPSS: 0.001 (2.8th percentile) — read the EPSS interpretation.
CVSS v3 metric
CVSS v3 base score 7.8 (High). Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H.
Affected products
- Linux — versions 4b623f9f0f59652ea71fcb27d60b4c3b65126dbb, 6.13, 0
- Linux Linux_kernel — versions 6.13, 7.0
References
Frequently asked questions
- What is CVE-2026-23437?
- CVE-2026-23437 is a high-severity vulnerability in Linux. CVSS score: 7.8/10. Published 2026-04-03.
- How severe is CVE-2026-23437?
- High severity. CVSS v3 base score is 7.8 out of 10.