CVE detail
CVE-2026-31474
In the Linux kernel, the following vulnerability has been resolved: can: isotp: fix tx.buf use-after-free in isotp_sendmsg() isotp_sendmsg() uses only cmpxchg() on so->tx.state to serialize access to so->tx.buf. isotp_release() waits for ISOTP_IDLE via wait_event_interruptible() and then calls kfree(so->tx.buf). If a signal interrupts the wait_event_interruptible() inside close() while tx.state is ISOTP_SENDING, the loop exits early and release proceeds to force ISOTP_SHUTDOWN and continues to kfree(so->tx.buf) while sendmsg may still be reading so->tx.buf for the final CAN frame in isotp_fill_dataframe(). The so->tx.buf can be allocated once when the standard tx.buf length needs to be extended. Move the kfree() of this potentially extended tx.buf to sk_destruct time when either isotp_sendmsg() and isotp_release() are done.
Buzz score
Why this CVE is surfacing
This all-time snapshot uses the same composite formula as Trending across a 30-year evidence window, rather than a current rolling window.
Buzz score components · mention 25.6 · diversity 20.0 · KEV 0.0 · OTX 0.0 · PoC 0.0
Why it matters now
Mention timeline
- Total mentions
- 0
- within the 30d window
- Peak daily
- 0
- highest bucket
Evidence
Source links by recency
12 source links · newest first
Information published.
vendormsrc.microsoft.comApr 23, 2026, 8:05 AM- https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-31474.jsonsecurity.access.redhat.com
No excerpt available.
Vendor Advisorysecurity.access.redhat.comApr 22, 2026, 2:16 PM - https://bugzilla.redhat.com/show_bug.cgi?id=2460646bugzilla.redhat.com
No excerpt available.
Exploitbugzilla.redhat.comApr 22, 2026, 2:16 PM - https://access.redhat.com/security/cve/CVE-2026-31474access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comApr 22, 2026, 2:16 PM - https://access.redhat.com/errata/RHSA-2026:27789access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comApr 22, 2026, 2:16 PM - https://access.redhat.com/errata/RHSA-2026:27731access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comApr 22, 2026, 2:16 PM - https://access.redhat.com/errata/RHSA-2026:27288access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comApr 22, 2026, 2:16 PM No excerpt available.
Patchgit.kernel.orgApr 22, 2026, 2:16 PMNo excerpt available.
Patchgit.kernel.orgApr 22, 2026, 2:16 PMNo excerpt available.
Patchgit.kernel.orgApr 22, 2026, 2:16 PMNo excerpt available.
Patchgit.kernel.orgApr 22, 2026, 2:16 PMNo excerpt available.
Patchgit.kernel.orgApr 22, 2026, 2:16 PM
Exploit code
Public exploit repository references
Public PoC repositories are third-party, potentially unsafe artifacts. Treat their code as untrusted and use it only on authorized systems in an isolated, least-privilege environment. cvebuzz does not execute the code or verify that an exploit works.
0 repository references · best confidence N/A · max 0 stars
Related records
Similar CVEs
6 related CVEs with shared weakness or product evidence
- CVE-2026-53185CVSS 7.8 · High
In the Linux kernel, the following vulnerability has been resolved: zram: fix use-after-free in zram_bvec_write_partial() zram_read_page() picks the sync or async backing device…
- CVE-2026-46090CVSS 7.8 · High
In the Linux kernel, the following vulnerability has been resolved: ALSA: aloop: Fix peer runtime UAF during format-change stop loopback_check_format() may stop the capture side…
- CVE-2026-34771CVSS 7.5 · High
Electron is a framework for writing cross-platform desktop applications using JavaScript, HTML and CSS. Prior to versions 38.8.6, 39.8.0, 40.7.0, and 41.0.0-beta.8, apps that regi…
- CVE-2026-4684CVSS 7.5 · High
Race condition, use-after-free in the Graphics: WebRender component. This vulnerability was fixed in Firefox 149, Firefox ESR 115.34, Firefox ESR 140.9, Thunderbird 149, and Thund…
- CVE-2026-15904CVSS 8.8 · High
Use after free in Ozone in Google Chrome on Linux prior to 150.0.7871.128 allowed a remote attacker who convinced a user to engage in specific UI gestures to potentially exploit h…
- CVE-2026-15777CVSS 7.5 · High
Use after free in UI in Google Chrome on Linux prior to 150.0.7871.125 allowed a remote attacker who convinced a user to engage in specific UI gestures to potentially exploit heap…