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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-79785— X-AnyLabeling <4.0.0-beta.9 模型下载证书验证绕过漏洞

一分钟漏洞结论

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

X-AnyLabeling 的模型下载器禁用了 TLS 证书验证。 中的 函数使用 构建了上下文,并将其传递给 ,因此在进行任何模型下载时,既未验证证书链,也未校验主机名。模型通过 HTTPS 从项目的发布主机获取。由于缺乏双向验证,任何能够拦截该连接的第三方都可以用自己的内容响应请求。 下载的文件首先写入 文件,随后通过 原子性地替换为目标文件。下载后的唯一检查函数 仅验证文件格式,而未对其来源进行验证:未将文件的哈希值或签名与预期值进行比对。 对于 ONNX 目标格式,被替换的文件通过 的检查,随后被用于推理,

CVSS 5.9 · Medium

影响版本矩阵 2

厂商产品 版本范围状态
CVHub520 X-AnyLabeling < 4.0.0-beta.9 affected
< 4.0.0b9 affected
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
X-AnyLabeling before 4.0.0-beta.9 Improper Certificate Validation in Model Downloads
来源: CVE Program / CVE List V5
Vulnerability Description
X-AnyLabeling's model downloader disabled TLS certificate verification. download_with_retry in anylabeling/services/auto_labeling/model.py built a context with ssl._create_unverified_context() and passed it to urllib.request.urlopen, so neither the certificate chain nor the hostname was checked on any model download, and models are fetched over HTTPS from the project's release host. Any party positioned to intercept that connection could therefore answer it with content of their own choosing. The response is written to a .part file and moved into place with os.replace, and the only post-download check, safe_check_model, validates the file's format rather than its provenance: no hash or signature is compared against an expected value. For an ONNX target the substituted file passes onnx.checker.check_model and is then used for inference, so the attacker chooses the model that produces the application's annotations. For a .pth or .pt target, which the shipped SAM2 video, YOLOE, UPN and open_vision configurations use, the check worker calls torch.load without weights_only, so a substituted file is unpickled and executes code of the attacker's choosing on PyTorch releases predating the weights_only default.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N
来源: CVE Program / CVE List V5
Vulnerability Type
证书验证不恰当
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
CVHub520 X-AnyLabeling 0 ~ 4.0.0-beta.9 -
CVHub520 X-AnyLabeling 0 ~ 4.0.0b9 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

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

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

CVE-2026-79785 厂商页面 (1)

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

IV. Related Vulnerabilities

V. Comments for CVE-2026-79785

暂无评论


发表评论