Lucene search

K
redhatcveRedhat.comRH:CVE-2019-20477
HistoryApr 05, 2020 - 11:11 p.m.

CVE-2019-20477

2020-04-0523:11:41
redhat.com
access.redhat.com
7

0.175 Low

EPSS

Percentile

96.2%

A vulnerability was discovered in the PyYAML library, where it is susceptible to arbitrary code execution when it processes untrusted YAML files through the full_load method or with the FullLoader loader. Applications that use the library to process untrusted input may be vulnerable to this flaw. An attacker could use this flaw to execute arbitrary code on the system by abusing the python/object/apply constructor.

Mitigation

Use yaml.safe_load or the SafeLoader loader when you parse untrusted input.