Lucene search

K
cvelistGoogleCVELIST:CVE-2022-1471
HistoryDec 01, 2022 - 10:47 a.m.

CVE-2022-1471 Remote Code execution in SnakeYAML

2022-12-0110:47:07
CWE-20
Google
raw.githubusercontent.com
1

9.9 High

AI Score

Confidence

High

0.008 Low

EPSS

Percentile

81.7%

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.