#VU25823 Input validation error in PyYAML - CVE-2020-1747

 

#VU25823 Input validation error in PyYAML - CVE-2020-1747

Published: March 9, 2020 / Updated: July 15, 2020


Vulnerability identifier: #VU25823
Vulnerability risk: High
CVSSv4.0: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:U/U:Amber
CVE-ID: CVE-2020-1747
CWE-ID: CWE-20
Exploitation vector: Remote access
Exploit availability: No public exploit available
Vulnerable software:
PyYAML
Software vendor:
The YAML Project

Description

The vulnerability allows a remote attacker to execute arbitrary code on the target system.

The vulnerability exists due to insufficient validation of user-supplied input when processing untrusted YAML files passed via the "full_load" method or with the "FullLoader" loader. A remote attacker can pass specially crafted input to the application and execute arbitrary code by abusing the python/object/new constructor.


Remediation

Install update from vendor's website.

External links