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

目标: 1000 元 · 已筹: 1336

100%

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

AI 预测 5.0 利用难度: 中等 EPSS 0.09% · P0

可能的 ATT&CK 技术 1AI

T1496 · Resource Hijacking

影响版本矩阵 6

厂商产品版本范围状态
LinuxLinuxe2d46f2ec332533816417b60933954173f602121< 110188a13c4853bd4c342e600ced4dfd26c3feb5affected
e2d46f2ec332533816417b60933954173f602121< 89635eae076cd8eaa5cb752f66538c9dc6c9fdc3affected
6.14affected
< 6.14unaffected
6.15.8≤ 6.15.*unaffected
6.16≤ *unaffected
获取后续新漏洞提醒登录后订阅

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

漏洞信息

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

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

Vulnerability Title
netfs: Fix race between cache write completion and ALL_QUEUED being set
来源: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: netfs: Fix race between cache write completion and ALL_QUEUED being set When netfslib is issuing subrequests, the subrequests start processing immediately and may complete before we reach the end of the issuing function. At the end of the issuing function we set NETFS_RREQ_ALL_QUEUED to indicate to the collector that we aren't going to issue any more subreqs and that it can do the final notifications and cleanup. Now, this isn't a problem if the request is synchronous (NETFS_RREQ_OFFLOAD_COLLECTION is unset) as the result collection will be done in-thread and we're guaranteed an opportunity to run the collector. However, if the request is asynchronous, collection is primarily triggered by the termination of subrequests queuing it on a workqueue. Now, a race can occur here if the app thread sets ALL_QUEUED after the last subrequest terminates. This can happen most easily with the copy2cache code (as used by Ceph) where, in the collection routine of a read request, an asynchronous write request is spawned to copy data to the cache. Folios are added to the write request as they're unlocked, but there may be a delay before ALL_QUEUED is set as the write subrequests may complete before we get there. If all the write subreqs have finished by the ALL_QUEUED point, no further events happen and the collection never happens, leaving the request hanging. Fix this by queuing the collector after setting ALL_QUEUED. This is a bit heavy-handed and it may be sufficient to do it only if there are no extant subreqs. Also add a tracepoint to cross-reference both requests in a copy-to-request operation and add a trace to the netfs_rreq tracepoint to indicate the setting of ALL_QUEUED.
来源: 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存在安全漏洞,该漏洞源于缓存写入完成和ALL_QUEUED设置之间的竞争条件。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商产品影响版本CPE订阅
LinuxLinux e2d46f2ec332533816417b60933954173f602121 ~ 110188a13c4853bd4c342e600ced4dfd26c3feb5 -
LinuxLinux 6.14 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

同批安全公告 · Linux · 2025-07-28 · 共 29 条

CVE-2025-38483Linux kernel 安全漏洞
CVE-2025-38497Linux kernel 安全漏洞
CVE-2025-38496Linux kernel 多款产品安全漏洞
CVE-2025-38495Linux kernel 安全漏洞
CVE-2025-38494Linux kernel 安全漏洞
CVE-2025-38493Linux kernel 安全漏洞
CVE-2025-38491Linux kernel 安全漏洞
CVE-2025-38490Linux kernel 安全漏洞
CVE-2025-38489Linux kernel 安全漏洞
CVE-2025-38488Linux kernel 安全漏洞
CVE-2025-38487Linux kernel 安全漏洞
CVE-2025-38485Linux kernel 安全漏洞
CVE-2025-38486Linux kernel 安全漏洞
CVE-2025-38484Linux kernel 安全漏洞
CVE-2025-38468Linux kernel 安全漏洞
CVE-2025-38482Linux kernel 安全漏洞
CVE-2025-38481Linux kernel 安全漏洞
CVE-2025-38480Linux kernel 安全漏洞
CVE-2025-38478Linux kernel 安全漏洞
CVE-2025-38477Linux kernel 安全漏洞

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

IV. Related Vulnerabilities

V. Comments for CVE-2025-38492

暂无评论


发表评论