Skip to content

Code injection via unsafe YAML loading

Moderate
mjdenkowski published GHSA-ggmr-44cv-24pm Dec 8, 2021

Package

pip sockeye (pip)

Affected versions

< 2.3.24

Patched versions

None

Description

Impact

Sockeye uses YAML to store model and data configurations on disk. Versions below 2.3.24 use unsafe YAML loading, which can be made to execute arbitrary code embedded in config files.

An attacker can add malicious code to the config file of a trained model and attempt to convince users to download and run it. If users run the model, the embedded code will run locally.

Patches

The issue is fixed in version 2.3.24 and above by #964.

For more information

If you have any questions or comments about this advisory:

Attribution

This vulnerability was reported by Masatoshi Yoshizawa of yamory Security Team.

Severity

Moderate

CVE ID

CVE-2021-43811

Weaknesses

No CWEs