Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2026-72124

8.8 · HIGH
Published Aug 15, 2026 EPSS 0.34% (27th pctl)

Overview

CVE-2026-72124 is a high-severity vulnerability. It was published on August 15, 2026 and has a CVSS 3.1 base score of 8.8 (HIGH).

This vulnerability has a CVSS 3.1 base score of 8.8, rated HIGH. It requires local or adjacent network access to exploit. No authentication or special privileges are required for exploitation.

Technical 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 tra

Remediation

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Frequently Asked Questions

What is CVE-2026-72124?

CVE-2026-72124 is a high-severity vulnerability. It was published on August 15, 2026 and has a CVSS 3.1 base score of 8.8 (HIGH).

How severe is CVE-2026-72124?

This vulnerability has a CVSS 3.1 base score of 8.8, rated HIGH. It requires local or adjacent network access to exploit. No authentication or special privileges are required for exploitation.

How do I fix or remediate CVE-2026-72124?

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2026-72124?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-72124 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.