Lucene search
K

42 matches found

Veracode
Veracode
added 2018/06/28 3:18 a.m.73 views

Remote Code Execution (RCE)

pyyaml is vulnerable to remote code execution RCE attacks. The application uses the unsafe function yaml.load, allowing a malicious user to inject and execute arbitrary code by passing a yaml file...

9.8CVSS9.7AI score0.04807EPSS
Exploits1References15Affected Software1
Prion
Prion
added 2018/06/27 12:29 p.m.23 views

Code injection

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

7.5CVSS9.6AI score0.04807EPSS
Exploits1References9Affected Software2
Cvelist
Cvelist
added 2018/06/27 12:0 p.m.23 views

CVE-2017-18342

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

9.7AI score0.04807EPSS
Exploits1References9
UbuntuCve
UbuntuCve
added 2018/06/19 5:29 a.m.15 views

CVE-2018-12565

An issue was discovered in Linaro LAVA before 2018.5.post1. Because of use of yaml.load instead of yaml.safeload when parsing user data, remote code execution can occur...

8.8CVSS7AI score0.025EPSS
Exploits0References2
NVD
NVD
added 2018/06/19 5:29 a.m.15 views

CVE-2018-12565

An issue was discovered in Linaro LAVA before 2018.5.post1. Because of use of yaml.load instead of yaml.safeload when parsing user data, remote code execution can occur...

8.8CVSS9AI score0.025EPSS
Exploits0References2
CVE
CVE
added 2018/06/19 5:0 a.m.69 views

CVE-2018-12565

CVE-2018-12565 affects Linaro LAVA prior to 2018.5.post1. The root cause is parsing user data with yaml.load() instead of yaml.safe_load(), which can enable remote code execution. Documents do not provide a confirmed exploit method or patches within the LAVA project; no explicit remediation versi...

8.8CVSS8.9AI score0.025EPSS
Exploits0References2Affected Software1
Veracode
Veracode
added 2018/01/26 12:15 a.m.20 views

Remote Code Execution (RCE)

resteasy-yaml-provider is vulnerable to remote code execution RCE attacks. These attacks are possible because of an incomplete fix for CVE-2016-9606 which still uses Yaml.load in the YamlProvider. This issue only affects applications which have the YamlProvider explicitly enabled by adding or...

8.1CVSS8.4AI score0.02263EPSS
Exploits0References2Affected Software1
Veracode
Veracode
added 2018/01/08 7:9 a.m.4 views

Remote Code Execution (RCE)

django-make-app is vulnerable to remote code execution RCE attacks. The vulnerability exists due to the usage of the insecure usage of YAML.load...

7.7AI score
Exploits0
Veracode
Veracode
added 2017/11/11 12:11 a.m.15 views

Remote Code Execution (RCE)

djangomakeapp is vulnerable to remote code execution RCE attacks. The attacks can happen because the ioutils.py file allows users to parse a yaml file to generate django apps, allowing attackers to inject and execute arbitrary python commands through the yaml.load function of the YAML parser...

9.8CVSS9.8AI score0.03068EPSS
Exploits1References4Affected Software1
Veracode
Veracode
added 2017/07/03 1:13 a.m.17 views

Remote Code Execution (RCE) Through YAML Deserialization

mcollective-client is vulnerable to Remote Code Execution RCE Through YAML Deserialization. The library uses the insecure YAML.load method to deserialize yaml files. This can allow a malicious user to inject and execute arbitrary code by sending a yaml file to the system...

9CVSS9.4AI score0.01805EPSS
Exploits0References2Affected Software1
Veracode
Veracode
added 2017/02/13 8:59 a.m.5 views

Remote Code Execution (RCE)

salt is vulnerable to remote code execution RCE. A malicious user can pass a custom yaml file with arbitrary code due to the YAML.load method being insecure...

7.9AI score
Exploits0
NVD
NVD
added 2014/10/27 1:55 a.m.18 views

