Lucene search

K
redhatcveRedhat.comRH:CVE-2020-14343
HistoryJul 24, 2020 - 5:37 p.m.

CVE-2020-14343

2020-07-2417:37:40
redhat.com
access.redhat.com
23
pyyaml library
arbitrary code execution
untrusted input
safeloader loader

EPSS

0.006

Percentile

77.9%

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. This flaw allows an attacker to execute arbitrary code on the system by abusing the python/object/new constructor. This flaw is due to an incomplete fix for CVE-2020-1747.

Mitigation

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