CVE Catalog

CVE-2026-64334

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

Exploitation Probability (EPSS)

Low risk
0.18%

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

Summary

In the Linux kernel, the USB serial digi_acceleport driver has a hard lockup vulnerability on disconnect. If submitting the OOB write urb fails persistently (e.g., during disconnect), the driver loops indefinitely with interrupts disabled. The fix adds error checking for urb submission when sending OOB commands.

Risk Assessment

The vulnerability could cause a complete system hang (hard lockup), requiring a physical reset and potentially leading to data loss or service interruption.

Recommendation

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

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: USB: serial: digi_acceleport: fix hard lockup on disconnect If submitting the OOB write urb fails persistently (e.g if the device is being disconnected) the driver would loop indefinitely with interrupts disabled. Check for urb submission errors when sending OOB commands to avoid hanging if, for example, open(), set_termios() or close() races with a physical disconnect. This is issue was flagged by Sashiko when reviewing an unrelated change to the driver.

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