Lucene search
+L

4431 matches found

OSV
OSV
added 2021/02/09 9:15 p.m.13 views

AZL-31782 CVE-2020-14343 affecting package PyYAML for versions less than 5.4.1-1

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 fullload method or with the FullLoader loader. Applications that use the library to process untrusted input may be...

9.8CVSS7.7AI score0.05984EPSS
SaveExploits1References1
OSV
OSV
added 2021/02/09 9:15 p.m.6 views

ALPINE-CVE-2020-14343

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 fullload method or with the FullLoader loader. Applications that use the library to process untrusted input may be...

9.8CVSS8.4AI score0.05984EPSS
SaveExploits1References1
OSV
OSV
added 2021/02/09 9:15 p.m.23 views

UBUNTU-CVE-2020-14343

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 fullload method or with the FullLoader loader. Applications that use the library to process untrusted input may be...

9.8CVSS7.5AI score0.05984EPSS
SaveExploits1References4
PyPA
PyPA
added 2021/02/09 9:15 p.m.10 views

PYSEC-2021-142

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 fullload method or with the FullLoader loader. Applications that use the library to process untrusted input may be...

10CVSS8.2AI score0.05984EPSS
SaveExploits2References2Affected Software1
OSV
OSV
added 2021/02/09 9:15 p.m.91 views

PYSEC-2021-142

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 fullload method or with the FullLoader loader. Applications that use the library to process untrusted input may be...

10CVSS5AI score0.05984EPSS
SaveExploits1References2
CNNVD
CNNVD
added 2021/02/09 12:00 a.m.12 views

PyYAML Input Validation Error Vulnerability

PyYAML is a Python based YAML parser and generator. An input validation error vulnerability exists in PyYAML that arises from a network system or product that does not properly validate input data...

10CVSS6.9AI score0.05984EPSS
SaveExploits1References17
Debian CVE
Debian CVE
added 2021/02/09 12:00 a.m.51 views

CVE-2020-14343

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 fullload method or with the FullLoader loader. Applications that use the library to process untrusted input may be...

10CVSS8.9AI score0.05984EPSS
SaveExploits1
CVE
CVE
added 2021/02/09 12:00 a.m.1232 views

CVE-2020-14343

Summary (fact-grounded): CVE-2020-14343 is a PyYAML-related RCE vulnerability affecting PyYAML versions before 5.4, triggered when untrusted YAML data is processed with full_load or FullLoader, via the python/object/new constructor. Several connected sources corroborate the issue and its connecti...

10CVSS8AI score0.05984EPSS
SaveExploits1References5Affected Software1
The Hacker News
The Hacker News
added 2021/02/02 10:13 a.m.54 views

Sigma Rules to Live Your Best SOC Life

Security Operations is a 24 x 7 job. It does not stop for weekends or holidays or even that much-needed coffee break after the first hour of the shift is complete. We all know this. Every SOC engineer is hoping for some rest at some point. One of my favorite jokes when talking about Security...

SaveExploits0
OpenVAS
OpenVAS
added 2021/02/02 12:00 a.m.19 views

Huawei EulerOS: Security Advisory for PyYAML (EulerOS-SA-2021-1168)

The remote host is missing an update for the Huawei EulerOS SPDX-FileCopyrightText: 2021 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

10CVSS7.8AI score0.05984EPSS
SaveExploits1References2
Tenable Nessus
Tenable Nessus
added 2021/02/01 12:00 a.m.52 views

Fedora 32 : PyYAML (2021-eed7193502)

The remote Fedora 32 host has a package installed that is affected by multiple vulnerabilities as referenced in the FEDORA-2021-eed7193502 advisory. - A vulnerability was discovered in the PyYAML library in versions before 5.3.1, where it is susceptible to arbitrary code execution when it process...

10CVSS8.4AI score0.05984EPSS
SaveExploits2References3
OpenVAS
OpenVAS
added 2021/02/01 12:00 a.m.23 views

Fedora: Security Advisory for PyYAML (FEDORA-2021-eed7193502)

The remote host is missing an update for the Copyright C 2021 Greenbone Networks GmbH Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-or-later This program is free software; you can...

8AI score
SaveExploits0References2
Fedora
Fedora
added 2021/01/30 1:42 a.m.91 views

[SECURITY] Fedora 32 Update: PyYAML-5.4.1-1.fc32

YAML is a data serialization format designed for human readability and interaction with scripting languages. PyYAML is a YAML parser and emitter for Python. PyYAML features a complete YAML 1.1 parser, Unicode support, pickle support, capable extension API, and sensible error messages. PyYAML...

10CVSS9AI score0.05984EPSS
SaveExploits1
Huntr
Huntr
added 2021/01/30 12:00 a.m.26 views

Code Injection in ewels/multiqc

Description MultiQC Aggregate results from bioinformatics analyses across many samples into a single report. Vulnerability Vulnerable to YAML deserialization attack caused by unsafe loading. Proof of Concept Installation bash pip3 install multiqc Run exploit.py import os os.system'pip3 install...

2.4AI score
SaveExploits0References1
Huntr
Huntr
added 2021/01/30 12:00 a.m.21 views

Code Injection in nosarthur/gita

✍️ Description gita helps to Manage multiple git repos with sanity. Vulnerability description Vulnerable to YAML deserialization attack caused by unsafe loading. 🕵️‍♂️ Proof of Concept vulnerable part of code yaml.load in getcmdsfromfiles...

0.9AI score
SaveExploits0
Huntr
Huntr
added 2021/01/30 12:00 a.m.17 views

Code Injection in tensorspeech/tensorflowtts

✍️ Description TensorFlowTTS provides real-time state-of-the-art speech synthesis architectures such as Tacotron-2, Melgan, Multiband-Melgan, FastSpeech, FastSpeech2 based-on TensorFlow 2. With Tensorflow 2, we can speed-up training/inference progress, optimizer further by using fake-quantize awar...

1.6AI score
SaveExploits0References1
Huntr
Huntr
added 2021/01/28 12:00 a.m.15 views

Code Injection in tensorflow/tfx

Description TensorFlow Extended TFX is a Google-production-scale machine learning platform based on TensorFlow. It provides a configuration framework to express ML pipelines consisting of TFX components. Vulnerability Vulnerable to YAML deserialization attack caused by unsafe loading. Proof of...

2.5AI score
SaveExploits0References1
Veracode
Veracode
added 2021/01/26 5:09 a.m.28 views

Arbitrary Code Execution

foundation-config is vulnerable to arbitrary code execution. An insecure and unsafe local YAML file parsing allows an attacker to execute arbitrary code on the host OS via a malicious YAML file...

8.8CVSS6.7AI score0.03241EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2021/01/25 9:25 a.m.37 views

CVE-2020-17532 Apache ServiceComb Yaml remote deserialization vulnerability

When handler-router component is enabled in servicecomb-java-chassis, authenticated user may inject some data and cause arbitrary code execution. The problem happens in versions between 2.0.0 2.1.3 and fixed in Apache ServiceComb-Java-Chassis 2.1.5...

8.9AI score0.03241EPSS
SaveExploits0References2
Fedora
Fedora
added 2021/01/23 1:32 a.m.89 views

[SECURITY] Fedora 33 Update: PyYAML-5.4.1-1.fc33

YAML is a data serialization format designed for human readability and interaction with scripting languages. PyYAML is a YAML parser and emitter for Python. PyYAML features a complete YAML 1.1 parser, Unicode support, pickle support, capable extension API, and sensible error messages. PyYAML...

10CVSS9AI score0.05984EPSS
SaveExploits1
Rows per page
Query Builder