Impact
The flaw resides in the Linux kernel's network handshake handler. When a netlink handshake is submitted the code does not maintain a strong reference to the socket's file descriptor long enough to finish the handshaking, which can lead to a use‑after‑free race. This can corrupt memory and, if triggered by an attacker, can grant arbitrary code execution.
Affected Systems
All Linux kernel releases that lack the upstream patch for the net/handshake module are vulnerable. The issue appears in the core kernel code, so every distribution kernel built from upstream sources without the commit that adds an hr_file reference can be impacted.
Risk and Exploitability
The CVSS score of 9.8 marks the flaw as critical. Although the EPSS score is below 1% and it is not listed in CISA's KEV catalog, the attack surface remains high in systems that expose netlink handshake functionality to untrusted users. The race condition and use‑after‑free nature allow an attacker with privileged network access to trigger a crash or privilege escalation through a crafted netlink message.
OpenCVE Enrichment
Ubuntu USN