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

目标: 1000 元 · 已筹: 1310

100%

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

AI 预测 7.8 利用难度: 中等 EPSS 0.02% · P7

可能的 ATT&CK 技术 1AI

T1206

影响版本矩阵 12

厂商产品版本范围状态
LinuxLinux3478c83cf26bbffd026ae6a56bcb1fe544f0834e< ab6da97bc310db35d4e4ef5354bc3ff626b0698caffected
3478c83cf26bbffd026ae6a56bcb1fe544f0834e< 5a5314d2387633a272a04d1bd8727f99058e4e68affected
3478c83cf26bbffd026ae6a56bcb1fe544f0834e< 537e065977022aa22f2c2503e8accaf16622e0fdaffected
3478c83cf26bbffd026ae6a56bcb1fe544f0834e< 520986722dbf869c122252123fc161c7302eab7daffected
3478c83cf26bbffd026ae6a56bcb1fe544f0834e< eceafc31ea7b42c984ece10d79d505c0bb6615d5affected
6.3affected
< 6.3unaffected
6.6.140≤ 6.6.*unaffected
… +4 条更多
获取后续新漏洞提醒登录后订阅

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

漏洞信息

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

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

Vulnerability Title
ext4: fix bounds check in check_xattrs() to prevent out-of-bounds access
来源: 美国国家漏洞数据库 NVD
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: ext4: fix bounds check in check_xattrs() to prevent out-of-bounds access The bounds check for the next xattr entry in check_xattrs() uses (void *)next >= end, which allows next to point within sizeof(u32) bytes of end. On the next loop iteration, IS_LAST_ENTRY() reads 4 bytes via *(__u32 *)(entry), which can overrun the valid xattr region. For example, if next lands at end - 1, the check passes since next < end, but IS_LAST_ENTRY() reads 4 bytes starting at end - 1, accessing 3 bytes beyond the valid region. Fix this by changing the check to (void *)next + sizeof(u32) > end, ensuring there is always enough space for the IS_LAST_ENTRY() read on the subsequent iteration.
来源: 美国国家漏洞数据库 NVD
CVSS Information
N/A
来源: 美国国家漏洞数据库 NVD
Vulnerability Type
N/A
来源: 美国国家漏洞数据库 NVD
Vulnerability Title
Linux kernel 安全漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于ext4文件系统check_xattrs()函数边界检查不充分,可能导致越界访问。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商产品影响版本CPE订阅
LinuxLinux 3478c83cf26bbffd026ae6a56bcb1fe544f0834e ~ ab6da97bc310db35d4e4ef5354bc3ff626b0698c -
LinuxLinux 6.3 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2026-46094 补丁与修复 (5)

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

CVE-2026-458989.8 CRITICALLinux kernel 安全漏洞
CVE-2026-459729.8 CRITICALLinux kernel 安全漏洞
CVE-2026-460399.8 CRITICALLinux kernel 安全漏洞
CVE-2026-459889.8 CRITICALLinux kernel 安全漏洞
CVE-2026-460439.1 CRITICALLinux kernel 安全漏洞
CVE-2026-460568.8 HIGHLinux kernel 安全漏洞
CVE-2026-459458.8 HIGHLinux kernel 安全漏洞
CVE-2026-460378.2 HIGHLinux kernel 安全漏洞
CVE-2026-458438.2 HIGHLinux kernel 安全漏洞
CVE-2026-460108.1 HIGHLinux kernel 安全漏洞
CVE-2026-460998.1 HIGHLinux kernel 安全漏洞
CVE-2026-460767.9 HIGHLinux kernel 安全漏洞
CVE-2026-460937.8 HIGHLinux kernel 安全漏洞
CVE-2026-459707.8 HIGHLinux kernel 安全漏洞
CVE-2026-459807.8 HIGHLinux kernel 安全漏洞
CVE-2026-459517.8 HIGHLinux kernel 安全漏洞
CVE-2026-458527.8 HIGHLinux kernel 安全漏洞
CVE-2026-460367.8 HIGHLinux kernel 安全漏洞
CVE-2026-459317.8 HIGHLinux kernel 安全漏洞
CVE-2026-460657.8 HIGHLinux kernel 安全漏洞

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

IV. Related Vulnerabilities

V. Comments for CVE-2026-46094

暂无评论


发表评论