CVE-2026-10668: Host-triggerable control-endpoint wedge (DoS) in Nuvoton NuMaker HSUSBD UDC driver

Published Jul 12, 2026
·
Updated

The Nuvoton NuMaker HSUSBD USB device-controller driver (drivers/usb/udc/udcnumaker.c) armed the control Data IN stage unconditionally (base->CEPTXCNT = len in numakerhsusbdeptrigger). Because the HSUSBD hardware cannot disarm a control Data IN already armed for a previous transfer, a USB host that cancels an in-flight control transfer (timeout) and then issues a new SETUP packet can drive the driver out of sync: stale data may be transmitted in the new transfer and the control endpoint can become permanently stuck NAK'ing every subsequent control transfer.

A malicious or buggy host (physical/adjacent attacker driving the bus) can repeatedly cancel-and-re-SETUP to wedge the device's USB control endpoint, denying service to the device's USB function (the device stops enumerating/responding on the control pipe) until a USB reset or re-plug. The flaw is an availability-only denial of service; the FIFO copy loops (bounded by netbuf length and the hardware BUFFULL flag) and the netbuf lifecycle are independent of the arming desync, so there is no out-of-bounds access, use-after-free, or information leak.

The fix monitors the IN-token and new-SETUP events (kevent) and only arms control Data IN when an IN token is present and no new SETUP has arrived, cancelling the current transfer on a new SETUP. Affects boards using the Nuvoton NuMaker HSUSBD controller (CONFIGUDCNUMAKER with DTHASNUVOTONNUMAKERHSUSBDENABLED); shipped in v4.4.0.

Affected Software

2 affected components
Nuvoton NuMaker HSUSBD USB device-controller driver (CONFIG_UDC_NUMAKER / udc_numaker.c)=v4.4.0
zephyrproject zephyr>=4.4.0<=4.4.1

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Configuration

    Apply the driver logic change in drivers/usb/udc/udc_numaker.c so that control Data IN is not armed unconditionally in numaker_hsusbd_ep_trigger; instead, monitor the IN-token and new-SETUP events and arm CEPTX only when IN token is present and no new SETUP has arrived, cancelling the current transfer on new SETUP to prevent the control-endpoint wedge/DoS.

    Nuvoton NuMaker HSUSBD USB device-controller driver (CONFIG_UDC_NUMAKER / DT_HAS_NUVOTON_NUMAKER_HSUSBD_ENABLED) arm condition for control Data IN stage (base->CEPTXCNT) in numaker_hsusbd_ep_trigger = Arm only when an IN token is present and no new SETUP has arrived; on new SETUP cancel the current transfer (k_event)

Event History

Jul 12, 2026
CVE Published
via MITRE·04:16 PM
Data Sourced
via MITRE·04:16 PM
DescriptionSeverityWeakness
Data Sourced
via NVD·05:16 PM
RemedyDescriptionSeverityWeaknessAffected Software
Feb 11, 58510
Event
via NVD·08:05 PM
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-10668?

CVE-2026-10668 has a low severity rating of 2.4.

2

What type of vulnerability is associated with CVE-2026-10668?

CVE-2026-10668 is classified as a DoS (Denial of Service) vulnerability.

3

How do I fix CVE-2026-10668?

To mitigate CVE-2026-10668, update the Nuvoton NuMaker HSUSBD USB device-controller driver to the latest version that addresses this issue.

4

What impact does CVE-2026-10668 have on systems?

CVE-2026-10668 can lead to a denial of service, causing the USB host to become unresponsive.

5

In which software is CVE-2026-10668 found?

CVE-2026-10668 is found in the Nuvoton NuMaker HSUSBD USB device-controller driver.

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