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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-55093— tract-nnef整数溢出导致远程代码执行漏洞

一分钟漏洞结论

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

Tract 是一个小巧、务实且自包含的 TensorFlow 和 ONNX 推理工具包。 在 0.21.16、0.22.2 和 0.23.1 之前的版本中, 在 的 函数中,对攻击者可控的张量维度、分配大小以及报告的张量长度进行了未检查的 乘法运算。当通过 或 加载一个精心构造的 NNEF 归档文件时,会触发默认的 DataLoader,导致包装的 size 检查可能接受一个较小的分配大小,而 中的 则创建了一个逻辑上更大范围的切片。随后,通过 进行的模型构建可能会超出堆分配范围进行读取,从而泄露相邻内存中的相邻数

CVSS 6.1 · Medium
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
tract-nnef: integer overflow in NNEF `.dat` tensor parser yields an out-of-bounds read on model load
来源: CVE Program / CVE List V5
Vulnerability Description
Tract is a tiny, no-nonsense, self-contained TensorFlow and ONNX inference toolkit. Prior to 0.21.16, 0.22.2, and 0.23.1, tract-nnef uses unchecked usize multiplication in nnef/src/tensors.rs read_tensor for attacker-controlled tensor dimensions, the allocation size, and the reported tensor length. Loading a crafted NNEF archive through model_for_path or model_for_read reaches the default DatLoader and can make the wrapped size check accept a small allocation while data/src/tensor.rs as_slice_unchecked creates a much larger logical slice. Model construction through as_uniform can then read beyond the heap allocation and disclose adjacent data, and later access can terminate the process with a segmentation fault. The affected dense numeric tensor path does not include the independently guarded bool, String, or block-quant paths, and no out-of-bounds write or code execution was demonstrated. This issue is fixed in versions 0.21.16, 0.22.2, and 0.23.1.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:H
来源: CVE Program / CVE List V5
Vulnerability Type
跨界内存读
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
sonos tract < 0.21.16 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2026-55093 补丁与修复 (3)

CVE-2026-55093 厂商安全公告 (1)

CVE-2026-55093 厂商页面 (3)

IV. Related Vulnerabilities

V. Comments for CVE-2026-55093

暂无评论


发表评论