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

目标: 1000 元 · 已筹: 1336

100%

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

AI 预测 6.4 利用难度: 困难 EPSS 0.13% · P3

可能的 ATT&CK 技术 1AI

T1530 · Data from Cloud Storage

影响版本矩阵 15

厂商产品版本范围状态
LinuxLinux7449d736bbbd160c76b01b8fcdf72f58a8757d4b< bfbc74df8bbe095b3ed68f6d4487b368af087890affected
ea41367b2a602f602ea6594fc4a310520dcc64f4< 5cc0574c84aa73946ade587c41e81757b8b01cb5affected
ea41367b2a602f602ea6594fc4a310520dcc64f4< b2b76d09a64c538c57006180103fc1841e8cfa66affected
ea41367b2a602f602ea6594fc4a310520dcc64f4< ba3ad159aa61810bbe0acaf39578b1ebfb6f1a18affected
ea41367b2a602f602ea6594fc4a310520dcc64f4< a893f1757d9a4009e4a8d7ceb2312142fe29cea4affected
ea41367b2a602f602ea6594fc4a310520dcc64f4< 3d8b9d06bd3ac4c6846f5498800b0f5f8062e53baffected
6.6.32< 6.6.136affected
6.9affected
… +7 条更多
获取后续新漏洞提醒登录后订阅

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

漏洞信息

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

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

Vulnerability Title
smb: client: fix off-by-8 bounds check in check_wsl_eas()
来源: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: smb: client: fix off-by-8 bounds check in check_wsl_eas() The bounds check uses (u8 *)ea + nlen + 1 + vlen as the end of the EA name and value, but ea_data sits at offset sizeof(struct smb2_file_full_ea_info) = 8 from ea, not at offset 0. The strncmp() later reads ea->ea_data[0..nlen-1] and the value bytes follow at ea_data[nlen+1..nlen+vlen], so the actual end is ea->ea_data + nlen + 1 + vlen. Isn't pointer math fun? The earlier check (u8 *)ea > end - sizeof(*ea) only guarantees the 8-byte header is in bounds, but since the last EA is placed within 8 bytes of the end of the response, the name and value bytes are read past the end of iov. Fix this mess all up by using ea->ea_data as the base for the bounds check. An "untrusted" server can use this to leak up to 8 bytes of kernel heap into the EA name comparison and influence which WSL xattr the data is interpreted as.
来源: CVE Program / CVE List V5
CVSS Information
N/A
来源: 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存在安全漏洞,该漏洞源于check_wsl_eas中边界检查偏移错误,可能导致内核堆数据泄漏。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商产品影响版本CPE订阅
LinuxLinux 7449d736bbbd160c76b01b8fcdf72f58a8757d4b ~ bfbc74df8bbe095b3ed68f6d4487b368af087890 -
LinuxLinux 6.9 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2026-31614 补丁与修复 (2)

同批安全公告 · Linux · 2026-04-24 · 共 138 条

CVE-2026-316499.8 CRITICALLinux kernel 安全漏洞
CVE-2026-316079.8 CRITICALLinux kernel 安全漏洞
CVE-2026-316089.8 CRITICALLinux kernel 安全漏洞
CVE-2026-316339.8 CRITICALLinux kernel 安全漏洞
CVE-2026-315369.8 CRITICALLinux kernel 安全漏洞
CVE-2026-316699.8 CRITICALLinux kernel 安全漏洞
CVE-2026-316689.8 CRITICALLinux kernel 安全漏洞
CVE-2026-315899.8 CRITICALLinux kernel 安全漏洞
CVE-2026-316099.8 CRITICALLinux kernel 安全漏洞
CVE-2026-316579.8 CRITICALLinux kernel 安全漏洞
CVE-2026-316599.8 CRITICALLinux kernel 安全漏洞
CVE-2026-316379.8 CRITICALLinux kernel 安全漏洞
CVE-2026-316369.1 CRITICALLinux kernel 安全漏洞
CVE-2026-315708.8 HIGHLinux kernel 安全漏洞
CVE-2026-315588.8 HIGHLinux kernel 安全漏洞
CVE-2026-315538.8 HIGHLinux kernel 安全漏洞
CVE-2026-316298.8 HIGHLinux kernel 安全漏洞
CVE-2026-316228.8 HIGHLinux kernel 安全漏洞
CVE-2026-315888.8 HIGHLinux kernel 安全漏洞
CVE-2026-316118.6 HIGHLinux kernel 安全漏洞

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

IV. Related Vulnerabilities

V. Comments for CVE-2026-31614

暂无评论


发表评论