CVE-2026-72124: can: isotp: serialize TX state transitions under so->rx_lock

Published Aug 15, 2026
·
Updated

In the Linux kernel, the following vulnerability has been resolved:

can: isotp: serialize TX state transitions under so->rxlock

The TX state machine (so->tx.state) is driven from three contexts: sendmsg() claiming and progressing a transfer, the RX path consuming Flow Control/echo frames, and two hrtimers timing out a stalled transfer. Mixing a lock-free cmpxchg() claim in sendmsg() with hrtimercancel() calls made under so->rxlock elsewhere left windows where a frame or timer callback could act on a state that had already moved on, corrupting an unrelated transfer.

so->rxlock now covers the full lifecycle of a TX claim: sendmsg() takes it to check so->tx.state is ISOTPIDLE, switch it to ISOTPSENDING, bump so->txgen and drain the previous transfer's timers - all as one critical section. isotprcvfc()/isotprcvcf() already run under this lock via isotprcv(), and isotprcvecho() now takes it itself, so none of them can ever observe a transfer mid-claim. This also means a transfer can no longer be handed to sendmsg()'s cleanup paths (signal or send error) while another thread is concurrently claiming or finishing it, so those paths can cancel timers and reset the state unconditionally.

isotprelease() claims the socket the same way, so a racing sendmsg() sees a consistent ISOTPSHUTDOWN and skips arming its timer or sending.

Only the hrtimer callbacks stay outside so->rxlock, since they run under so->rxlock's cancellation elsewhere and taking it themselves would deadlock. so->txgen lets them recognize whether the transfer they timed out is still the one currently active, so they don't report an error against a transfer that has since completed or been superseded.

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Compensating control

    If immediate kernel upgrade is not possible, temporarily avoid triggering the affected ISOTP transmit paths (e.g., do not concurrently use sendmsg()/flow-control/echo behavior that can stall transfers) until the fix is deployed.

Event History

Aug 15, 2026
CVE Published
via MITRE·05:53 AM
Data Sourced
via MITRE·05:53 AM
Description
Data Sourced
via NVD·06:21 AM
Description
Free Weekly Intel

Don't miss critical vulnerabilities

Join thousands of security professionals who receive our weekly digest of trending CVEs, zero-days, and exploited vulnerabilities.

No spam. Unsubscribe anytime.

Frequently Asked Questions

1

What is the severity of CVE-2026-72124?

CVE-2026-72124 has a risk rating of 27.

2

How do I fix CVE-2026-72124?

To resolve CVE-2026-72124, ensure that your system is updated with the latest Linux kernel version that includes the fix for this vulnerability.

3

What systems are affected by CVE-2026-72124?

CVE-2026-72124 affects the Linux kernel that utilizes CAN ISOTP for communication.

4

What does CVE-2026-72124 involve?

CVE-2026-72124 involves issues with the transmission state machine in the CAN ISOTP module of the Linux kernel.

5

When was CVE-2026-72124 published?

CVE-2026-72124 was published on August 15, 2026.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203