PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-64334 Linux CVE debrief

A vulnerability has been resolved in the Linux kernel, specifically in the USB: serial: digi_acceleport driver. The driver had a hard lockup issue on disconnect due to a persistent failure in submitting the OOB write urb. This could cause the driver to loop indefinitely with interrupts disabled, potentially leading to system instability. The issue can be triggered when open(), set_termios(), or close() races with a physical disconnect. Users of the Linux kernel, particularly those using the USB: serial: digi_acceleport driver, should be aware of this vulnerability and take steps to ensure their systems are updated.

Vendor
Linux
Product
Unknown
CVSS
MEDIUM 5.5
CISA KEV
Not listed in stored evidence
Original CVE published
2026-07-25
Original CVE updated
2026-09-03
Advisory published
2026-07-25
Advisory updated
2026-09-03

Who should care

Users of the Linux kernel, particularly those using the USB: serial: digi_acceleport driver, should be aware of this vulnerability and take steps to ensure their systems are updated. System administrators and security teams responsible for Linux kernel deployments should review the vulnerability and implement necessary updates or mitigations.

Technical summary

The vulnerability is caused by a persistent failure in submitting the OOB write urb in the USB: serial: digi_acceleport driver. This can cause the driver to loop indefinitely with interrupts disabled, leading to a hard lockup on disconnect. The issue can be triggered when open(), set_termios(), or close() races with a physical disconnect. To address this, a check for urb submission errors was added when sending OOB commands. This change helps prevent the driver from hanging indefinitely.

Defensive priority

Medium

Recommended defensive actions

  • Update the Linux kernel to the latest version
  • Ensure the USB: serial: digi_acceleport driver is updated
  • Monitor system logs for signs of the hard lockup issue
  • Review system configurations for potential exposure
  • Verify that compensating controls are in place for exposed systems
  • Track exceptions and retest remediated assets
  • Close the item only after evidence is documented

Evidence notes

The vulnerability was flagged by Sashiko when reviewing an unrelated change to the driver. The issue was resolved by adding a check for urb submission errors when sending OOB commands. This change helps prevent the driver from looping indefinitely with interrupts disabled. Users should verify their systems are updated and monitor for signs of the hard lockup issue. The vulnerability highlights the importance of robust error handling in USB serial drivers.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-64334 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-64334

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-64334 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-64334

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/2067b3838da6e4af03bae3630414193188d754b2

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/2b7dc482f859f2d027db07ff0efc1c5df5b3451a

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/5a82d842e8c35227d7227f19e5e654df1451782c

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/5c1ea24b53bf3bfb859f0a05573997487975da23

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/6a8592ace932081ea11aea41c460a1ca0f6344a4

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/6e51147c2744d15730084dc89cc99180d3de4184

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/79bc131df0e50f8f663c1fdbbe952aaf193a8d39

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.