cve/2017/CVE-2017-18342.md
2024-05-26 14:27:05 +02:00

1.0 KiB

CVE-2017-18342

Description

In PyYAML before 5.1, the yaml.load() API could execute arbitrary code if used with untrusted data. The load() function has been deprecated in version 5.1 and the 'UnsafeLoader' has been introduced for backward compatibility with the function.

POC

Reference

No PoCs from references.

Github