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

目标: 1000 元 · 已筹: 1336

100%

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

一分钟漏洞结论

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

Linux kernel是美国Linux基金会开源的操作系统Linux所使用的内核。 Linux kernel 2.6.29版本存在安全漏洞,该漏洞源于hvc_iucv驱动中的差一错误,可能导致数组越界访问。

AI 预测 4.4 利用难度: 困难 EPSS 0.12% · P2

影响版本矩阵 18

厂商产品 版本范围状态
Linux Linux 44a01d5ba8a4d543694461cd3e178cfa6b3f221b< 3d3b89e6ab93bdd0efd45828bda6b0e61cc46dff affected
44a01d5ba8a4d543694461cd3e178cfa6b3f221b< 484357dff256c816d9466bda35eb765685e4dc86 affected
44a01d5ba8a4d543694461cd3e178cfa6b3f221b< 11207e42a332eb8bbcb9fe74df9edd2a807c5607 affected
44a01d5ba8a4d543694461cd3e178cfa6b3f221b< fed8b8f33a46db0ee2efdb000f4f630c86ed8ca4 affected
44a01d5ba8a4d543694461cd3e178cfa6b3f221b< a76511bc654819425d3b15e77b523d7f9d81f064 affected
44a01d5ba8a4d543694461cd3e178cfa6b3f221b< 3104a3f40feb107f77d7116ad9bf6c210ab7babf affected
44a01d5ba8a4d543694461cd3e178cfa6b3f221b< f1dc8e72de9aabe5d96767a4e97219ac26b79fe5 affected
44a01d5ba8a4d543694461cd3e178cfa6b3f221b< f2a880e802ad12d1e38039d1334fb1475d0f5241 affected
… +10 条更多
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
tty: hvc_iucv: fix off-by-one in number of supported devices
来源: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: tty: hvc_iucv: fix off-by-one in number of supported devices MAX_HVC_IUCV_LINES == HVC_ALLOC_TTY_ADAPTERS == 8. This is the number of entries in: static struct hvc_iucv_private *hvc_iucv_table[MAX_HVC_IUCV_LINES]; Sometimes hvc_iucv_table[] is limited by: (a) if (num > hvc_iucv_devices) // for error detection or (b) for (i = 0; i < hvc_iucv_devices; i++) // in 2 places (so these 2 don't agree; second one appears to be correct to me.) hvc_iucv_devices can be 0..8. This is a counter. (c) if (hvc_iucv_devices > MAX_HVC_IUCV_LINES) If hvc_iucv_devices == 8, (a) allows the code to access hvc_iucv_table[8]. Oops.
来源: 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 2.6.29版本存在安全漏洞,该漏洞源于hvc_iucv驱动中的差一错误,可能导致数组越界访问。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商 产品 影响版本 CPE 订阅
Linux Linux 44a01d5ba8a4d543694461cd3e178cfa6b3f221b ~ 3d3b89e6ab93bdd0efd45828bda6b0e61cc46dff -
Linux Linux 2.6.29 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

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

同批安全公告 · Linux · 2026-06-26 · 共 47 条

CVE-2026-53309 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-53281 8.8 HIGH Linux kernel 安全漏洞
CVE-2026-53322 8.8 HIGH Linux kernel 安全漏洞
CVE-2026-53300 7.8 HIGH Linux kernel 安全漏洞
CVE-2026-53290 7.8 HIGH Linux kernel 安全漏洞
CVE-2026-53284 7.5 HIGH Linux kernel 安全漏洞
CVE-2026-53324 Linux kernel 安全漏洞
CVE-2026-53304 Linux kernel 安全漏洞
CVE-2026-53319 Linux kernel 安全漏洞
CVE-2026-53321 Linux kernel 安全漏洞
CVE-2026-53320 Linux kernel 安全漏洞
CVE-2026-53323 Linux kernel 安全漏洞
CVE-2026-53313 Linux kernel 安全漏洞
CVE-2026-53312 Linux kernel 安全漏洞
CVE-2026-53311 Linux kernel 安全漏洞
CVE-2026-53310 Linux kernel 安全漏洞
CVE-2026-53308 Linux kernel 安全漏洞
CVE-2026-53307 Linux kernel 安全漏洞
CVE-2026-53305 Linux kernel 安全漏洞
CVE-2026-53301 Linux kernel 安全漏洞

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

IV. Related Vulnerabilities

V. Comments for CVE-2026-53306

暂无评论


发表评论