CVE-2026-90034: usb: image: mdc800: change kmalloc() to kzalloc()

Published Sep 16, 2026
·
Updated

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

usb: image: mdc800: change kmalloc() to kzalloc()

Change the kmalloc() calls in usbmdc800init() for irqurbbuffer and downloadurbbuffer to kzalloc(), avoiding potential stack leaks if a shorter message is received in mdc800usbirq() and mdc800usbdownloadnotify()

Event History

Sep 16, 2026
CVE Published
via MITRE·10:33 AM
Data Sourced
via MITRE·10:33 AM
Description

Frequently Asked Questions

1

What conditions are required for this issue to occur?

The vulnerable paths are in the mdc800 USB image driver, specifically its IRQ and download notification handlers. The issue can occur when a shorter USB message is received, leaving portions of buffers allocated by usb_mdc800_init() uninitialized.

2

What information could be exposed?

The description identifies potential leaks of uninitialized kernel memory through the affected buffers. It does not specify the exact data content, exposure channel, or attacker privileges required.

3

How can I determine whether my system has the fix?

Check whether your kernel includes one of the referenced stable commits: 6c601410d1a9ae645f604fe2f61b9f4942c77dfb, 2df8f7720ed91f1aad4f128553b6e90c7c5fac1e, or 67c6726dd6048a2781aa43a2bf9fcf1e16ee3a7d. The fix replaces the relevant kmalloc() allocations with kzalloc() in usb_mdc800_init().

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