Description
In the Linux kernel, the following vulnerability has been resolved:

USB: iowarrior: fix use-after-free on disconnect race

mutex_unlock() may access the mutex structure after releasing the lock
and therefore cannot be used to manage lifetime of objects directly
(unlike spinlocks and refcounts). [1][2]

Use a kref to release the driver data to avoid use-after-free in
mutex_unlock() when release() races with disconnect().

[1] a51749ab34d9 ("locking/mutex: Document that mutex_unlock() is non-atomic")
[2] 2b9d9e0a9ba0 ("locking/mutex: Clarify that mutex_unlock(), and most
other sleeping locks, can still use the lock object
after it's unlocked")
Published: 2026-07-25
Score: 7.0 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The iowarrior USB driver in the Linux kernel contains a race condition that can trigger a use‑after‑free in the mutex_unlock() path. If a device disconnect occurs concurrently with the driver’s release path, memory that has already been freed may be accessed. This kernel memory corruption can lead to a system crash. The vulnerability is mitigated by replacing the mutex approach with a reference count for driver data.

Affected Systems

Any Linux kernel that includes the default iowarrior USB driver prior to the commit that added the kref solution is affected. No specific kernel version numbers were listed, so the fix is only present in code that incorporates the listed commit.

Risk and Exploitability

The CVSS score of 7.0 describes a moderate to high severity impact. The EPSS score is reported as <1 %, indicating low expected exploitation likelihood, and the vulnerability is not listed in the CISA KEV catalog. The likely attack vector involves a local user or process that can cause a USB device to disconnect, triggering the race. Given the limited exploitation window and lack of publicly documented exploits, the risk to systems is moderate, but the potential for kernel crashes warrants timely patching.

Generated by OpenCVE AI on August 5, 2026 at 00:44 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to a Linux kernel release that contains the commit 3c0a7b29ebb391d5f50b115e86f842b709195b08 or later, which applies the iowarrior use‑after‑free fix.
  • If kernel upgrade is not immediately possible, unload or disable the iowarrior USB driver to prevent the vulnerable code path from being exercised.
  • Monitor kernel logs (dmesg, syslog) for signs of memory corruption or kernel panics and configure crash dumps to capture additional information for investigation.

Generated by OpenCVE AI on August 5, 2026 at 00:44 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DLA Debian DLA DLA-4724-1 linux-6.12 new package
Debian DSA Debian DSA DSA-6405-1 linux security update
History

Tue, 04 Aug 2026 15:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

Thu, 30 Jul 2026 00:15:00 +0000

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

None

cvssV3_1

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

threat_severity

Moderate


Sun, 26 Jul 2026 02:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

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: iowarrior: fix use-after-free on disconnect race mutex_unlock() may access the mutex structure after releasing the lock and therefore cannot be used to manage lifetime of objects directly (unlike spinlocks and refcounts). [1][2] Use a kref to release the driver data to avoid use-after-free in mutex_unlock() when release() races with disconnect(). [1] a51749ab34d9 ("locking/mutex: Document that mutex_unlock() is non-atomic") [2] 2b9d9e0a9ba0 ("locking/mutex: Clarify that mutex_unlock(), and most other sleeping locks, can still use the lock object after it's unlocked")
Title USB: iowarrior: fix use-after-free on disconnect race
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:04.512Z

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

Link: CVE-2026-64341

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Awaiting Analysis

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

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

Link: CVE-2026-64341

cve-icon Redhat

Severity : Moderate

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

Links: CVE-2026-64341 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-05T00:45:03Z

Weaknesses
  • CWE-825

    Expired Pointer Dereference