PyYAML 5.1 through 5.1.2 has insufficient restrictions on the load and load_all functions because of a class deserialization issue, e.g., Popen is a class in the subprocess module. NOTE: this issue exists because of an incomplete fix for CVE-2017-18342.
The product deserializes untrusted data without sufficiently verifying that the resulting data will be valid.
Name | Vendor | Start Version | End Version |
---|---|---|---|
Pyyaml | Pyyaml | 5.1 (including) | 5.1.2 (including) |
Red Hat Enterprise Linux 8 | RedHat | python38:3.8-8030020200818121840.4190259b | * |
Red Hat Quay 3 | RedHat | quay/clair-rhel8:v3.4.0-25 | * |
Red Hat Quay 3 | RedHat | quay/quay-bridge-operator-bundle:v3.4.0-3 | * |
Red Hat Quay 3 | RedHat | quay/quay-bridge-operator-rhel8:v3.4.0-17 | * |
Red Hat Quay 3 | RedHat | quay/quay-builder-qemu-rhcos-rhel8:v3.4.0-17 | * |
Red Hat Quay 3 | RedHat | quay/quay-builder-rhel8:v3.4.0-18 | * |
Red Hat Quay 3 | RedHat | quay/quay-container-security-operator-bundle:v3.4.0-2 | * |
Red Hat Quay 3 | RedHat | quay/quay-container-security-operator-rhel8:v3.4.0-2 | * |
Red Hat Quay 3 | RedHat | quay/quay-openshift-bridge-rhel8-operator:v3.4.0-17 | * |
Red Hat Quay 3 | RedHat | quay/quay-operator-bundle:v3.4.0-89 | * |
Red Hat Quay 3 | RedHat | quay/quay-operator-rhel8:v3.4.0-132 | * |
Red Hat Quay 3 | RedHat | quay/quay-rhel8:v3.4.0-51 | * |
Pyyaml | Ubuntu | eoan | * |
Pyyaml | Ubuntu | trusty | * |
It is often convenient to serialize objects for communication or to save them for later use. However, deserialized data or code can often be modified without using the provided accessor functions if it does not use cryptography to protect itself. Furthermore, any cryptography would still be client-side security – which is a dangerous security assumption. Data that is untrusted can not be trusted to be well-formed. When developers place no restrictions on “gadget chains,” or series of instances and method invocations that can self-execute during the deserialization process (i.e., before the object is returned to the caller), it is sometimes possible for attackers to leverage them to perform unauthorized actions, like generating a shell.