CyberRota Analysis
AI-GeneratedModelScope is vulnerable due to its use of PyYAML's unsafe yaml.Loader for parsing model configuration files, which allows attackers to execute arbitrary code through crafted malicious repositories. This poses a significant risk as it can lead to unauthorized code execution on user systems when these configurations are loaded. Organizations utilizing ModelScope should prioritize addressing this vulnerability to mitigate potential exploitation risks.
Public Exploit Signal
A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.
Note: these links are listed for security research and verification purposes only.
Original NVD Description
ModelScope uses PyYAML's unsafe yaml.Loader to parse model configuration files, allowing arbitrary code execution through Python object construction tags. Attackers can craft malicious model repositories with poisoned configuration files that execute code when loaded by users.