Impact
A flaw in the Linux kernel’s vsock/vmci transport layer causes a use‑after‑free when a peer sends a reset packet during the connection handshake. The code incorrectly treats this packet as a normal error, leaving a reference to a pending socket that is later freed. Subsequent cleanup logic writes to the already‑freed memory, triggering a kernel memory corruption that can damage kernel data structures.
Affected Systems
All Linux kernel installations that have not applied the recent vsock/vmci fix are affected. The vulnerability was merged into mainline and is available in the 6.12 LTS series beginning with revision 6.12.79; kernel releases prior to that revision, including the 7.1 release candidates listed in the CPE data, remain vulnerable unless the patch is applied.
Risk and Exploitability
The CVSS score of 8.8 indicates high severity, while the EPSS score of less than 1% suggests a low current exploitation probability. The vulnerability is not listed in CISA’s KEV catalog. The likely attack vector is local or virtual machine access that can send a reset packet on a vsock connection; this inference is based on the bug’s requirement for interaction with the vsock/vmci transport layer. Exploitation would involve provoking the use‑after‑free to corrupt kernel memory, with potential impact on kernel integrity and system stability.
OpenCVE Enrichment
Ubuntu USN