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

目标: 1000 元 · 已筹: 1336

100%

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

AI 预测 3.3 利用难度: 困难 EPSS 0.20% · P10

影响版本矩阵 18

厂商产品版本范围状态
LinuxLinux1da177e4c3f41524e886b7f1b8a0c1fc7321cac2< d685096c8129c9a92689975193e268945fd21dbfaffected
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2< 2f591cb158807bdcf424f66f1fbfa6e4e50f3757affected
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2< 4e2191b0fd0c064d37b0db67396216f2d4787e0faffected
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2< 3de809a768464528762757e433cd50de35bcb3c1affected
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2< 1eacd47636a9de5bee25d9d5962dc538a82d9f0baffected
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2< 8aa8a40c766b3945b40565a70349d5581458ff63affected
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2< c036f5f2680cbdabdbbace86baee3c83721634d6affected
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2< 4c2d14c40a68678d885eab4008a0129646805baeaffected
… +10 条更多
获取后续新漏洞提醒登录后订阅

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

漏洞信息

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

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

Vulnerability Title
ppp: Fix KMSAN uninit-value warning with bpf
来源: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: ppp: Fix KMSAN uninit-value warning with bpf Syzbot caught an "KMSAN: uninit-value" warning [1], which is caused by the ppp driver not initializing a 2-byte header when using socket filter. The following code can generate a PPP filter BPF program: ''' struct bpf_program fp; pcap_t *handle; handle = pcap_open_dead(DLT_PPP_PPPD, 65535); pcap_compile(handle, &fp, "ip and outbound", 0, 0); bpf_dump(&fp, 1); ''' Its output is: ''' (000) ldh [2] (001) jeq #0x21 jt 2 jf 5 (002) ldb [0] (003) jeq #0x1 jt 4 jf 5 (004) ret #65535 (005) ret #0 ''' Wen can find similar code at the following link: https://github.com/ppp-project/ppp/blob/master/pppd/options.c#L1680 The maintainer of this code repository is also the original maintainer of the ppp driver. As you can see the BPF program skips 2 bytes of data and then reads the 'Protocol' field to determine if it's an IP packet. Then it read the first byte of the first 2 bytes to determine the direction. The issue is that only the first byte indicating direction is initialized in current ppp driver code while the second byte is not initialized. For normal BPF programs generated by libpcap, uninitialized data won't be used, so it's not a problem. However, for carefully crafted BPF programs, such as those generated by syzkaller [2], which start reading from offset 0, the uninitialized data will be used and caught by KMSAN. [1] https://syzkaller.appspot.com/bug?extid=853242d9c9917165d791 [2] https://syzkaller.appspot.com/text?tag=ReproC&x=11994913980000
来源: CVE Program / CVE List V5
CVSS Information
N/A
来源: CVE Program / CVE List V5
Vulnerability Type
N/A
来源: CVE Program / CVE List V5
Vulnerability Title
Linux kernel 安全漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于未初始化PPP BPF程序头。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商产品影响版本CPE订阅
LinuxLinux 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 ~ d685096c8129c9a92689975193e268945fd21dbf -
LinuxLinux 2.6.12 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

同批安全公告 · Linux · 2025-04-01 · 共 93 条

CVE-2025-219279.8 CRITICALLinux kernel 安全漏洞
CVE-2025-219549.8 CRITICALLinux kernel 安全漏洞
CVE-2025-219698.8 HIGHLinux kernel 安全漏洞
CVE-2025-219558.8 HIGHLinux kernel 安全漏洞
CVE-2025-219728.8 HIGHLinux kernel 安全漏洞
CVE-2025-219468.8 HIGHLinux kernel 安全漏洞
CVE-2025-219458.8 HIGHLinux kernel 安全漏洞
CVE-2025-219678.8 HIGHLinux kernel 安全漏洞
CVE-2025-219478.1 HIGHLinux kernel 安全漏洞
CVE-2025-219347.8 HIGHLinux kernel 安全漏洞
CVE-2025-219237.8 HIGHLinux kernel 安全漏洞
CVE-2025-219497.8 HIGHLinux kernel 安全漏洞
CVE-2025-219197.8 HIGHLinux kernel 安全漏洞
CVE-2025-219147.8 HIGHLinux kernel 安全漏洞
CVE-2025-219247.8 HIGHLinux kernel 安全漏洞
CVE-2025-219587.8 HIGHLinux kernel 安全漏洞
CVE-2025-219657.8 HIGHLinux kernel 安全漏洞
CVE-2025-219267.8 HIGHLinux kernel 安全漏洞
CVE-2025-219397.8 HIGHLinux kernel 安全漏洞
CVE-2025-219857.8 HIGHLinux kernel 安全漏洞

显示前 20 条,共 93 条。 查看全部 &rarr; →

IV. Related Vulnerabilities

V. Comments for CVE-2025-21922

暂无评论


发表评论