CVE-2026-74455
Received Received - Intake

BaseFortify

Vulnerability report for CVE-2026-74455, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-15

Last updated on: 2026-08-15

Assigner: kernel.org

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-15
Last Modified
2026-08-15
Generated
2026-08-15
AI Q&A
2026-08-15
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Currently, no data is known.

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability in the Linux kernel involves improper validation of CAN (Controller Area Network) receive record lengths in the peak_usb driver. The function pcan_usb_fd_decode_buf() processes uCAN records packed in a USB receive buffer but fails to properly check record lengths before copying CAN payload bytes into the skb (socket buffer). This could allow malformed data to be processed, potentially leading to memory corruption or other security issues.

Detection Guidance

This vulnerability affects the Linux kernel's CAN (Controller Area Network) subsystem, specifically the peak_usb driver. Detection requires checking kernel logs for related errors or examining the peak_usb module for unusual behavior. Commands like 'dmesg | grep peak_usb' or 'journalctl -k | grep CAN' may help identify issues.

Impact Analysis

If exploited, this vulnerability could allow an attacker with physical or logical access to a system using the peak_usb driver to cause a denial of service, crash the system, or potentially execute arbitrary code. Systems relying on CAN communication for critical functions, such as automotive or industrial control systems, may be particularly affected.

Mitigation Strategies

Update the Linux kernel to the latest stable version that includes the fix for this vulnerability. If using a distribution kernel, apply available patches immediately. Disable the peak_usb module if not in use with 'modprobe -r peak_usb'.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-74455. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart