PT-2026-34379 · Linux · Linux Kernel
Published
2026-04-22
·
Updated
2026-04-23
·
CVE-2026-31474
CVSS v3.1
7.8
High
| Vector | AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H |
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
A use-after-free issue exists in the
isotp sendmsg() function. The function uses cmpxchg() on so->tx.state to serialize access to so->tx.buf. When isotp release() waits for ISOTP IDLE via wait event interruptible(), a signal can interrupt this process during a close() operation while tx.state is ISOTP SENDING. This causes the loop to exit prematurely, leading the release process to force ISOTP SHUTDOWN and call kfree(so->tx.buf) while isotp fill dataframe() may still be reading so->tx.buf for the final CAN frame.Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Use After Free
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Linux Kernel