Linux Kernel Wi-Fi Subsystem Use-After-Free Vulnerability in Wiphy Management

Vulnerability

A use-after-free vulnerability has been identified in the Linux kernel's Wi-Fi subsystem, specifically within the management of 'wiphy' structures. The issue arises because 'wiphy_work' can be queued as soon as the 'wiphy' is allocated and initialized. If 'wiphy_free' is called before the queued work has a chance to execute, the memory associated with 'wiphy' is freed prematurely. When the work eventually runs, it attempts to access invalid memory, leading to potential instability or exploitation.

Impact

Exploitation of this vulnerability can result in a use-after-free condition, which may be exploited to execute arbitrary code or cause a denial-of-service by 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.3
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.