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-72121

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

Overview

CVE-2026-72121 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: bcm: add locking when updating filter and timer values

KCSAN detected a simultaneous access to timer values that can be

overwritten in bcm_rx_setup() when updating timer and filter content

while bcm_rx_handler(), bcm_rx_timeout_handler() or bcm_rx_thr_handler()

run concurrently on incoming CAN traffic.

Protect the timer (ival1/ival2/kt_ival1/kt_ival2/kt_lastmsg) and filter

(nframes/flags/frames/last_frames) updates in bcm_rx_setup() with a new

per-op bcm_rx_update_lock, taken with the matching scope in the RX

handlers. memcpy_from_msg() is staged into a temporary buffer before the

lock is taken, since it can sleep and must not run under a spinlock.

hrtimer_cancel() is always called without bcm_rx_update_lock held, since

bcm_rx_timeout_handler()/bcm_rx_thr_handler() take the same lock and a

running callback would otherwise deadlock against the canceller.

Also close a related race: bcm_rx_setup() cleared the RT

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-72121?

CVE-2026-72121 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-72121?

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-72121?

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-72121?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-72121 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.