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

can: bcm: validate frame length in bcm_rx_setup() for RTR replies

bcm_tx_setup() validates cf->len against the CAN/CAN FD DLC limits
before installing frames for TX_SETUP, but bcm_rx_setup() never did
the same for the RTR-reply frame configured via RX_SETUP with
RX_RTR_FRAME.
Published: 2026-08-15
Score: 7.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability arises when the bcm_rx_setup() function in Linux’s CAN bus driver does not check the length of Received Remote Transmission Request (RTR) reply frames configured via RX_SETUP with RX_RTR_FRAME. A malformed frame that exceeds the allowable CAN or CAN‑FD data length can overwrite adjacent memory, creating a buffer overflow. This corruption could be exploited to gain arbitrary code execution or crash the system, compromising confidentiality, integrity, and availability.

Affected Systems

All Linux kernel releases that include the bcm driver before the security commit adding length validation are affected. The flaw is present in the kernel’s bcm driver across the entire distribution, so any unpatched or legacy kernel with a CAN interface using bcm could be vulnerable. Specific kernel versions are not listed, but any system that has not applied the patch is potentially at risk.

Risk and Exploitability

The CVSS score of 7.8 indicates a high severity, while the EPSS score of <1% suggests a low probability of exploitation at the current time. The vulnerability is not listed in CISA’s KEV catalog, indicating no documented widespread attacks. However, the flaw requires an attacker to be able to inject carefully crafted CAN frames into the target system, which is feasible in environments where CAN traffic is exposed to untrusted devices or physically accessible networks. If an attacker controls traffic, the missing length check could be leveraged to corrupt memory and potentially achieve code execution, presenting a significant risk when the flaw exists.

Generated by OpenCVE AI on August 18, 2026 at 04:31 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply an updated kernel that includes the security commit adding frame length validation to bcm_rx_setup()
  • If an immediate kernel upgrade is not possible, restrict the system’s CAN interfaces to trusted devices only or apply network isolation measures to block unsolicited CAN traffic
  • Consider disabling the bcm CAN driver altogether if CAN functionality is not required for the system’s operation

Generated by OpenCVE AI on August 18, 2026 at 04:31 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DLA Debian DLA DLA-4745-1 linux-6.12 security update
History

Wed, 19 Aug 2026 16:45:00 +0000


Tue, 18 Aug 2026 03:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-122

Tue, 18 Aug 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-130
References
Metrics threat_severity

None

threat_severity

Moderate


Mon, 17 Aug 2026 20:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-122

Mon, 17 Aug 2026 18:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-119
CWE-20

Mon, 17 Aug 2026 06:00:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 7.8, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H'}


Sat, 15 Aug 2026 09:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-119
CWE-20

Sat, 15 Aug 2026 06:00:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: can: bcm: validate frame length in bcm_rx_setup() for RTR replies bcm_tx_setup() validates cf->len against the CAN/CAN FD DLC limits before installing frames for TX_SETUP, but bcm_rx_setup() never did the same for the RTR-reply frame configured via RX_SETUP with RX_RTR_FRAME.
Title can: bcm: validate frame length in bcm_rx_setup() for RTR replies
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-19T16:36:00.857Z

Reserved: 2026-08-09T03:40:39.906Z

Link: CVE-2026-72114

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-15T06:21:25.803

Modified: 2026-08-19T17:20:57.650

Link: CVE-2026-72114

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-15T00:00:00Z

Links: CVE-2026-72114 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-18T04:45:04Z

Weaknesses
  • CWE-130

    Improper Handling of Length Parameter Inconsistency