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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-64588— Linux kernel 安全漏洞

CVSS 7.8 · High EPSS 0.12% · P2

影响版本矩阵 8

厂商产品版本范围状态
LinuxLinuxc2c9af9a0b13261c36909036057a116f2edb5e1a< b156bb9966972122b148acab8bdf415cdb8176a3affected
c2c9af9a0b13261c36909036057a116f2edb5e1a< d01a09b442cb786cd44ccc7c84d57e2856d6737caffected
c2c9af9a0b13261c36909036057a116f2edb5e1a< 46725a0056c884cf58a6897f222892807327d82daffected
6.14affected
< 6.14unaffected
6.18.39≤ 6.18.*unaffected
7.1.4≤ 7.1.*unaffected
7.2-rc1≤ *unaffected
获取后续新漏洞提醒登录后订阅

一、 漏洞 CVE-2026-64588 基础信息

漏洞信息

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

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

Vulnerability Title
fuse-uring: fix data races on ring->ready
来源: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: fuse-uring: fix data races on ring->ready On weakly-ordered architectures, the store to fiq->ops can be reordered past the store to ring->ready, allowing a CPU that sees ring->ready == true via fuse_uring_ready() to dispatch requests through a stale fiq->ops pointer. Upgrade the store to smp_store_release() and the load in fuse_uring_ready() to smp_load_acquire() so that the preceding WRITE_ONCE(fiq->ops, ...) is visible to any CPU that observes ring->ready == true. Additionally, fuse_uring_do_register() publishes ring->ready with WRITE_ONCE() but the fast-path check reads it with a plain load. This is a marked-vs-unmarked access that KCSAN will flag. Wrap it in READ_ONCE() to mark it without adding unnecessary ordering. Also wrap the fc->ring load in fuse_uring_ready() in READ_ONCE() to prevent the compiler from reloading it between the NULL check and the dereference.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
来源: 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 kernel 6.14版本存在安全漏洞,该漏洞源于fuse-uring组件中ring->ready数据竞争,可能导致通过过期的fiq->ops指针分发请求。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商产品影响版本CPE订阅
LinuxLinux c2c9af9a0b13261c36909036057a116f2edb5e1a ~ b156bb9966972122b148acab8bdf415cdb8176a3 -
LinuxLinux 6.14 -

二、漏洞 CVE-2026-64588 的公开POC

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

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2026-64588 的情报信息

登录查看更多情报信息。

CVE-2026-64588 补丁与修复 (3)

同批安全公告 · Linux · 2026-08-06 · 共 22 条

CVE-2026-645979.8 CRITICALLinux kernel 安全漏洞
CVE-2026-645868.8 HIGHLinux kernel 安全漏洞
CVE-2026-645988.8 HIGHLinux kernel 安全漏洞
CVE-2026-645847.8 HIGHLinux kernel 安全漏洞
CVE-2026-645857.8 HIGHLinux kernel 安全漏洞
CVE-2026-645837.8 HIGHLinux kernel 安全漏洞
CVE-2026-646017.8 HIGHLinux kernel 安全漏洞
CVE-2026-645997.8 HIGHLinux kernel 安全漏洞
CVE-2026-645877.0 HIGHLinux kernel 安全漏洞
CVE-2026-68480Linux kernel 安全漏洞
CVE-2026-64604Linux kernel 安全漏洞
CVE-2026-64603Linux kernel 安全漏洞
CVE-2026-64602Linux kernel 安全漏洞
CVE-2026-64596Linux kernel 安全漏洞
CVE-2026-64595Linux kernel 安全漏洞
CVE-2026-64593Linux kernel 安全漏洞
CVE-2026-64594Linux kernel 安全漏洞
CVE-2026-64592Linux kernel 安全漏洞
CVE-2026-64591Linux kernel 安全漏洞
CVE-2026-64590Linux kernel 安全漏洞

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

IV. Related Vulnerabilities

V. Comments for CVE-2026-64588

暂无评论


发表评论