Description
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.
Published: 2026-07-25
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

When a Digi AccelePort USB device performs an out‑of‑band write and the drive receives a persistent OOB write URB failure—such as during a physical disconnect—the kernel driver enters an infinite loop with interrupts disabled. The result is a hard lockup of the entire system, preventing normal operation and providing a clear denial‑of‑service condition.

Affected Systems

The vulnerability affects any Linux kernel installation that includes the digi_acceleport serial driver. All distributions that ship the generic Linux kernel with this driver are potentially impacted; no specific kernel versions are listed, so the issue is assumed to exist until a patched kernel is deployed.

Risk and Exploitability

The CVSS score for this flaw is 5.5, indicating moderate severity, while the EPSS score is less than 1%, suggesting a low exploitation probability at the present time. The vulnerability is not in the CISA KEV catalog. Exploitation would likely require a local attacker with physical access to a USB port capable of triggering an OOB write during a disconnect or close race condition. If achieved, the attacker can bring the system to a hard lockup state, effectively denying service.

Generated by OpenCVE AI on August 2, 2026 at 13:18 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to a Linux kernel release that contains the digi_acceleport driver patch
  • Unload or blacklist the digi_acceleport driver on systems that cannot be updated until a patch is available
  • Avoid performing out‑of‑band write operations while the device is in the process of disconnecting or being closed
  • Restrict physical USB port access to mitigate the local attack vector

Generated by OpenCVE AI on August 2, 2026 at 13:18 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DLA Debian DLA DLA-4717-1 linux security update
Debian DLA Debian DLA DLA-4720-1 linux security update
Debian DLA Debian DLA DLA-4723-1 linux-6.1 security update
Debian DLA Debian DLA DLA-4724-1 linux-6.12 new package
History

Sat, 01 Aug 2026 02:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-754

Wed, 29 Jul 2026 12:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-835
References
Metrics threat_severity

None

cvssV3_1

{'score': 5.5, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'}

threat_severity

Low


Mon, 27 Jul 2026 06:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-754

Sat, 25 Jul 2026 09:30:00 +0000

Type Values Removed Values Added
Description 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.
Title USB: serial: digi_acceleport: fix hard lockup on disconnect
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-07-25T08:50:00.229Z

Reserved: 2026-07-19T15:36:31.781Z

Link: CVE-2026-64334

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-07-25T10:17:15.207

Modified: 2026-08-11T15:00:57.447

Link: CVE-2026-64334

cve-icon Redhat

Severity : Low

Publid Date: 2026-07-25T00:00:00Z

Links: CVE-2026-64334 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-02T13:30:17Z

Weaknesses
  • CWE-835

    Loop with Unreachable Exit Condition ('Infinite Loop')