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

目标: 1000 元 · 已筹: 1336

100%

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

一分钟漏洞结论

影响对象
Linux Linux
利用判断
尚无明确在野利用证据,仍需结合暴露面评估
建议动作
优先检查厂商安全公告和参考链接中的修复版本;无法立即升级时,限制受影响服务暴露并加强监测。

Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于netfs_unbuffered_write_iter_locked函数错误地将内核异步DIO写入处理为用户空间写入。

AI 预测 5.5 利用难度: 中等 EPSS 0.21% · P11

可能的 ATT&CK 技术 1 AI

T1499.001 · OS Exhaustion Flood

影响版本矩阵 6

厂商产品 版本范围状态
Linux Linux 153a9961b551101cd38e94e26cd92fbfd198b19b< 9f3a265836844eda30bf34c2584b8011fd4f0f49 affected
153a9961b551101cd38e94e26cd92fbfd198b19b< 3f6bc9e3ab9b127171d39f9ac6eca1abb693b731 affected
6.8 affected
< 6.8 unaffected
6.12.10≤ 6.12.* unaffected
6.13≤ * unaffected
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
netfs: Fix kernel async DIO
来源: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: netfs: Fix kernel async DIO Netfslib needs to be able to handle kernel-initiated asynchronous DIO that is supplied with a bio_vec[] array. Currently, because of the async flag, this gets passed to netfs_extract_user_iter() which throws a warning and fails because it only handles IOVEC and UBUF iterators. This can be triggered through a combination of cifs and a loopback blockdev with something like: mount //my/cifs/share /foo dd if=/dev/zero of=/foo/m0 bs=4K count=1K losetup --sector-size 4096 --direct-io=on /dev/loop2046 /foo/m0 echo hello >/dev/loop2046 This causes the following to appear in syslog: WARNING: CPU: 2 PID: 109 at fs/netfs/iterator.c:50 netfs_extract_user_iter+0x170/0x250 [netfs] and the write to fail. Fix this by removing the check in netfs_unbuffered_write_iter_locked() that causes async kernel DIO writes to be handled as userspace writes. Note that this change relies on the kernel caller maintaining the existence of the bio_vec array (or kvec[] or folio_queue) until the op is complete.
来源: 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存在安全漏洞,该漏洞源于netfs_unbuffered_write_iter_locked函数错误地将内核异步DIO写入处理为用户空间写入。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商 产品 影响版本 CPE 订阅
Linux Linux 153a9961b551101cd38e94e26cd92fbfd198b19b ~ 9f3a265836844eda30bf34c2584b8011fd4f0f49 -
Linux Linux 6.8 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2025-21643 补丁与修复 (2)

同批安全公告 · Linux · 2025-01-19 · 共 47 条

CVE-2024-57929 7.8 HIGH Linux kernel 安全漏洞
CVE-2025-21631 7.8 HIGH Linux kernel 安全漏洞
CVE-2025-21652 7.8 HIGH Linux kernel 安全漏洞
CVE-2024-57918 7.8 HIGH Linux kernel 安全漏洞
CVE-2024-57926 7.8 HIGH Linux kernel 安全漏洞
CVE-2024-57921 7.8 HIGH Linux kernel 安全漏洞
CVE-2025-21646 7.5 HIGH Linux kernel 安全漏洞
CVE-2025-21647 7.3 HIGH Linux kernel 安全漏洞
CVE-2025-21640 7.1 HIGH Linux kernel 安全漏洞
CVE-2025-21638 7.1 HIGH Linux kernel 安全漏洞
CVE-2025-21650 7.1 HIGH Linux kernel 安全漏洞
CVE-2025-21637 7.1 HIGH Linux kernel 安全漏洞
CVE-2024-57912 Linux kernel 安全漏洞
CVE-2024-57910 Linux kernel 安全漏洞
CVE-2024-57925 Linux kernel 安全漏洞
CVE-2024-57911 Linux kernel 安全漏洞
CVE-2024-57913 Linux kernel 安全漏洞
CVE-2024-57914 Linux kernel 安全漏洞
CVE-2024-57928 Linux kernel 安全漏洞
CVE-2024-57927 Linux kernel 安全漏洞

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

IV. Related Vulnerabilities

V. Comments for CVE-2025-21643

暂无评论


发表评论