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

目标: 1000 元 · 已筹: 1336

100%

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

一分钟漏洞结论

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

Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于mtd spi-nor debugfs中spi_nor_params_show函数使用sizeof(snor_f_names)传递数组大小,但sizeof返回的是指针数组的总字节数而非元素个数,可能导致越界读取。

CVSS 7.1 · High EPSS 0.13% · P3

可能的 ATT&CK 技术 1 AI

T1083 · File and Directory Discovery

影响版本矩阵 14

厂商产品 版本范围状态
Linux Linux 0257be79fc4a16a3252ce80aa13b3640f728c425< 231b8e1f604f6e0a7e100536f506cdf482e2c5f5 affected
0257be79fc4a16a3252ce80aa13b3640f728c425< 9a80c458320e0514e11945402dd6e48fcee05524 affected
0257be79fc4a16a3252ce80aa13b3640f728c425< ca18c180b053f6ce80394322b314ac721c316af7 affected
0257be79fc4a16a3252ce80aa13b3640f728c425< 34bdcfb496b29f9a52431194f94473b37fb8c162 affected
0257be79fc4a16a3252ce80aa13b3640f728c425< c0b654bc0b76a1da102d9138be1ed1223bd99310 affected
0257be79fc4a16a3252ce80aa13b3640f728c425< e47029b977e747cb3a9174308fd55762cce70147 affected
5.19 affected
< 5.19 unaffected
… +6 条更多
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
mtd: spi-nor: debugfs: fix out-of-bounds read in spi_nor_params_show()
来源: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: mtd: spi-nor: debugfs: fix out-of-bounds read in spi_nor_params_show() Sashiko noticed an out-of-bounds read [1]. In spi_nor_params_show(), the snor_f_names array is passed to spi_nor_print_flags() using sizeof(snor_f_names). Since snor_f_names is an array of pointers, sizeof() returns the total number of bytes occupied by the pointers (element_count * sizeof(void *)) rather than the element count itself. On 64-bit systems, this makes the passed length 8x larger than intended. Inside spi_nor_print_flags(), the 'names_len' argument is used to bounds-check the 'names' array access. An out-of-bounds read occurs if a flag bit is set that exceeds the array's actual element count but is within the inflated byte-size count. Correct this by using ARRAY_SIZE() to pass the actual number of string pointers in the array.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/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所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于mtd spi-nor debugfs中spi_nor_params_show函数使用sizeof(snor_f_names)传递数组大小,但sizeof返回的是指针数组的总字节数而非元素个数,可能导致越界读取。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商 产品 影响版本 CPE 订阅
Linux Linux 0257be79fc4a16a3252ce80aa13b3640f728c425 ~ 231b8e1f604f6e0a7e100536f506cdf482e2c5f5 -
Linux Linux 5.19 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2026-46190 补丁与修复 (6)

同批安全公告 · Linux · 2026-05-28 · 共 135 条

CVE-2026-46135 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-46137 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-46195 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-46115 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-46185 9.1 CRITICAL Linux kernel 安全漏洞
CVE-2026-46119 9.1 CRITICAL Linux kernel 安全漏洞
CVE-2026-46155 9.1 CRITICAL Linux kernel 安全漏洞
CVE-2026-46166 8.8 HIGH Linux kernel 安全漏洞
CVE-2026-46198 8.8 HIGH Linux kernel 安全漏洞
CVE-2026-46125 8.8 HIGH Linux kernel 安全漏洞
CVE-2026-46174 8.8 HIGH Linux kernel 安全漏洞
CVE-2026-46238 8.8 HIGH Linux kernel 安全漏洞
CVE-2026-46152 8.8 HIGH Linux kernel 安全漏洞
CVE-2026-46113 8.8 HIGH Linux kernel 安全漏洞
CVE-2026-46212 8.8 HIGH Linux kernel 安全漏洞
CVE-2026-46138 8.1 HIGH Linux kernel 安全漏洞
CVE-2026-46232 8.1 HIGH Linux kernel 安全漏洞
CVE-2026-46178 7.8 HIGH Linux kernel 安全漏洞
CVE-2026-46205 7.8 HIGH Linux kernel 安全漏洞
CVE-2026-46176 7.8 HIGH Linux kernel 安全漏洞

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

IV. Related Vulnerabilities

V. Comments for CVE-2026-46190

暂无评论


发表评论