Home
Trends
Vulnerabilities
News
Researchers
Why dbugs?

Zeal Robot

Researcher fromZTE
#21650of 53,632
11Total CVSS
Vulnerabilities · 2
Medium
2
PT-2025-8044
5.5
2023-05-09
Linux · Linux Kernel · CVE-2022-49116
**Name of the Vulnerable Software and Affected Versions** Linux kernel (affected versions not specified) **Description** A memory leak issue in the Linux kernel's Bluetooth component has been resolved by using memset to initialize structs, specifically in the l2cap ecred connect function. This prevents memory leaks. **Recommendations** For the affected Linux kernel versions, apply the patch that utilizes memset to initialize structs in the l2cap ecred connect function to prevent memory leaks. At the moment, there is no information about a newer version that contains a fix for this vulnerability.
PT-2025-8366
5.5
2022-05-22
Linux · Linux Kernel · CVE-2022-49432
**Name of the Vulnerable Software and Affected Versions** Linux kernel (affected versions not specified) **Description** A refcount leak was found in the icp opal init() function. The of find compatible node() function returns a node pointer with refcount incremented, and use of node put() on it when done. **Recommendations** For the Linux kernel, apply the fix for the refcount leak in the icp opal init() function by using of node put() on the node pointer returned by of find compatible node() when done.