CVE-2020-8441: Deserialization of Untrusted Data in JYaml
9.8
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.91373%
CWE
Published
5/24/2022
Updated
1/27/2023
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
org.jyaml:jyaml | maven | <= 1.3 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability description explicitly states exploitation occurs through the load()
function. Multiple sources (CVE, GitHub Advisory, and exploit documentation) confirm JYaml's load()
method is the attack vector. The marshalsec framework specifically targets this function for payload generation, and the CWE-502 classification directly aligns with deserialization vulnerabilities in load
methods. No other functions are mentioned in available documentation as contributing to this vulnerability.