PyPi: Plumpy

CVE-2020-14343

Transitive

Safety vulnerability ID: 41835

This vulnerability was reviewed by experts

The information on this page was manually curated by our Cybersecurity Intelligence Team.

Created at Feb 09, 2021 Updated at Dec 20, 2024
Scan your Python projects for vulnerabilities →

Advisory

Plumpy 0.20.0 updates its dependency "Pyyaml" to a secure version (>=5.4).

Affected package

plumpy

Latest version: 0.23.0

A Python workflow library.

Affected versions

Fixed versions

Vulnerability changelog

- 🔧 MAINTAIN: update requirement to `pyyaml~=5.4` (221)
The versions of `pyyaml` up to v5.4 contained severe security issues where the default loaders could be abused for arbitrary code execution.
The default `FullLoader` was patched to no longer allow this behavior, but as a result, data sets that could be successfully deserialized with it, now will fail.
This required using the unsafe `Loader` in for the deserialization of the exception state of a process.

Resources

Use this package?

Scan your Python project for dependency vulnerabilities in two minutes

Scan your application

Severity Details

CVSS Base Score

CRITICAL 9.8

CVSS v3 Details

CRITICAL 9.8
Attack Vector (AV)
NETWORK
Attack Complexity (AC)
LOW
Privileges Required (PR)
NONE
User Interaction (UI)
NONE
Scope (S)
UNCHANGED
Confidentiality Impact (C)
HIGH
Integrity Impact (I)
HIGH
Availability Availability (A)
HIGH

CVSS v2 Details

HIGH 10.0
Access Vector (AV)
NETWORK
Access Complexity (AC)
LOW
Authentication (Au)
NONE
Confidentiality Impact (C)
COMPLETE
Integrity Impact (I)
COMPLETE
Availability Impact (A)
COMPLETE