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

目标: 1000 元 · 已筹: 1336

100%

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

一分钟漏洞结论

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

Linux kernel是美国Linux基金会开源的一款操作系统内核。 Linux kernel 6.12版本存在安全漏洞,该漏洞源于blk_insert_cloned_request函数未重新计算nr_integrity_segments,可能导致内核崩溃。

CVSS 9.8 · Critical EPSS 0.46% · P39

影响版本矩阵 10

厂商产品 版本范围状态
Linux Linux 76c313f658d2752e8527610677164aa7094ef7a5< 53a01bcc0242590eda4c452a5bd996f62457113b affected
76c313f658d2752e8527610677164aa7094ef7a5< 0943f81e1b3176f27dbaf6db268fc69d8a94f0ba affected
76c313f658d2752e8527610677164aa7094ef7a5< 42929c98d044f126508baf54a65b0f87f932fa75 affected
76c313f658d2752e8527610677164aa7094ef7a5< 2c6e6a18a37b905cb584eb0dda3ae482162a81ca affected
6.12 affected
< 6.12 unaffected
6.12.92≤ 6.12.* unaffected
6.18.34≤ 6.18.* unaffected
… +2 条更多
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
block: recompute nr_integrity_segments in blk_insert_cloned_request
来源: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: block: recompute nr_integrity_segments in blk_insert_cloned_request blk_insert_cloned_request() already recomputes nr_phys_segments against the bottom queue, because "the queue settings related to segment counting may differ from the original queue." The exact same reasoning applies to integrity segments: a stacked driver's underlying queue can have tighter virt_boundary_mask, seg_boundary_mask, or max_segment_size than the top queue, in which case blk_rq_count_integrity_sg() against the bottom queue produces a different count than the cached rq->nr_integrity_segments inherited from the source request by blk_rq_prep_clone(). When the cached count is lower than the bottom queue's actual count, blk_rq_map_integrity_sg() trips BUG_ON(segments > rq->nr_integrity_segments); on dispatch. The same families of stacked setups that motivated the existing nr_phys_segments recompute -- dm-multipath fanning out to nvme-rdma in particular -- can produce this. Mirror the nr_phys_segments handling: when the request carries integrity, recompute nr_integrity_segments against the bottom queue and reject the request if it exceeds the bottom queue's max_integrity_segments. blk_rq_count_integrity_sg() and queue_max_integrity_segments() are both already available via <linux/blk-integrity.h>, which blk-mq.c includes. This closes a latent gap in the stacking contract and brings the integrity-segment accounting in line with the existing phys-segment accounting.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:N/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.12版本存在安全漏洞,该漏洞源于blk_insert_cloned_request函数未重新计算nr_integrity_segments,可能导致内核崩溃。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商 产品 影响版本 CPE 订阅
Linux Linux 76c313f658d2752e8527610677164aa7094ef7a5 ~ 53a01bcc0242590eda4c452a5bd996f62457113b -
Linux Linux 6.12 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2026-64232 补丁与修复 (4)

同批安全公告 · Linux · 2026-07-24 · 共 48 条

CVE-2026-64216 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-64255 8.8 HIGH Linux kernel 安全漏洞
CVE-2026-64247 8.4 HIGH Linux kernel 安全漏洞
CVE-2026-64223 8.1 HIGH Linux kernel 安全漏洞
CVE-2026-64235 8.1 HIGH Linux kernel 安全漏洞
CVE-2026-64226 7.8 HIGH Linux kernel 安全漏洞
CVE-2026-64217 7.8 HIGH Linux kernel 安全漏洞
CVE-2026-64251 7.8 HIGH Linux kernel 安全漏洞
CVE-2026-64221 7.8 HIGH Linux kernel 安全漏洞
CVE-2026-64218 7.8 HIGH Linux kernel 安全漏洞
CVE-2026-64208 7.5 HIGH Linux kernel 安全漏洞
CVE-2026-64210 7.5 HIGH Linux kernel 安全漏洞
CVE-2026-64243 7.1 HIGH Linux kernel 安全漏洞
CVE-2026-64219 7.0 HIGH Linux kernel 安全漏洞
CVE-2026-64222 7.0 HIGH Linux kernel 安全漏洞
CVE-2026-64224 Linux kernel 安全漏洞
CVE-2026-64227 Linux kernel 安全漏洞
CVE-2026-64225 Linux kernel 安全漏洞
CVE-2026-64211 Linux kernel 安全漏洞
CVE-2026-64209 Linux kernel 安全漏洞

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

IV. Related Vulnerabilities

V. Comments for CVE-2026-64232

暂无评论


发表评论