CVE-2011-4953

The setmgmtparameters function in item.py in cobbler before 2.2.2 allows context-dependent attackers to execute arbitrary code via vectors related to the use of the yaml.load function instead of the yaml.safeload function, as demonstrated using Puppet...

6.8CVSS8.7AI score0.00706EPSS
Exploits0References3
NVD
NVD
added 2014/10/27 1:55 a.m.11 views

CVE-2011-4104

The fromyaml method in serializers.py in Django Tastypie before 0.9.10 does not properly deserialize YAML data, which allows remote attackers to execute arbitrary Python code via vectors related to the yaml.load method...

7.5CVSS7.3AI score0.00821EPSS
Exploits0References5
Prion
Prion
added 2014/10/27 1:55 a.m.13 views

Design/Logic Flaw

emitters.py in Django Piston before 0.2.3 and 0.2.x before 0.2.2.1 does not properly deserialize YAML data, which allows remote attackers to execute arbitrary Python code via vectors related to the yaml.load method...

7.5CVSS7.9AI score0.00821EPSS
Exploits0References5Affected Software1
UbuntuCve
UbuntuCve
added 2014/10/27 1:55 a.m.27 views

CVE-2011-4953

The setmgmtparameters function in item.py in cobbler before 2.2.2 allows context-dependent attackers to execute arbitrary code via vectors related to the use of the yaml.load function instead of the yaml.safeload function, as demonstrated using Puppet...

6.8CVSS7.2AI score0.00706EPSS
Exploits0References1
CVE
CVE
added 2014/10/27 1:0 a.m.127 views

CVE-2011-4953

CVE-2011-4953 affects cobbler prior to 2.2.2 where set_mgmt_parameters in item.py uses yaml.load instead of yaml.safe_load, enabling code execution via crafted input (e.g., Puppet). OpenSUSE and GHSA entries confirm the code-injection risk and list cobbler upgrades/ patches as mitigation; remedia...

6.8CVSS9.4AI score0.00706EPSS
Exploits0References3Affected Software1
Debian CVE
Debian CVE
added 2014/10/27 1:0 a.m.14 views

CVE-2011-4104

The fromyaml method in serializers.py in Django Tastypie before 0.9.10 does not properly deserialize YAML data, which allows remote attackers to execute arbitrary Python code via vectors related to the yaml.load method...

7.5CVSS7.3AI score0.00821EPSS
Exploits0
Cvelist
Cvelist
added 2014/10/27 1:0 a.m.16 views

CVE-2011-4953

The setmgmtparameters function in item.py in cobbler before 2.2.2 allows context-dependent attackers to execute arbitrary code via vectors related to the use of the yaml.load function instead of the yaml.safeload function, as demonstrated using Puppet...

9.3AI score0.00706EPSS
Exploits0References3
Tenable Nessus
Tenable Nessus
added 2014/06/13 12:0 a.m.25 views

openSUSE Security Update : cobbler (openSUSE-SU-2012:0639-1)

Specially crafted YAML could allow attackers to execute arbitrary code due to the use of yaml.load instead of yaml.safeload. %NASLMINLEVEL 70300 C Tenable Network Security, Inc. The descriptive text and package checks in this plugin were extracted from openSUSE Security Update openSUSE-2012-287...

8.8CVSS7.9AI score0.00706EPSS
Exploits0References5
Atlassian
Atlassian
added 2012/07/27 1:56 a.m.27 views

Potential remote code execution due to embedding of old django-piston

panel:bgColor=e7f4fa NOTE: This bug report is for Confluence Cloud. Using Confluence Server? See the corresponding bug report|http://jira.atlassian.com/browse/CONFSERVER-46819. panel The exposed atlassian api for forummodules found under forummodules/atlassian/api uses an outdated version of...

2.4AI score
Exploits0Affected Software1
Rows per page
Query Builder