CVE-2026-74456: can: peak_usb: peak_usb_start(): fix double free of transfer buffer on URB submit error

Published Aug 15, 2026
·
Updated

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

can: peakusb: peakusbstart(): fix double free of transfer buffer on URB submit error

In peakusbstart(), each RX URB transfer buffer is allocated with kmalloc() and the URB is flagged URBFREEBUFFER so that the final usbfreeurb() also frees the transfer buffer.

If usbsubmiturb() fails, the error path frees the buffer explicitly with kfree(buf) and then calls usbfreeurb(urb). Because URBFREEBUFFER is set, usbfreeurb() -> urbdestroy() frees the same buffer a second time, a double free of the transfer buffer.

BUG: KASAN: double-free in usbfreeurb.part.0+0x91/0xb0 Free of addr ffff8881069ccb80 by task trigger.sh/285

Call Trace: kfree+0x113/0x3c0 usbfreeurb.part.0+0x91/0xb0

Drop the redundant kfree(buf); usbfreeurb() already releases the transfer buffer. This mirrors commit 03819abbeb11 ("net: usb: lan78xx: Fix double free issue with interrupt buffer allocation").

Affected Software

1 affected component
Linux Linux kernel

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

The severity of CVE-2026-74456 is rated 34.

2

What does CVE-2026-74456 involve?

CVE-2026-74456 involves a fix for a double free of the transfer buffer during URB submit error in the Linux kernel.

3

How do I fix CVE-2026-74456?

To fix CVE-2026-74456, ensure that the Linux kernel is updated to a version that includes the patch addressing this vulnerability.

4

What systems are affected by CVE-2026-74456?

CVE-2026-74456 affects systems using the Linux kernel that utilize the peak_usb module.

5

Is CVE-2026-74456 a critical vulnerability?

CVE-2026-74456 is classified as a vulnerability due to the potential for a double free exploit in the Linux kernel.

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