Home
Trends
Vulnerabilities
News
Researchers
Why dbugs?

Xiaohui Zhang

#46407of 53,635
5.5Total CVSS
Vulnerabilities · 1
PT-2025-8662
5.5
2022-06-08
Linux · Linux Kernel · CVE-2022-49729
**Name of the Vulnerable Software and Affected Versions** Linux kernel (affected versions not specified) **Description** A memory leak issue has been identified in the Linux kernel, specifically in the nfcmrvl module. The problem arises from the handling of deferred transmission urbs, where usb submit urb is called directly, causing usb giveback urb bh to fail in unreferring the urb in usb unanchor urb. This results in a memory leak. The issue is similar to a previously fixed memory leak in the Bluetooth module. **Recommendations** To resolve the issue, put the deferred transmission urbs in tx anchor to avoid the memory leak, and also fix the error handling.