Home
Trends
Vulnerabilities
News
Researchers
Why dbugs?

Nick Child

Researcher fromIBM
#17601of 53,632
15.3Total CVSS
Vulnerabilities · 2
High
2
PT-2025-11017
7.8
2025-02-14
Linux · Linux Kernel · CVE-2025-21855
Name of the Vulnerable Software and Affected Versions: Linux kernel (affected versions not specified) Description: A use-after-free issue exists in the Linux kernel, specifically in the ibmvnic module. After sending a buffer to VIOS, it is invalid to access the skb memory because the VIOS can trigger an interrupt to free this memory at any point. A race between reading skb->len and freeing the skb is possible, resulting in a use-after-free error. This issue can occur especially during LPM. Recommendations: At the moment, there is no information about a newer version that contains a fix for this vulnerability.
PT-2024-29241
7.5
2024-06-20
Linux · Linux Kernel · CVE-2024-41066
**Name of the Vulnerable Software and Affected Versions** Linux kernel (affected versions not specified) **Description** The issue is related to the ibmvnic driver in the Linux kernel, where a memory leak could occur due to the lack of a check to ensure that the skb address is null. This could cause tcp congestion control to stop sending packets, eventually leading to ETIMEDOUT. The driver has been updated to add a conditional check to prevent this issue. **Recommendations** At the moment, there is no information about a newer version that contains a fix for this vulnerability.