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

目标: 1000 元 · 已筹: 1336

100%

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

一分钟漏洞结论

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

Linux kernel是美国Linux基金会开源的一个操作系统内核。 Linux kernel存在安全漏洞,该漏洞源于NFC LLCP TLV解析器中偏移量声明为u8导致超过255后环绕为零,且在读取TLV头和值字段前缺少边界检查,可能导致未认证攻击者触发越界读取或无限循环。

AI 预测 4.5 利用难度: 中等 EPSS 0.23% · P15

影响版本矩阵 25

厂商产品 版本范围状态
Linux Linux 0be9de2ea01e8d52646e7310a7eef5459cf07ea8< 2c1456fe09ab1a5a9fe1d8339ca6d509589b56e1 affected
3df40eb3a2ea58bf404a38f15a7a2768e4762cb0< 7f6f3d087c67a4346189ef2c36481455bbc59a74 affected
3df40eb3a2ea58bf404a38f15a7a2768e4762cb0< 9c47d667963542c3cf8e3007b7f10c0904d08238 affected
3df40eb3a2ea58bf404a38f15a7a2768e4762cb0< a209334ed929941b20810c17c3a507445b0a7c85 affected
3df40eb3a2ea58bf404a38f15a7a2768e4762cb0< 382eaa770335acf4f16a5a55524500f2bb4207df affected
3df40eb3a2ea58bf404a38f15a7a2768e4762cb0< 2d239590d1845a706304833d40dd6d4fec20ad88 affected
3df40eb3a2ea58bf404a38f15a7a2768e4762cb0< e84cdfdc4a6c88e8b751144458f2e04e24415a28 affected
3df40eb3a2ea58bf404a38f15a7a2768e4762cb0< 875285a165fd3b402de2ab3be0deb355d6f4caf5 affected
… +17 条更多
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
nfc: llcp: fix OOB read and u8 offset wrap in TLV parsers
来源: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: nfc: llcp: fix OOB read and u8 offset wrap in TLV parsers nfc_llcp_parse_gb_tlv() and nfc_llcp_parse_connection_tlv() contain three related bugs in their TLV parsing loops: 1. 'offset' is declared u8 but tlv_array_len is u16. When TLV data advances offset past 255 it silently wraps to zero, causing infinite loops or double-processing of buffer data. 2. Before reading tlv[0] (type) and tlv[1] (length) there is no check that offset+2 <= tlv_array_len. A truncated TLV causes an OOB read of one byte past the buffer end. 3. After reading the length field, the value bytes are accessed without checking offset+2+length <= tlv_array_len. A crafted length=0xFF on a short buffer causes up to 255 bytes of OOB read past the buffer end. Both functions are reachable without authentication via nfc_llcp_set_remote_gb() which feeds remote LLCP general bytes directly into nfc_llcp_parse_gb_tlv() with no additional validation. Fix all three issues by widening offset from u8 to u16 and adding bounds checks for both the TLV header and value field before each access.
来源: 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 kernel存在安全漏洞,该漏洞源于NFC LLCP TLV解析器中偏移量声明为u8导致超过255后环绕为零,且在读取TLV头和值字段前缺少边界检查,可能导致未认证攻击者触发越界读取或无限循环。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商 产品 影响版本 CPE 订阅
Linux Linux 0be9de2ea01e8d52646e7310a7eef5459cf07ea8 ~ 2c1456fe09ab1a5a9fe1d8339ca6d509589b56e1 -
Linux Linux 5.15 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

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

CVE-2026-80799 其他参考 (1)

同批安全公告 · Linux · 2026-09-04 · 共 156 条

CVE-2026-80865 Linux kernel 安全漏洞
CVE-2026-80856 Linux kernel 安全漏洞
CVE-2026-80857 Linux kernel 安全漏洞
CVE-2026-80858 Linux kernel 安全漏洞
CVE-2026-80859 Linux kernel 安全漏洞
CVE-2026-80860 Linux kernel 安全漏洞
CVE-2026-80861 Linux kernel 安全漏洞
CVE-2026-80862 Linux kernel 安全漏洞
CVE-2026-80863 Linux kernel 安全漏洞
CVE-2026-80864 Linux kernel 安全漏洞
CVE-2026-80870 Linux kernel 安全漏洞
CVE-2026-80874 Linux kernel 安全漏洞
CVE-2026-80873 Linux kernel 安全漏洞
CVE-2026-80872 Linux kernel 安全漏洞
CVE-2026-80871 Linux kernel 安全漏洞
CVE-2026-80868 Linux kernel 安全漏洞
CVE-2026-80866 Linux kernel 安全漏洞
CVE-2026-80867 Linux kernel 安全漏洞
CVE-2026-80855 Linux kernel 安全漏洞
CVE-2026-80869 Linux kernel 安全漏洞

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

IV. Related Vulnerabilities

V. Comments for CVE-2026-80799

暂无评论


发表评论