CVE-2025-39861
Published: Sep 19, 2025
Modified: May 11, 2026
Description
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: vhci: Prevent use-after-free by removing debugfs files early Move the creation of debugfs files into a dedicated function, and ensure they are explicitly removed during vhci_release(), before associated data structures are freed. Previously, debugfs files such as "force_suspend", "force_wakeup", and others were created under hdev->debugfs but not removed in vhci_release(). Since vhci_release() frees the backing vhci_data structure, any access to these files after release would result in use-after-free errors. Although hdev->debugfs is later freed in hci_release_dev(), user can access files after vhci_data is freed but before hdev->debugfs is released.
| Vendor | Product | Versions |
|---|---|---|
Linux | Linux | affected ab4e4380d4e158486e595013a2635190e07e28ce - < bd75eba88e88d7b896b0c737b02a74a12afc235faffected ab4e4380d4e158486e595013a2635190e07e28ce - < 1503756fffe76d5aea2371a4b8dee20c3577bcfdaffected ab4e4380d4e158486e595013a2635190e07e28ce - < 7cc08f2f127b9a66f46ea918e34353811a7cb378affected ab4e4380d4e158486e595013a2635190e07e28ce - < 28010791193a4503f054e8d69a950ef815deb539 |
Linux | Linux | affected 6.4unaffected 0 - < 6.4unaffected 6.6.105 - <= 6.6.*unaffected 6.12.46 - <= 6.12.*unaffected 6.16.6 - <= 6.16.*+1 more versions |
Security Training
Train your team to recognize and prevent security threats with our comprehensive security awareness program.
Start TrainingVulnerability Scanning
Discover vulnerabilities in your applications and infrastructure before attackers do.
Scan Now