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

目标: 1000 元 · 已筹: 1336

100%

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

AI 预测 7.8 利用难度: 中等 EPSS 0.15% · P5

影响版本矩阵 8

厂商产品版本范围状态
LinuxLinuxce63cb62d794c98c7631c2296fa845f2a8d0a4a1< 61e0fc3312309867e5a3495329dad0286d2a5703affected
ce63cb62d794c98c7631c2296fa845f2a8d0a4a1< c26076197df348c84cc23e5962d61902e072a0f5affected
ce63cb62d794c98c7631c2296fa845f2a8d0a4a1< bbfe756dc3062c1e934f06e5ba39c239aa953b92affected
6.12affected
< 6.12unaffected
6.12.29≤ 6.12.*unaffected
6.14.7≤ 6.14.*unaffected
6.15≤ *unaffected
获取后续新漏洞提醒登录后订阅

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

漏洞信息

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

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

Vulnerability Title
fs/erofs/fileio: call erofs_onlinefolio_split() after bio_add_folio()
来源: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: fs/erofs/fileio: call erofs_onlinefolio_split() after bio_add_folio() If bio_add_folio() fails (because it is full), erofs_fileio_scan_folio() needs to submit the I/O request via erofs_fileio_rq_submit() and allocate a new I/O request with an empty `struct bio`. Then it retries the bio_add_folio() call. However, at this point, erofs_onlinefolio_split() has already been called which increments `folio->private`; the retry will call erofs_onlinefolio_split() again, but there will never be a matching erofs_onlinefolio_end() call. This leaves the folio locked forever and all waiters will be stuck in folio_wait_bit_common(). This bug has been added by commit ce63cb62d794 ("erofs: support unencoded inodes for fileio"), but was practically unreachable because there was room for 256 folios in the `struct bio` - until commit 9f74ae8c9ac9 ("erofs: shorten bvecs[] for file-backed mounts") which reduced the array capacity to 16 folios. It was now trivial to trigger the bug by manually invoking readahead from userspace, e.g.: posix_fadvise(fd, 0, st.st_size, POSIX_FADV_WILLNEED); This should be fixed by invoking erofs_onlinefolio_split() only after bio_add_folio() has succeeded. This is safe: asynchronous completions invoking erofs_onlinefolio_end() will not unlock the folio because erofs_fileio_scan_folio() is still holding a reference to be released by erofs_onlinefolio_end() at the end.
来源: 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存在安全漏洞,该漏洞源于erofs_fileio_scan_folio中的bio_add_folio和erofs_onlinefolio_split调用顺序不当。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商产品影响版本CPE订阅
LinuxLinux ce63cb62d794c98c7631c2296fa845f2a8d0a4a1 ~ 61e0fc3312309867e5a3495329dad0286d2a5703 -
LinuxLinux 6.12 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2025-37999 补丁与修复 (1)

同批安全公告 · Linux · 2025-05-29 · 共 7 条

CVE-2025-379968.8 HIGHLinux kernel 安全漏洞
CVE-2025-379987.8 HIGHLinux kernel 安全漏洞
CVE-2025-379977.8 HIGHLinux kernel 安全漏洞
CVE-2025-37995Linux kernel 安全漏洞
CVE-2025-37994Linux kernel 安全漏洞
CVE-2025-37993Linux kernel 安全漏洞

IV. Related Vulnerabilities

V. Comments for CVE-2025-37999

暂无评论


发表评论