Command injection in Yamale
High severity
GitHub Reviewed
Published
Aug 11, 2021
to the GitHub Advisory Database
•
Updated Nov 19, 2024
Description
Published by the National Vulnerability Database
Aug 9, 2021
Reviewed
Aug 10, 2021
Published to the GitHub Advisory Database
Aug 11, 2021
Last updated
Nov 19, 2024
23andMe Yamale before 3.0.8 allows remote attackers to execute arbitrary code via a crafted schema file. The schema parser uses eval as part of its processing, and tries to protect from malicious expressions by limiting the builtins that are passed to the eval. When processing the schema, each line is run through Python's eval function to make the validator available. A well-constructed string within the schema rules can execute system commands; thus, by exploiting the vulnerability, an attacker can run arbitrary code on the image that invokes Yamale.
References