Home
Trends
Vulnerabilities
News
Researchers
Why dbugs?

Cheung Wall

#33707of 53,634
7.8Total CVSS
Vulnerabilities · 1
PT-2025-8898
7.8
2025-01-13
Linux · Linux Kernel · CVE-2025-21786
**Name of the Vulnerable Software and Affected Versions** Linux kernel (affected versions not specified) **Description** A use-after-free bug was reported in the Linux kernel, specifically in the workqueue module. The issue arises from a commit that reaps normal workers but fails to handle the rescuer, leading to a situation where the pool's reference is not held until the detachment is complete. This results in a use-after-free bug. The bug was reported by Cheung Wall. **Recommendations** To resolve the issue, the code that puts the pwq should be moved after detaching the rescuer from the pool, ensuring the pool's reference is held until the detachment is complete. At the moment, there is no information about a newer version that contains a fix for this vulnerability.