CVE Catalog

CVE-2026-64337

Low risk· EPSS 12%
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.21%

12th percentile - higher than 12% of all known CVEs

Summary

In the Linux kernel, the USB mtu3 driver has a vulnerability where DMA mapping is not unmapped on queue failure. mtu3_gadget_queue() maps the request before checking if the QMU GPD ring can accept a transfer, and if mtu3_prepare_transfer() fails, the request is returned with -EAGAIN without unmapping the DMA, leaving the DMA mapping active.

Risk Assessment

The vulnerability could lead to DMA mapping leaks, potentially causing performance degradation or memory security issues.

Recommendation

It is recommended to update the Linux kernel to a version containing the fix for CVE-2026-64337.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: usb: mtu3: unmap request DMA on queue failure mtu3_gadget_queue() maps the request before checking whether the QMU GPD ring can accept another transfer. the request is returned with -EAGAIN before it is linked on the endpoint request list if mtu3_prepare_transfer() fails. Normal completion and dequeue paths unmap requests from mtu3_req_complete(), but this error path never reaches that helper, so the DMA mapping is left active. Unmap the request before returning from the failed queue path.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS