Lucene search
+L

55 matches found

NVD
NVD
added 2026/09/01 4:17 p.m.7 views

CVE-2026-84202

ModelScope uses PyYAML's unsafe yaml.Loader to parse model configuration files, allowing arbitrary code execution through Python object construction tags. Attackers can craft malicious model repositories with poisoned configuration files that execute code when loaded by users...

8.8CVSS0.00371EPSS
SaveExploits0References5
OSV
OSV
added 2026/07/06 8:03 a.m.11 views

PYSEC-2026-793 Cobbler vulnerable to code injection via unsafe YAML loading

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.02192EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2026/06/29 12:00 a.m.23 views

PT-2026-53511

OpenStack Murano before 1.0.3 liberty and 2.x before 2.0.1 mitaka, Murano-dashboard before 1.0.3 liberty and 2.x before 2.0.1 mitaka, and python-muranoclient before 0.7.3 liberty and 0.8.x before 0.8.5 mitaka improperly use loaders inherited from yaml.Loader when parsing MuranoPL and UI files,...

9.8CVSS6.2AI score0.03193EPSS
SaveExploits0References12
Github Security Blog
Github Security Blog
added 2026/04/01 10:38 p.m.18 views

Copier `_external_data` allows path traversal and absolute-path local file read without unsafe mode

Summary Copier's externaldata feature allows a template to load YAML files using template-controlled paths. The documentation describes these values as relative paths from the subproject destination, so relative paths themselves appear to be part of the intended feature model. However, the curren...

5.5CVSS5.9AI score0.00287EPSS
SaveExploits1References5Affected Software1
Positive Technologies
Positive Technologies
added 2026/04/01 12:00 a.m.16 views

PT-2026-29671

Name of the Vulnerable Software and Affected Versions Copier versions prior to 9.14.1 Description The external data feature in Copier allows templates to load YAML files using paths controlled by the template. This can allow a malicious template to read YAML-parseable local files accessible to th...

5.5CVSS5.9AI score0.00287EPSS
SaveExploits1References8
GithubExploit
GithubExploit
added 2026/02/26 9:49 a.m.200 views

Exploit for CVE-2026-24009

docling-core-CVE-2026-24009 T...

8.1CVSS5.3AI score0.01428EPSS
SaveExploits1
UbuntuCve
UbuntuCve
added 2026/01/30 7:16 p.m.11 views

CVE-2025-62348

Salt's junos execution module contained an unsafe YAML decode/load usage. A specially crafted YAML payload processed by the junos module could lead to unintended code execution under the context of the Salt process...

7.8CVSS6.4AI score0.00186EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2026/01/02 7:34 a.m.22 views

CVE-2025-11157

A high-severity remote code execution vulnerability exists in feast-dev/feast version 0.53.0, specifically in the Kubernetes materializer job located at feast/sdk/python/feast/infra/computeengines/kubernetes/main.py. The vulnerability arises from the use of yaml.load..., Loader=yaml.Loader to...

7.8CVSS8.3AI score0.003EPSS
SaveExploits0References1
Packet Storm
Packet Storm
added 2025/12/15 12:00 a.m.242 views

📄 Flask 3.0.0 Command Injection

Flash 3.0.0 proof of concept exploit that demonstrates multiple command injection vulnerabilities. ============================================================================================================================================= | Title : Flask 3.0.0 Command Injection | | Author :...

7.9AI score
SaveExploits0
EUVD
EUVD
added 2025/10/07 12:30 a.m.13 views

EUVD-2021-0247

Malware in sbrugna...

7.8CVSS7.5AI score0.02415EPSS
SaveExploits0References6
EUVD
EUVD
added 2025/10/07 12:30 a.m.21 views

EUVD-2017-0001

Malware in sbrugna...

7.8CVSS7.5AI score0.02991EPSS
SaveExploits1References10
EUVD
EUVD
added 2025/10/07 12:30 a.m.12 views

EUVD-2017-0082

Malware in sbrugna...

9.8CVSS9.3AI score0.04473EPSS
SaveExploits1References7
EUVD
EUVD
added 2025/10/07 12:30 a.m.33 views

EUVD-2018-4993

Malware in sbrugna...

9.8CVSS9.3AI score0.02476EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/10/03 8:07 p.m.11 views

EUVD-2022-0167

Malicious code in bioql PyPI...

9.8CVSS9.2AI score0.02019EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2025/08/27 12:00 a.m.6 views

Linux Distros Unpatched Vulnerability : CVE-2020-10289

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Use of unsafe yaml load. Allows instantiation of arbitrary objects. The flaw itself is caused by an unsafe parsing of YAML values which happens whenever an acti...

8.8CVSS7.5AI score0.0195EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2025/05/23 8:44 a.m.8 views

CVE-2024-23730

The OpenAPI and ChatGPT plugin loaders in LlamaHub aka llama-hub before 0.0.67 allow attackers to execute arbitrary code because safeload is not used for YAML...

9.8CVSS7.8AI score0.01202EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
added 2023/02/15 3:44 a.m.10 views

SUSE CVE-2021-25738

Loading specially-crafted yaml with the Kubernetes Java Client library can lead to code execution...

6.7CVSS8.7AI score0.00473EPSS
SaveExploits0References3
OSV
OSV
added 2022/05/17 4:30 a.m.31 views

GHSA-HPJ3-5P46-G87W Cobbler vulnerable to code injection via unsafe YAML loading

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.8CVSS8AI score0.02192EPSS
SaveExploits0References6
Github Security Blog
Github Security Blog
added 2022/05/17 4:30 a.m.39 views

Cobbler vulnerable to code injection via unsafe YAML loading

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.6AI score0.02192EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2021/12/09 6:35 p.m.51 views

Code injection via unsafe YAML loading

Impact Sockeye uses YAML to store model and data configurations on disk. Versions below 2.3.24 use unsafe YAML loading, which can be made to execute arbitrary code embedded in config files. An attacker can add malicious code to the config file of a trained model and attempt to convince users to...

7.8CVSS4.3AI score0.02415EPSS
SaveExploits0References6Affected Software1
Rows per page
Query Builder