Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

nvd логотип

CVE-2025-50460

Опубликовано: 01 авг. 2025
Источник: nvd
CVSS3: 9.8
EPSS Низкий

Описание

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 configuration file passed to the --run_config parameter, arbitrary code can be executed during deserialization. This can lead to full system compromise. The vulnerability is triggered when a malicious YAML file is loaded, allowing the execution of arbitrary Python commands such as os.system(). It is recommended to upgrade PyYAML to version 5.4 or higher, and to use yaml.safe_load() to mitigate the issue.

EPSS

Процентиль: 83%
0.02032
Низкий

9.8 Critical

CVSS3

Дефекты

CWE-502

Связанные уязвимости

CVSS3: 9.8
github
6 месяцев назад

MS SWIFT Remote Code Execution via unsafe PyYAML deserialization

EPSS

Процентиль: 83%
0.02032
Низкий

9.8 Critical

CVSS3

Дефекты

CWE-502