CVE-2025-39847
BaseFortify
Publication date: 2025-09-19
Last updated on: 2025-11-03
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | 5.10.244 |
| linux | linux_kernel | 6.1.153 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a memory leak in the Linux kernel's ppp module, specifically in the pad_compress_skb function. When the function alloc_skb() fails, pad_compress_skb() returns NULL without releasing the old skb (socket buffer). As a result, the caller loses the reference to the old skb and the memory is not freed, causing a memory leak.
How can this vulnerability impact me? :
This vulnerability can lead to a memory leak in the Linux kernel, which over time may cause increased memory usage and potentially degrade system performance or stability. In severe cases, it could lead to resource exhaustion affecting system reliability.