目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1000

100.0%

CVE-2025-39847— Linux kernel 安全漏洞

EPSS 0.01% · P3
获取后续新漏洞提醒登录后订阅

一、 漏洞 CVE-2025-39847 基础信息

漏洞信息

对漏洞内容有疑问?看看神龙的深度分析是否有帮助!
查看神龙十问 ↗

尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。

Vulnerability Title
ppp: fix memory leak in pad_compress_skb
来源: 美国国家漏洞数据库 NVD
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: ppp: fix memory leak in pad_compress_skb If alloc_skb() fails in pad_compress_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 pad_compress_skb() returns NULL, the reference to the old skb is lost and kfree_skb(skb) ends up doing nothing, leading to a memory leak. Align pad_compress_skb() semantics with realloc(): only free the old skb if allocation and compression succeed. At the call site, use the new_skb variable so the original skb is not lost when pad_compress_skb() fails.
来源: 美国国家漏洞数据库 NVD
CVSS Information
N/A
来源: 美国国家漏洞数据库 NVD
Vulnerability Type
N/A
来源: 美国国家漏洞数据库 NVD
Vulnerability Title
Linux kernel 安全漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于pad_compress_skb函数中内存分配失败时未释放旧skb,可能导致内存泄漏。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商产品影响版本CPE订阅
LinuxLinux b3f9b92a6ec1a9a5e4b4b36e484f2f62cc73277c ~ 9ca6a040f76c0b149293e430dabab446f3fc8ab7 -
LinuxLinux 2.6.15 -

二、漏洞 CVE-2025-39847 的公开POC

#POC 描述源链接神龙链接
AI 生成 POC高级

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2025-39847 的情报信息

登录查看更多情报信息。

同批安全公告 · Linux · 2025-09-19 · 共 30 条

CVE-2025-39851Linux kernel 安全漏洞
CVE-2025-39837Linux kernel 安全漏洞
CVE-2025-39838Linux kernel 安全漏洞
CVE-2025-39839Linux kernel 安全漏洞
CVE-2025-39840Linux kernel 安全漏洞
CVE-2025-39841Linux kernel 安全漏洞
CVE-2025-39842Linux kernel 安全漏洞
CVE-2025-39844Linux kernel 安全漏洞
CVE-2025-39843Linux kernel 安全漏洞
CVE-2025-39845Linux kernel 安全漏洞
CVE-2025-39846Linux kernel 安全漏洞
CVE-2025-39848Linux kernel 安全漏洞
CVE-2025-39849Linux kernel 安全漏洞
CVE-2025-39850Linux kernel 安全漏洞
CVE-2025-39852Linux kernel 安全漏洞
CVE-2025-39866Linux kernel 安全漏洞
CVE-2025-39853Linux kernel 安全漏洞
CVE-2025-39854Linux kernel 安全漏洞
CVE-2025-39856Linux kernel 安全漏洞
CVE-2025-39855Linux kernel 安全漏洞

显示前 20 条,共 30 条。 查看全部 → →

IV. Related Vulnerabilities

V. Comments for CVE-2025-39847

暂无评论


发表评论