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

can: peak_usb: validate uCAN receive record lengths

pcan_usb_fd_decode_buf() walks uCAN records packed in one USB
receive buffer.

Require each record to contain the fixed header for its type, and verify
CAN payload bytes before copying them into the skb.
Published: 2026-08-15
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The peak_usb driver in the Linux kernel fails to validate the length of uCAN receive records before copying them into kernel buffers. This oversight allows a malicious CAN USB message to overflow a buffer and corrupt kernel memory, potentially enabling arbitrary code execution within kernel space. The flaw is a classic buffer overflow (CWE-805) and the impact is limited to the kernel, not user processes unless the attacker escalates privileges.

Affected Systems

All Linux kernel builds that do not contain the patch added by commit 2427ef427bdd78d862c7c76597bfd9eda88b81f1 are affected. Systems that use CAN USB adapters supported by the peak_usb driver are at risk. No specific release versions are listed, so any kernel prior to inclusion of the patch should be considered vulnerable.

Risk and Exploitability

The CVSS score of 5.5 classifies this as a moderate severity flaw. The EPSS score of less than 1% indicates a very low likelihood of exploitation at the time of analysis, and the vulnerability is not listed in the CISA KEV catalog. Attackers would need local or physical control of the CAN USB interface to inject malformed messages; there is no documented remote exploitation path. If exploited, the resulting memory corruption could allow escalation of privileges to kernel level.

Generated by OpenCVE AI on August 21, 2026 at 23:43 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Linux kernel to the latest release that incorporates the patch from commit 2427ef427bdd78d862c7c76597bfd9eda88b81f1
  • Restrict physical access to CAN USB adapters and disable unused interfaces to prevent unauthorized message injection
  • Monitor kernel logs (e.g., dmesg or syslog) for anomalies related to CAN traffic or failures in packet processing

Generated by OpenCVE AI on August 21, 2026 at 23:43 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DSA Debian DSA DSA-6466-1 linux security update
History

Fri, 21 Aug 2026 22:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-119

Thu, 20 Aug 2026 00:15:00 +0000

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

None

cvssV3_1

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

threat_severity

Moderate


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


Sat, 15 Aug 2026 14:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-119

Sat, 15 Aug 2026 12:45:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: can: peak_usb: validate uCAN receive record lengths pcan_usb_fd_decode_buf() walks uCAN records packed in one USB receive buffer. Require each record to contain the fixed header for its type, and verify CAN payload bytes before copying them into the skb.
Title can: peak_usb: validate uCAN receive record lengths
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:48.775Z

Reserved: 2026-08-15T05:44:03.900Z

Link: CVE-2026-74455

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-15T13:17:50.120

Modified: 2026-08-19T17:21:02.253

Link: CVE-2026-74455

cve-icon Redhat

Severity : Moderate

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

Links: CVE-2026-74455 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-21T23:45:03Z

Weaknesses
  • CWE-805

    Buffer Access with Incorrect Length Value