CVE-2026-64344
Awaiting Analysis Awaiting Analysis - Queue

USB: idmouse Use-After-Free on Disconnect Race

Vulnerability report for CVE-2026-64344, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-25

Last updated on: 2026-08-11

Assigner: kernel.org

Description

In the Linux kernel, the following vulnerability has been resolved: USB: idmouse: 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")

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-25
Last Modified
2026-08-11
Generated
2026-08-14
AI Q&A
2026-07-25
EPSS Evaluated
2026-08-13
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is a use-after-free vulnerability in the Linux kernel's USB idmouse driver. It occurs when the driver's disconnect function races with the release function, causing mutex_unlock() to access freed memory. The fix uses a kref to properly manage driver data lifetime.

Detection Guidance

This vulnerability is specific to the Linux kernel's USB idmouse driver and requires kernel-level detection. Check kernel logs for use-after-free errors related to the idmouse driver using dmesg | grep idmouse or journalctl -k | grep idmouse. Monitor for crashes or system instability after USB device disconnections.

Impact Analysis

If exploited, this could allow local attackers to cause denial of service or potentially execute arbitrary code with kernel privileges. Systems using vulnerable Linux kernels with USB input devices may be affected.

Compliance Impact

This vulnerability does not directly affect compliance with GDPR, HIPAA, or similar standards as it is a low-level kernel issue related to USB driver memory management. Compliance impacts would depend on system-specific implementations rather than this specific flaw.

Mitigation Strategies

Update your Linux kernel to the latest patched version that includes the fix for this vulnerability. If immediate patching is not possible, consider disabling the idmouse driver module (modprobe -r usbhid) as a temporary workaround until a kernel update is applied.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-64344. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart