← Back to browse · API

CVE-2022-1471

Severity
HIGH
CVSS
8.3
EPSS
0.99569
Risk score
68.05
CISA KEV
No
PoC
No
Published
2022-12-01
Modified
2025-06-18
First seen
2026-08-07
Aliases
EUVD-2022-7690, GHSA-MJMJ-J48Q-9WG2
Products
snakeyaml:SnakeYAML 0 ≤2.0
Sources
euvd EUVD-2022-7690

Description

SnakeYaml's Constructor() class does not restrict types which can be instantiated during deserialization. Deserializing yaml content provided by an attacker can lead to remote code execution. We recommend using SnakeYaml's SafeConsturctor when parsing untrusted content to restrict deserialization. We recommend upgrading to version 2.0 and beyond.

References