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

7.3 · HIGH
Published Aug 15, 2026 EPSS 0.16% (5th pctl)

Overview

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

This vulnerability has a CVSS 3.1 base score of 7.3, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical Description

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

can: bcm: fix lockless bound/ifindex race and silent RX_SETUP failure

bcm_sendmsg() reads bo->ifindex and checks bo->bound before taking

lock_sock(), while bcm_notify(), bcm_connect() and bcm_release() all

mutate both fields under that same lock. Because the lockless reads

and the locked writes are unordered with respect to each other, a

racing bcm_notify() (device unregister) or bcm_connect() (concurrent

bind on another thread sharing the socket) can make bcm_sendmsg()

observe an inconsistent combination, e.g. a stale bound=1 together

with the now-cleared ifindex=0, silently turning a socket bound to a

specific CAN interface into one that also matches "any" interface.

Keep the lockless bo->bound check purely as a fast-path reject, and

move the ifindex read (and a bo->bound re-check) into the locked

section, where every writer already serializes. This removes the

possibility of observing the two fields torn against

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

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

How severe is CVE-2026-72122?

This vulnerability has a CVSS 3.1 base score of 7.3, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

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

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

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