Pyyaml

Pyyaml

5 vulnerabilities found.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.42%
  • Published 01.08.2025 00:00:00
  • Last modified 04.08.2025 15:06:15

A remote code execution (RCE) vulnerability exists in the ms-swift project version 3.3.0 due to unsafe deserialization in tests/run.py using yaml.load() from the PyYAML library (versions = 5.3.1). If an attacker can control the content of the YAML co...

  • EPSS 13.7%
  • Published 09.02.2021 21:15:12
  • Last modified 21.11.2024 05:03:03

A vulnerability was discovered in the PyYAML library in versions before 5.4, 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 ...

  • EPSS 2.59%
  • Published 24.03.2020 15:15:12
  • Last modified 21.11.2024 05:11:17

A vulnerability was discovered in the PyYAML library in versions before 5.3.1, 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 us...

Exploit
  • EPSS 0.46%
  • Published 19.02.2020 04:15:10
  • Last modified 21.11.2024 04:38:34

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-183...

  • EPSS 4.7%
  • Published 27.06.2018 12:29:00
  • Last modified 21.11.2024 03:19:53

In PyYAML before 5.1, the yaml.load() API could execute arbitrary code if used with untrusted data. The load() function has been deprecated in version 5.1 and the 'UnsafeLoader' has been introduced for backward compatibility with the function.