CVE-2026-74457: can: peak_usb: add bounds check for USB channel index

Published Aug 15, 2026
·
Updated

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

can: peakusb: add bounds check for USB channel index

The channel control index ctrlidx is derived from rx->len which comes directly from a device USB payload. The mask 0x0f allows values 0-15, but the array size of usbif->dev[] is only 2. Values 2-15 cause heap out-of-bounds read, eventually causing kernel panic in the IRQ context.

Add bounds checking for ctrlidx before the array access in both pcanusbprohandlecanmsg() and pcanusbprohandleerror().

Affected Software

1 affected component
Linux Linux kernel

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Configuration

    Implement bounds checking for the derived channel control index ctrl_idx before accessing the array usb_if->dev[ctrl_idx] in both pcan_usb_pro_handle_canmsg() and pcan_usb_pro_handle_error(), ensuring ctrl_idx is less than the array size (only 2 elements). This prevents out-of-bounds reads from IRQ-context kernel panics.

    Linux kernel (pcan_usb_pro) Add bounds checking for ctrl_idx before array access to usb_if->dev[ctrl_idx] (ensure ctrl_idx is within array bounds) = N/A

Event History

Aug 15, 2026
CVE Published
via MITRE·12:26 PM
Data Sourced
via MITRE·12:26 PM
Description
Free Weekly Intel

Don't miss critical vulnerabilities

Join thousands of security professionals who receive our weekly digest of trending CVEs, zero-days, and exploited vulnerabilities.

No spam. Unsubscribe anytime.

Frequently Asked Questions

1

What is the severity of CVE-2026-74457?

CVE-2026-74457 has a risk rating of 53, indicating a moderate level of vulnerability.

2

How do I fix CVE-2026-74457?

To fix CVE-2026-74457, update the Linux kernel to the latest version where this vulnerability has been resolved.

3

What does CVE-2026-74457 affect?

CVE-2026-74457 affects the USB channel control index in the Linux kernel related to CAN protocols.

4

What is the risk of exploitation for CVE-2026-74457?

The exploitation risk of CVE-2026-74457 can lead to potential access violations or memory corruption due to improper bounds checking.

5

When was CVE-2026-74457 published?

CVE-2026-74457 was published on August 15, 2026.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203