LIVE · cybersecurity feed
Live wire
cve recordhigh

CVE-2026-79784

Published
CVSS8.8
Severityhigh
WeaknessCWE-470
ExploitedNot in CISA KEV

CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H

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

References

← Back to the CVE Tracker

Our coverage of CVE-2026-79784

No stories yet. This page updates automatically when we publish reporting that references CVE-2026-79784.