The probability is the direct output of the EPSS model, and conveys an overall sense of the threat of exploitation in the wild. The percentile measures the EPSS probability relative to all known EPSS scores. Note: This data is updated daily, relying on the latest available EPSS model version. Check out the EPSS documentation for more details.
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsLearn about Arbitrary Code Injection vulnerabilities in an interactive lesson.
Start learningA fix was pushed into the master branch but not yet published.
modelscope is a ModelScope: bring the notion of Model-as-a-Service to life.
Affected versions of this package are vulnerable to Arbitrary Code Injection due to unsafe YAML deserialization in the model configuration loading paths in modelscope/models/audio/tts/voice.py and modelscope/models/multi_modal/mplug/configuration_mplug.py. An attacker can execute Python code by supplying a malicious model repository or poisoned YAML configuration file that yaml.Loader loads and that contains object-construction tags. When a user opens or trains a model that reads these configuration files, the YAML parser instantiates attacker-controlled objects instead of treating the content as data. This can lead to arbitrary code execution while loading the model, putting the user’s environment and data at risk.