Linux Kernel Streamzap Device Disconnection Race Condition Vulnerability

Vulnerability

A race condition vulnerability has been identified in the Linux kernel's handling of Streamzap devices. This issue arises in the streamzap_disconnect() function, where the order of operations allows for a NULL pointer dereference. Specifically, rc_unregister_device() is called before usb_kill_urb(), leading to a general protection fault. When rc_unregister_device() frees the dev->raw pointer, it can disrupt the streamzap_callback() handler if the disconnection occurs before the handler has completed, causing a crash by accessing freed resources.

Impact

Exploitation of this vulnerability leads to a general protection fault caused by a NULL pointer dereference, crashing the system.

Added: Jun 9, 2025, 7:46 PM
Updated: Jun 9, 2025, 7:46 PM

Vulnerability Rating

Custom Algorithm
spread
9.0
impact
2.5
exploitability
5.0
remediation
0.0
relevance
0.0
threat
3.2
urgency
2.9
incentive
1.7

Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.