PyYAML: Arbitrary Code Execution — GLSA 202402-33

A vulnerability has been found in PyYAML which can lead to arbitrary code execution.

Affected packages

dev-python/pyyaml on all architectures
Affected versions < 5.4
Unaffected versions >= 5.4

Background

PyYAML is a YAML parser and emitter for Python.

Description

A vulnerability has been discovered in PyYAML. Please review the CVE identifier referenced below for details.

Impact

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.

Workaround

There is no known workaround at this time.

Resolution

All PyYAML users should upgrade to the latest version:

 # emerge --sync
 # emerge --ask --oneshot --verbose ">=dev-python/pyyaml-5.4"
 

References

Release date
February 26, 2024

Latest revision
February 26, 2024: 1

Severity
normal

Exploitable
remote

Bugzilla entries