CVE-2026-31474 is a use-after-free vulnerability in the Linux kernel CAN ISO-TP subsystem affecting the transmit path in isotp_sendmsg(). The flaw arises from improper lifetime management of the transmit buffer referenced by so->tx.buf during concurrent send and socket release operations. isotp_sendmsg() relies on cmpxchg() on so->tx.state to serialize access to the transmit buffer, while isotp_release() waits for the transmit state to become idle before freeing the buffer. If close() is interrupted by a signal while transmission is still in progress, the wait in isotp_release() can terminate early, after which the release path forces shutdown and frees so->tx.buf even though isotp_sendmsg() may still be reading from that buffer to build the final CAN frame in isotp_fill_dataframe(). The vulnerable condition is especially relevant when the standard transmit buffer has been extended and dynamically allocated. The upstream fix defers freeing the potentially extended transmit buffer until socket destruction time, ensuring cleanup occurs only after both the send and release paths have completed.
Mallory correlates every CVE against your assets, your vendors, and active adversary campaigns. Know which vulnerabilities matter for you, not just which ones are loud.
What it means. What to do now. Patch path, mitigations, and the assume-compromise checklist.
What an attacker gets, and what they’ve been doing with it.
If you can’t patch tonight, do this now.
Patch, then assume compromise.
No public exploits tracked yet. Mallory keeps watching.
No public exploit code observed for this vulnerability.
Products and vendors Mallory has correlated with this vulnerability. Open in Mallory to drill down to specific CPE configurations and version ranges.
Vendor-confirmed product mapping. Mallory continuously reconciles this list against your asset inventory.
7 sources tracked across advisories, community write-ups, and news. New activity surfaces here as Mallory finds it.
A Linux kernel use-after-free vulnerability in CAN ISO-TP handling, specifically in isotp_sendmsg().
A Linux kernel use-after-free vulnerability in can/isotp within isotp_sendmsg().
A Linux kernel use-after-free vulnerability in the CAN ISO-TP subsystem's isotp_sendmsg() / release path, where so->tx.buf could be freed while still in use during transmission.
A Linux kernel use-after-free vulnerability in CAN ISO-TP handling within isotp_sendmsg().
Query your assets running an affected version, and investigate the blast radius.
Every observed campaign linking this CVE to a named adversary.
Malware families riding this exploit, with evidence and IOCs.
YARA, Sigma, Snort, and vendor rules, auto-deployed to your SIEM.
Cross-references every affected SKU, including bundled OEM variants.
Community discussion across Reddit, Mastodon, and other social sources.