Impact
It is possible to run arbitrary commands through the yaml.load() method. This could allow an attacker with local access to the host to run arbitrary code by running the application with a specially crafted YAML configuration file.
Patches
1.1.21 Code changes
Workarounds
Manually adjust yaml.load() to yaml.safe_load()
References
https://pyyaml.docsforge.com/master/documentation/#loading-yaml
For more information
If you have any questions or comments about this advisory:
Impact
It is possible to run arbitrary commands through the yaml.load() method. This could allow an attacker with local access to the host to run arbitrary code by running the application with a specially crafted YAML configuration file.
Patches
1.1.21 Code changes
Workarounds
Manually adjust yaml.load() to yaml.safe_load()
References
https://pyyaml.docsforge.com/master/documentation/#loading-yaml
For more information
If you have any questions or comments about this advisory: