CVE-2026-72124
can: isotp: serialize TX state transitions under so->rx_lock
Description
In the Linux kernel, the following vulnerability has been resolved: can: isotp: serialize TX state transitions under so->rx_lock 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 hrtimer_cancel() calls made under so->rx_lock elsewhere left windows where a frame or timer callback could act on a state that had already moved on, corrupting an unrelated transfer. so->rx_lock now covers the full lifecycle of a TX claim: sendmsg() takes it to check so->tx.state is ISOTP_IDLE, switch it to ISOTP_SENDING, bump so->tx_gen and drain the previous transfer's timers - all as one critical section. isotp_rcv_fc()/isotp_rcv_cf() already run under this lock via isotp_rcv(), and isotp_rcv_echo() 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. isotp_release() claims the socket the same way, so a racing sendmsg() sees a consistent ISOTP_SHUTDOWN and skips arming its timer or sending. Only the hrtimer callbacks stay outside so->rx_lock, since they run under so->rx_lock's cancellation elsewhere and taking it themselves would deadlock. so->tx_gen 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.
INFO
Published Date :
Aug. 15, 2026, 6:21 a.m.
Last Modified :
Aug. 17, 2026, 6:18 a.m.
Remotely Exploit :
No
Source :
416baaa9-dc9f-4396-8d5f-8c081fb06d67
CVSS Scores
| Score | Version | Severity | Vector | Exploitability Score | Impact Score | Source |
|---|---|---|---|---|---|---|
| CVSS 3.1 | HIGH | 416baaa9-dc9f-4396-8d5f-8c081fb06d67 |
Solution
- Apply the provided kernel patch.
- Ensure timers and callbacks respect state changes.
- Update affected Linux kernel versions.
- Restart affected services or systems.
References to Advisories, Solutions, and Tools
Here, you will find a curated list of external links that provide in-depth
information, practical solutions, and valuable tools related to
CVE-2026-72124.
CWE - Common Weakness Enumeration
While CVE identifies
specific instances of vulnerabilities, CWE categorizes the common flaws or
weaknesses that can lead to vulnerabilities. CVE-2026-72124 is
associated with the following CWEs:
Common Attack Pattern Enumeration and Classification (CAPEC)
Common Attack Pattern Enumeration and Classification
(CAPEC)
stores attack patterns, which are descriptions of the common attributes and
approaches employed by adversaries to exploit the CVE-2026-72124
weaknesses.
We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).
Results are limited to the first 15 repositories due to potential performance issues.
The following list is the news that have been mention
CVE-2026-72124 vulnerability anywhere in the article.
The following table lists the changes that have been made to the
CVE-2026-72124 vulnerability over time.
Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability's severity, exploitability, or other characteristics.
-
CVE Modified by 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Aug. 17, 2026
Action Type Old Value New Value Added CVSS V3.1 AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H Changed Affected [{'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': 'e057dd3fc20ffb3d7f150af46542a51b59b90127', 'lessThan': '0b05eca9589f609e2491b528dccf683168a4cda8', 'versionType': 'git'}, {'status': 'affected', 'version': 'e057dd3fc20ffb3d7f150af46542a51b59b90127', 'lessThan': 'a7d90e7b5e75d7406c889fe36e9a61ee364a00cb', 'versionType': 'git'}, {'status': 'affected', 'version': 'e057dd3fc20ffb3d7f150af46542a51b59b90127', 'lessThan': '37beb16e08cae94cc05840c7274225e3b0b38ae7', 'versionType': 'git'}, {'status': 'affected', 'version': 'e057dd3fc20ffb3d7f150af46542a51b59b90127', 'lessThan': '4f1fdf1a1c317bcac0c6b6c8e12642c9983de1ca', 'versionType': 'git'}, {'status': 'affected', 'version': 'e057dd3fc20ffb3d7f150af46542a51b59b90127', 'lessThan': 'cf070fe33bfbd1a4c21236078fadb35dd223a157', 'versionType': 'git'}], 'programFiles': ['net/can/isotp.c'], 'defaultStatus': 'unaffected'}, {'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': '5.10'}, {'status': 'unaffected', 'version': '0', 'lessThan': '5.10', 'versionType': 'semver'}, {'status': 'unaffected', 'version': '6.6.148', 'versionType': 'semver', 'lessThanOrEqual': '6.6.*'}, {'status': 'unaffected', 'version': '6.12.101', 'versionType': 'semver', 'lessThanOrEqual': '6.12.*'}, {'status': 'unaffected', 'version': '6.18.40', 'versionType': 'semver', 'lessThanOrEqual': '6.18.*'}, {'status': 'unaffected', 'version': '7.1.5', 'versionType': 'semver', 'lessThanOrEqual': '7.1.*'}, {'status': 'unaffected', 'version': '7.2-rc4', 'versionType': 'original_commit_for_fix', 'lessThanOrEqual': '*'}], 'programFiles': ['net/can/isotp.c'], 'defaultStatus': 'affected'}] [{'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': 'e057dd3fc20ffb3d7f150af46542a51b59b90127', 'lessThan': '0b05eca9589f609e2491b528dccf683168a4cda8', 'versionType': 'git'}, {'status': 'affected', 'version': 'e057dd3fc20ffb3d7f150af46542a51b59b90127', 'lessThan': 'a7d90e7b5e75d7406c889fe36e9a61ee364a00cb', 'versionType': 'git'}, {'status': 'affected', 'version': 'e057dd3fc20ffb3d7f150af46542a51b59b90127', 'lessThan': '37beb16e08cae94cc05840c7274225e3b0b38ae7', 'versionType': 'git'}, {'status': 'affected', 'version': 'e057dd3fc20ffb3d7f150af46542a51b59b90127', 'lessThan': '4f1fdf1a1c317bcac0c6b6c8e12642c9983de1ca', 'versionType': 'git'}, {'status': 'affected', 'version': 'e057dd3fc20ffb3d7f150af46542a51b59b90127', 'lessThan': 'cf070fe33bfbd1a4c21236078fadb35dd223a157', 'versionType': 'git'}], 'programFiles': ['net/can/isotp.c'], 'defaultStatus': 'unaffected'}, {'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': '5.10'}, {'status': 'unaffected', 'version': '0', 'lessThan': '5.10', 'versionType': 'semver'}, {'status': 'unaffected', 'version': '6.6.148', 'versionType': 'semver', 'lessThanOrEqual': '6.6.*'}, {'status': 'unaffected', 'version': '6.12.101', 'versionType': 'semver', 'lessThanOrEqual': '6.12.*'}, {'status': 'unaffected', 'version': '6.18.40', 'versionType': 'semver', 'lessThanOrEqual': '6.18.*'}, {'status': 'unaffected', 'version': '7.1.5', 'versionType': 'semver', 'lessThanOrEqual': '7.1.*'}, {'status': 'unaffected', 'version': '7.2', 'versionType': 'original_commit_for_fix', 'lessThanOrEqual': '*'}], 'programFiles': ['net/can/isotp.c'], 'defaultStatus': 'affected'}] -
New CVE Received by 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Aug. 15, 2026
Action Type Old Value New Value Added Affected [{'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': 'e057dd3fc20ffb3d7f150af46542a51b59b90127', 'lessThan': '0b05eca9589f609e2491b528dccf683168a4cda8', 'versionType': 'git'}, {'status': 'affected', 'version': 'e057dd3fc20ffb3d7f150af46542a51b59b90127', 'lessThan': 'a7d90e7b5e75d7406c889fe36e9a61ee364a00cb', 'versionType': 'git'}, {'status': 'affected', 'version': 'e057dd3fc20ffb3d7f150af46542a51b59b90127', 'lessThan': '37beb16e08cae94cc05840c7274225e3b0b38ae7', 'versionType': 'git'}, {'status': 'affected', 'version': 'e057dd3fc20ffb3d7f150af46542a51b59b90127', 'lessThan': '4f1fdf1a1c317bcac0c6b6c8e12642c9983de1ca', 'versionType': 'git'}, {'status': 'affected', 'version': 'e057dd3fc20ffb3d7f150af46542a51b59b90127', 'lessThan': 'cf070fe33bfbd1a4c21236078fadb35dd223a157', 'versionType': 'git'}], 'programFiles': ['net/can/isotp.c'], 'defaultStatus': 'unaffected'}, {'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': '5.10'}, {'status': 'unaffected', 'version': '0', 'lessThan': '5.10', 'versionType': 'semver'}, {'status': 'unaffected', 'version': '6.6.148', 'versionType': 'semver', 'lessThanOrEqual': '6.6.*'}, {'status': 'unaffected', 'version': '6.12.101', 'versionType': 'semver', 'lessThanOrEqual': '6.12.*'}, {'status': 'unaffected', 'version': '6.18.40', 'versionType': 'semver', 'lessThanOrEqual': '6.18.*'}, {'status': 'unaffected', 'version': '7.1.5', 'versionType': 'semver', 'lessThanOrEqual': '7.1.*'}, {'status': 'unaffected', 'version': '7.2-rc4', 'versionType': 'original_commit_for_fix', 'lessThanOrEqual': '*'}], 'programFiles': ['net/can/isotp.c'], 'defaultStatus': 'affected'}] Added Description In the Linux kernel, the following vulnerability has been resolved: can: isotp: serialize TX state transitions under so->rx_lock 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 hrtimer_cancel() calls made under so->rx_lock elsewhere left windows where a frame or timer callback could act on a state that had already moved on, corrupting an unrelated transfer. so->rx_lock now covers the full lifecycle of a TX claim: sendmsg() takes it to check so->tx.state is ISOTP_IDLE, switch it to ISOTP_SENDING, bump so->tx_gen and drain the previous transfer's timers - all as one critical section. isotp_rcv_fc()/isotp_rcv_cf() already run under this lock via isotp_rcv(), and isotp_rcv_echo() 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. isotp_release() claims the socket the same way, so a racing sendmsg() sees a consistent ISOTP_SHUTDOWN and skips arming its timer or sending. Only the hrtimer callbacks stay outside so->rx_lock, since they run under so->rx_lock's cancellation elsewhere and taking it themselves would deadlock. so->tx_gen 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. Added Reference https://git.kernel.org/stable/c/0b05eca9589f609e2491b528dccf683168a4cda8 Added Reference https://git.kernel.org/stable/c/37beb16e08cae94cc05840c7274225e3b0b38ae7 Added Reference https://git.kernel.org/stable/c/4f1fdf1a1c317bcac0c6b6c8e12642c9983de1ca Added Reference https://git.kernel.org/stable/c/a7d90e7b5e75d7406c889fe36e9a61ee364a00cb Added Reference https://git.kernel.org/stable/c/cf070fe33bfbd1a4c21236078fadb35dd223a157