Impact
The vulnerability is a use‑after‑free read in the Linux kernel’s Bluetooth BNEP subsystem. When bnep_add_connection releases the session semaphore before reading dev->name, a concurrent bnep_del_connection can free the net_device, causing the stale memory read to expose the device name. The function requires CAP_NET_ADMIN privileges and the race window is narrow, so the practical effect is limited to information disclosure by privileged users.
Affected Systems
Any Linux kernel build that includes the Bluetooth BNEP module may be vulnerable; the specific kernel versions affected are not listed in the data provided. Administrators should verify whether their kernel contains this subsystem and its current version.
Risk and Exploitability
The CVSS base score of 8.8 indicates a high severity flaw. The EPSS probability is reported as less than 1 %, implying a very low likelihood of exploitation in the wild, and the vulnerability is not listed in the CISA KEV catalog. Exploitation requires a user with CAP_NET_ADMIN rights and a carefully timed race between bnep_add_connection and bnep_del_connection, which reduces real‑world impact even though the theoretical risk remains high.
OpenCVE Enrichment
Ubuntu USN