CVE & CISA-KEV Catalog

CVE-2026-31474

MEDIUM
5.5
CVSS v3
NVD

Description

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.

How to fix

Remediation Available
linuxDebian
Fixed in:6.12.85-1CVE-2026-31474
Fixed in:6.19.11-1CVE-2026-31474
kernelRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.26.1.el10_2RHSA-2026:27288
Fixed in:0:6.12.0-211.26.1.el10_2RHSA-2026:27288
Fixed in:0:6.12.0-211.26.1.el10_2RHSA-2026:27288
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.26.1.el10_2RHSA-2026:27288
kernelRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.26.1.el10_2RHSA-2026:27288
Fixed in:0:6.12.0-211.26.1.el10_2RHSA-2026:27288
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.26.1.el10_2RHSA-2026:27288
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
kernel-64kRocky
Fixed in:0:6.12.0-211.26.1.el10_2RHSA-2026:27288
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-687.17.1.el9_8RHSA-2026:27789
kernel-64kRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.26.1.el10_2RHSA-2026:27288
Fixed in:0:5.14.0-687.17.1.el9_8RHSA-2026:27789
kernel-64k-coreRocky
Fixed in:0:6.12.0-211.26.1.el10_2RHSA-2026:27288
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-687.17.1.el9_8RHSA-2026:27789
kernel-64k-coreRed Hat / RHEL
Fixed in:0:6.12.0-211.26.1.el10_2RHSA-2026:27288
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-687.17.1.el9_8RHSA-2026:27789
kernel-64k-debugRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.26.1.el10_2RHSA-2026:27288
Fixed in:0:5.14.0-687.17.1.el9_8RHSA-2026:27789
kernel-64k-debugRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.26.1.el10_2RHSA-2026:27288
Fixed in:0:5.14.0-687.17.1.el9_8RHSA-2026:27789
kernel-64k-debug-coreRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.26.1.el10_2RHSA-2026:27288
Fixed in:0:5.14.0-687.17.1.el9_8RHSA-2026:27789
kernel-64k-debug-coreRed Hat / RHEL
Fixed in:0:6.12.0-211.26.1.el10_2RHSA-2026:27288
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-687.17.1.el9_8RHSA-2026:27789
kernel-64k-debug-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.26.1.el10_2RHSA-2026:27288
Fixed in:0:5.14.0-687.17.1.el9_8RHSA-2026:27789
kernel-64k-debug-debuginfoRocky
Fixed in:0:6.12.0-211.26.1.el10_2RHSA-2026:27288
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-687.17.1.el9_8RHSA-2026:27789
kernel-64k-debug-develRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.26.1.el10_2RHSA-2026:27288
Fixed in:0:5.14.0-687.17.1.el9_8RHSA-2026:27789
kernel-64k-debug-develRocky
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.26.1.el10_2RHSA-2026:27288
Fixed in:0:5.14.0-687.17.1.el9_8RHSA-2026:27789
kernel-64k-debug-devel-matchedRocky
Fixed in:0:6.12.0-211.26.1.el10_2RHSA-2026:27288
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-687.17.1.el9_8RHSA-2026:27789
kernel-64k-debug-devel-matchedRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.26.1.el10_2RHSA-2026:27288
Fixed in:0:5.14.0-687.17.1.el9_8RHSA-2026:27789
kernel-64k-debug-modulesRocky
Fixed in:0:6.12.0-211.26.1.el10_2RHSA-2026:27288
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-687.17.1.el9_8RHSA-2026:27789
kernel-64k-debug-modulesRed Hat / RHEL
Fixed in:0:6.12.0-211.26.1.el10_2RHSA-2026:27288
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-687.17.1.el9_8RHSA-2026:27789
kernel-64k-debug-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.26.1.el10_2RHSA-2026:27288
Fixed in:0:5.14.0-687.17.1.el9_8RHSA-2026:27789
kernel-64k-debug-modules-coreRocky
Fixed in:0:6.12.0-211.26.1.el10_2RHSA-2026:27288
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-687.17.1.el9_8RHSA-2026:27789
kernel-64k-debug-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.26.1.el10_2RHSA-2026:27288
Fixed in:0:5.14.0-687.17.1.el9_8RHSA-2026:27789
kernel-64k-debug-modules-extraRocky
Fixed in:0:6.12.0-211.26.1.el10_2RHSA-2026:27288
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-687.17.1.el9_8RHSA-2026:27789
kernel-64k-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.26.1.el10_2RHSA-2026:27288
Fixed in:0:5.14.0-687.17.1.el9_8RHSA-2026:27789
kernel-64k-debuginfoRocky
Fixed in:0:6.12.0-211.26.1.el10_2RHSA-2026:27288
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-687.17.1.el9_8RHSA-2026:27789
kernel-64k-develRocky
Fixed in:0:6.12.0-211.26.1.el10_2RHSA-2026:27288
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-687.17.1.el9_8RHSA-2026:27789
kernel-64k-develRed Hat / RHEL
Fixed in:0:6.12.0-211.26.1.el10_2RHSA-2026:27288
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-687.17.1.el9_8RHSA-2026:27789
kernel-64k-devel-matchedRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.26.1.el10_2RHSA-2026:27288
Fixed in:0:5.14.0-687.17.1.el9_8RHSA-2026:27789
kernel-64k-devel-matchedRocky
Fixed in:0:6.12.0-211.26.1.el10_2RHSA-2026:27288
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:5.14.0-687.17.1.el9_8RHSA-2026:27789
kernel-64k-modulesRed Hat / RHEL
Fixed in:0:6.12.0-55.82.1.el10_0RHSA-2026:27731
Fixed in:0:6.12.0-211.26.1.el10_2RHSA-2026:27288
Fixed in:0:5.14.0-687.17.1.el9_8RHSA-2026:27789

