Sockeye is an open-source sequence-to-sequence framework for Neural Machine Translation built on PyTorch. 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. The issue is fixed in version 2.3.24.
References
Link | Resource |
---|---|
https://github.com/awslabs/sockeye/security/advisories/GHSA-ggmr-44cv-24pm | Third Party Advisory |
https://github.com/awslabs/sockeye/releases/tag/2.3.24 | Release Notes Third Party Advisory |
https://github.com/awslabs/sockeye/pull/964 | Patch Third Party Advisory |
Configurations
Information
Published : 2021-12-08 15:15
Updated : 2021-12-13 11:15
NVD link : CVE-2021-43811
Mitre link : CVE-2021-43811
JSON object : View
CWE
CWE-94
Improper Control of Generation of Code ('Code Injection')
Products Affected
amazon
- sockeye