Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-64341 Details

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")

Metrics

CVSS 3.x Severity and Vector Strings:

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-416Use After Free[email protected]

Affected Products

ProductVersions
linux linux kernel
>= 2.6.21.1, < 6.12.97
>= 6.13, < 7.1.4
2.6.21 -
2.6.21 rc2
2.6.21 rc3

CPE

  • cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:2.6.21:-:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:2.6.21:rc2:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:2.6.21:rc3:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:2.6.21:rc4:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:2.6.21:rc5:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:2.6.21:rc6:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:2.6.21:rc7:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:7.2:rc1:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:7.2:rc2:*:*:*:*:*:*

Remediation

  • No remediation found in references.

Change History

3 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-64341
NVD Published Date:
Jul 25, 2026
NVD Last Modified:
Sep 3, 2026
Source:
kernel.org
CVE-2026-64341 Details - Not Deferred