This vulnerability affects an unusually large number of packages. The highest-confidence fixes are shown above; the full list is longer. Check the referenced advisories for complete coverage.

TridentStack Control can deploy fixes like this automatically across your Windows, macOS, and Linux fleet. See how it works

Remediation is compiled from vendor and distribution security advisories. Always confirm against the linked source for your exact version and platform.

CVSS v3 Vector

Exploitability

Attack VectorLocal
Attack ComplexityLow
Privileges RequiredLow
User InteractionNone
ScopeUnchanged

Impact

ConfidentialityNone
IntegrityNone
AvailabilityHigh

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

Exploit Intelligence

0.10%probability of exploitation in 30 days
1stpercentile

Low risk: more likely to be exploited than 1% of all known CVEs.

References

Related Vulnerabilities

Other CWE-416 (Use After Free) vulnerabilities, ordered by exploit likelihood. View all

CVESeverityCVSSEPSSExploitedFix
CVE-2019-0708Critical9.8100%KEV + Ransom-
CVE-2021-31166Critical9.8100%KEVFix
CVE-2015-5119Critical9.899%KEV-
CVE-2010-3962High8.197%KEV-
CVE-2015-0313Critical9.896%KEVFix
CVE-2021-34833High7.896%--

Common questions

How do I fix CVE-2026-31474?

Published advisories record a fix for 341 affected products. The "How to fix" section on this page lists the fixed version and source advisory for each one, so apply the entry matching what you actually run.

Is CVE-2026-31474 being actively exploited?

Not that we know of. CVE-2026-31474 is not in the CISA Known Exploited Vulnerabilities catalog. Its EPSS score of 0.10% is the estimated probability that it will be exploited in the next 30 days. That is higher than 1% of all scored CVEs.

How severe is CVE-2026-31474?

CVE-2026-31474 has a CVSS v3 base score of 5.5, rated moderate. CVSS rates the technical impact if the vulnerability is exploited, not how likely that is, so weigh it alongside the exploit-prediction score when you decide what to patch first.

What does CVE-2026-31474 affect?

Published advisories record a fix for linux (Debian), kernel (Rocky), kernel (Red Hat / RHEL), kernel-64k (Rocky), and 337 more. Only products with a sourced advisory are listed, so treat this as what we can cite rather than a complete inventory.

Embed a live status badge for CVE-2026-31474
CVE-2026-31474 severity badge

Markdown

[![CVE-2026-31474](https://tridentstack.com/cve/badge/CVE-2026-31474.svg)](https://tridentstack.com/cve/CVE-2026-31474)

HTML

<a href="https://tridentstack.com/cve/CVE-2026-31474"><img src="https://tridentstack.com/cve/badge/CVE-2026-31474.svg" alt="CVE-2026-31474"></a>

Find and fix vulnerabilities across your fleet

TridentStack Control continuously scans your Windows, macOS, and Linux fleet for known vulnerabilities, prioritizes them by severity and active exploitation, and patches them automatically.

See how it worksStart freeThis CVE lookup is free and always will be.

This product uses NVD data but is not endorsed or certified by the NVD. EPSS scores courtesy of FIRST.org (https://www.first.org/epss). Source: CISA KEV Catalog. Data as of 2026-07-15.