VYPR

vocos

by Gemelo AI

CVEs (1)

  • CVE-2026-79784HigAug 25, 2026
    risk 0.57cvss 8.8epss

    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__,…