CVE-2022-28948: gopkg.in/yaml.v3 Denial of Service
7.5
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.81417%
CWE
Published
5/20/2022
Updated
5/20/2024
KEV Status
No
Technology
Go
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
gopkg.in/yaml.v3 | go | < 3.0.0-20220521103104-8f96da9f5d5e | 3.0.0-20220521103104-8f96da9f5d5e |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The analysis involves understanding the vulnerability, examining the patch, and identifying the functions directly related to the issue. The Unmarshal
function is the entry point for deserialization, parse
and peek
functions are involved in the parsing process, and the patch modifies the peek
function to handle errors properly.