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

目标: 1000 元 · 已筹: 1310

100%

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

CVSS 7.8 · High EPSS 0.01% · P2

影响版本矩阵 18

厂商产品版本范围状态
LinuxLinuxd0a22a4b03b8475b7aa3fa41243c26c291407844< 1403989d1b502f4a2c0d0b42ccf1c25748442effaffected
d0a22a4b03b8475b7aa3fa41243c26c291407844< 1cae1bafdf9caa9b462b19af06b1a06902e4e142affected
d0a22a4b03b8475b7aa3fa41243c26c291407844< 764c3c84b5683e608f43735c803a5f415046686caffected
d0a22a4b03b8475b7aa3fa41243c26c291407844< d87268326b277af3665237ac76a73dd9fa8e21b4affected
d0a22a4b03b8475b7aa3fa41243c26c291407844< 87d4954b5c59735a99ea98cb208d47130f6dce7daffected
d0a22a4b03b8475b7aa3fa41243c26c291407844< 6d76febba07c40bcf358f63216d36ea68cf1c215affected
d0a22a4b03b8475b7aa3fa41243c26c291407844< 815ddd27c0c7171a99fe802fdb19098ddef8b19daffected
d0a22a4b03b8475b7aa3fa41243c26c291407844< faddeb848305e79db89ee0479bb0e33380656321affected
… +10 条更多
获取后续新漏洞提醒登录后订阅

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

漏洞信息

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

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

Vulnerability Title
gfs2: Fix use-after-free in iomap inline data write path
来源: 美国国家漏洞数据库 NVD
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: gfs2: Fix use-after-free in iomap inline data write path The inline data buffer head (dibh) is being released prematurely in gfs2_iomap_begin() via release_metapath() while iomap->inline_data still points to dibh->b_data. This causes a use-after-free when iomap_write_end_inline() later attempts to write to the inline data area. The bug sequence: 1. gfs2_iomap_begin() calls gfs2_meta_inode_buffer() to read inode metadata into dibh 2. Sets iomap->inline_data = dibh->b_data + sizeof(struct gfs2_dinode) 3. Calls release_metapath() which calls brelse(dibh), dropping refcount to 0 4. kswapd reclaims the page (~39ms later in the syzbot report) 5. iomap_write_end_inline() tries to memcpy() to iomap->inline_data 6. KASAN detects use-after-free write to freed memory Fix by storing dibh in iomap->private and incrementing its refcount with get_bh() in gfs2_iomap_begin(). The buffer is then properly released in gfs2_iomap_end() after the inline write completes, ensuring the page stays alive for the entire iomap operation. Note: A C reproducer is not available for this issue. The fix is based on analysis of the KASAN report and code review showing the buffer head is freed before use. [agruenba: Take buffer head reference in gfs2_iomap_begin() to avoid leaks in gfs2_iomap_get() and gfs2_iomap_alloc().]
来源: 美国国家漏洞数据库 NVD
CVSS Information
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
来源: 美国国家漏洞数据库 NVD
Vulnerability Type
N/A
来源: 美国国家漏洞数据库 NVD
Vulnerability Title
Linux kernel 安全漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于gfs2在iomap内联数据写入路径中过早释放内联数据缓冲区头,可能导致释放后重用。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商产品影响版本CPE订阅
LinuxLinux d0a22a4b03b8475b7aa3fa41243c26c291407844 ~ 1403989d1b502f4a2c0d0b42ccf1c25748442eff -
LinuxLinux 5.2 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2026-45984 补丁与修复 (8)

同批安全公告 · Linux · 2026-05-27 · 共 276 条

CVE-2026-458989.8 CRITICALLinux kernel 安全漏洞
CVE-2026-459889.8 CRITICALLinux kernel 安全漏洞
CVE-2026-459729.8 CRITICALLinux kernel 安全漏洞
CVE-2026-460399.8 CRITICALLinux kernel 安全漏洞
CVE-2026-460439.1 CRITICALLinux kernel 安全漏洞
CVE-2026-459458.8 HIGHLinux kernel 安全漏洞
CVE-2026-460568.8 HIGHLinux kernel 安全漏洞
CVE-2026-458438.2 HIGHLinux kernel 安全漏洞
CVE-2026-460378.2 HIGHLinux kernel 安全漏洞
CVE-2026-460998.1 HIGHLinux kernel 安全漏洞
CVE-2026-460108.1 HIGHLinux kernel 安全漏洞
CVE-2026-460767.9 HIGHLinux kernel 安全漏洞
CVE-2026-460657.8 HIGHLinux kernel 安全漏洞
CVE-2026-459337.8 HIGHLinux kernel 安全漏洞
CVE-2026-460367.8 HIGHLinux kernel 安全漏洞
CVE-2026-459317.8 HIGHLinux kernel 安全漏洞
CVE-2026-459297.8 HIGHLinux kernel 安全漏洞
CVE-2026-458627.8 HIGHLinux kernel 安全漏洞
CVE-2026-460627.8 HIGHLinux kernel 安全漏洞
CVE-2026-460537.8 HIGHLinux kernel 安全漏洞

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

IV. Related Vulnerabilities

V. Comments for CVE-2026-45984

暂无评论


发表评论