Linux Kernel Vulnerability in USB Image: MDC800 Affecting Various Versions
CVE-2026-90034

Currently unrated

Key Information:

Vendor

Linux

Status
Vendor
CVE Published:
16 September 2026

What is CVE-2026-90034?

A vulnerability has been identified in the Linux kernel related to the USB MDC800 driver, specifically in the handling of memory allocation. The issue arises from the use of kmalloc() for initializing the irq_urb_buffer and download_urb_buffer, which could lead to potential stack information leaks when shorter messages are processed in the mdc800_usb_irq() and mdc800_usb_download_notify() functions. By changing kmalloc() to kzalloc(), the risk of sensitive data being exposed in stack memory is mitigated, enhancing overall system security.

Affected Version(s)

Linux 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < 6c601410d1a9ae645f604fe2f61b9f4942c77dfb

Linux 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < 2df8f7720ed91f1aad4f128553b6e90c7c5fac1e

Linux 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < 67c6726dd6048a2781aa43a2bf9fcf1e16ee3a7d

References

Timeline

  • Vulnerability published

  • Vulnerability Reserved

.