CVE-2025-39847

Source
https://cve.org/CVERecord?id=CVE-2025-39847
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2025-39847.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2025-39847
Downstream
Related
Published
2025-09-19T15:26:20.648Z
Modified
2026-03-13T04:02:47.129024Z
Summary
ppp: fix memory leak in pad_compress_skb
Details

In the Linux kernel, the following vulnerability has been resolved:

ppp: fix memory leak in padcompressskb

If allocskb() fails in padcompress_skb(), it returns NULL without releasing the old skb. The caller does:

skb = pad_compress_skb(ppp, skb);
if (!skb)
    goto drop;

drop: kfree_skb(skb);

When padcompressskb() returns NULL, the reference to the old skb is lost and kfree_skb(skb) ends up doing nothing, leading to a memory leak.

Align padcompressskb() semantics with realloc(): only free the old skb if allocation and compression succeed. At the call site, use the newskb variable so the original skb is not lost when padcompress_skb() fails.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2025/39xxx/CVE-2025-39847.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
b3f9b92a6ec1a9a5e4b4b36e484f2f62cc73277c
Fixed
9ca6a040f76c0b149293e430dabab446f3fc8ab7
Fixed
87a35a36742df328d0badf4fbc2e56061c15846c
Fixed
0b21e9cd4559102da798bdcba453b64ecd7be7ee
Fixed
1d8b354eafb8876d8bdb1bef69c7d2438aacfbe8
Fixed
85c1c86a67e09143aa464e9bf09c397816772348
Fixed
631fc8ab5beb9e0ec8651fb9875b9a968e7b4ae4
Fixed
33a5bac5f14772730d2caf632ae97b6c2ee95044
Fixed
4844123fe0b853a4982c02666cb3fd863d701d50

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2025-39847.json"