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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-79784— Vocos 0.1.0 模型配置中类路径限制缺失导致任意代码执行漏洞

一分钟漏洞结论

影响对象
gemelo-ai vocos
利用判断
存在公开或 AI PoC,应优先验证
建议动作
优先检查厂商安全公告和参考链接中的修复版本;无法立即升级时,限制受影响服务暴露并加强监测。

Vocos 会根据配置文件实例化一个由其命名的类,但未限制可以实例化的类类型。在 中的 函数会从配置中获取 值,将其拆分为模块名和属性名,通过 导入该模块,然后使用 解析该属性,并以 的形式调用该对象,其中 来自配置中的 映射。由于没有对点分路径设置白名单限制,攻击者可以在配置中指定任意可导入的可调用对象,并提供其调用所需的参数。 Vocos 的 方法会对 、 和 这三个条目分别执行此逻辑;而 方法则可通过远程文件触发该逻辑:它会从用户指定的 Hugging Face 仓库下载 文件,并将其直接传入 。因此,如果用

CVSS 8.8 · High

可能的 ATT&CK 技术 1 AI

T1195 · Supply Chain Compromise
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
Vocos through 0.1.0 Arbitrary Code Execution via Unrestricted class_path in Model Configuration
来源: CVE Program / CVE List V5
Vulnerability Description
Vocos instantiates a class named by a configuration file without restricting which class may be named. instantiate_class in vocos/pretrained.py takes the class_path value from the configuration, splits it into a module and an attribute, imports the module with __import__, resolves the attribute with getattr, and calls the result as args_class(*args, **kwargs) where kwargs is the config's own init_args mapping. No allowlist constrains the dotted path, so a configuration may name any importable callable and supply the arguments it is called with. Vocos.from_hparams reaches this for each of the feature_extractor, backbone and head entries, and Vocos.from_pretrained reaches it with a remote file: it downloads config.yaml from a caller-named Hugging Face repository and passes it straight to from_hparams. Loading a model from a repository the user does not control therefore executes code of the repository owner's choosing in the loading process. The neighbouring torch.load of the downloaded weights is a separate matter and is constrained on PyTorch releases that default weights_only to true, which leaves this path as the reachable one.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
来源: CVE Program / CVE List V5
Vulnerability Type
使用外部可控制的输入来选择类或代码(不安全的反射)
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
gemelo-ai vocos 0 ~ 0.1.0 -

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

# POC 描述 源链接 神龙链接
AI 生成 POC 高级
Qwen3.6-35B-A3B · 8001 chars
Pro+ 专属包含:
漏洞复现靶场录像(真实沙箱构建 + 触发,独家)
漏洞原理深度分析
触发条件与影响面
完整可执行 POC 代码
利用链与缓解建议
POC 打包下载
每月 100+ 条 AI 生成额度

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

登录查看更多情报信息。

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

CVE-2026-79784 安全博客文章 (1)

CVE-2026-79784 其他参考 (2)

IV. Related Vulnerabilities

V. Comments for CVE-2026-79784

暂无评论


发表评论