Kernel memory corruption via netlink data race
Published Dec 9, 2025 · Updated Aug 5, 2026
Data race in the Linux kernel netlink subsystem allows local users to corrupt kernel memory through concurrent receive and dump operations. netlink_recvmsg() reads and writes nlk->max_recvmsg_len without synchronization while netlink_dump() uses the raced value for unchecked signed skb_reserve() pointer adjustment. Any unprivileged user can open the required NETLINK_ROUTE socket and race the calls without user interaction, producing out-of-bounds heap disclosure, writes, memory pressure, or a kernel panic.
Summary
What happened
Data race in the Linux kernel netlink subsystem allows local users to corrupt kernel memory through concurrent receive and dump operations. netlink_recvmsg() reads and writes nlk->max_recvmsg_len without synchronization while netlink_dump() uses the raced value for unchecked signed skb_reserve() pointer adjustment. Any unprivileged user can open the required NETLINK_ROUTE socket and race the calls without user interaction, producing out-of-bounds heap disclosure, writes, memory pressure, or a kernel panic.
The record
- CVE
- CVE-2023-53824
- Published
- Dec 9, 2025
- Updated
- Aug 5, 2026
- Vendor
- The Linux Kernel Organization
- Product
- Linux
- Classifications
- T1068
- Attack vector
- local
- Privileges
- authenticated
Timeline
How it unfolded
- Dec 9, 2025CVE publishedPublication date reported by the CVE source.
- Aug 5, 2026Record updatedLatest update available in the CVE record.
Exploitability
Present is not the same as exploitable
Compare your product and version with the public record. A matching version still requires validation against your environment.
Is a vulnerable build present?
Compare these published version ranges with your installed build and any vendor patches.
- Affected versionversion=3.15
- Affected versionversion=9063e21fb026c4966fc93261c18322214f9835eb <05c9e3fc93b02d18c3ab258d43350a6d44b40bbd
- Affected versionversion=9063e21fb026c4966fc93261c18322214f9835eb <7cff4103be7c402ecc3e7bf8f95a64089e3c91b8
- Affected versionversion=9063e21fb026c4966fc93261c18322214f9835eb <a1865f2e7d10dde00d35a2122b38d2e469ae67ed
- Affected versionversion=9063e21fb026c4966fc93261c18322214f9835eb <e3bcf2a77060bea4d8d09cb09d92c7056f07df5a
- Affected versionversion=9063e21fb026c4966fc93261c18322214f9835eb <fc4ba13013ddaea8b11b88fd52b35449e2d9cf85
What conditions does exploitation require?
What is affected?
Published CVSS scores
CVSS describes severity. EPSS estimates exploitation probability.
Attacks
What attackers are doing with it
Daily unique IPs observed by Shadowserver honeypots for known exploited vulnerabilities (KEVs). Missing observations do not establish an absence of attacks.
Weakness, pattern, technique
Public exploit references
No public exploit references are available in this record.
Labels summarize the accepted research assessment. They do not indicate a test against your environment.
Technologies
Your stack
See the directory against your own environment.
Your stack
Check the software in your environment
Book a demo to see how Hinoki identifies affected software and validates exploitability in your environment.
Book a demo