cvelist/2022/38xxx/CVE-2022-38749.json

106 lines
3.6 KiB
JSON
Raw Normal View History

2022-08-25 11:00:40 +00:00
{
2022-09-05 10:00:34 +00:00
"CVE_data_meta": {
"ASSIGNER": "security@google.com",
"ID": "CVE-2022-38749",
"STATE": "PUBLIC",
"TITLE": "DoS in SnakeYAML"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "SnakeYAML",
"version": {
"version_data": [
{
"version_affected": "<",
"version_value": "1.31"
}
]
}
}
]
},
"vendor_name": "snakeyaml"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "Using snakeYAML to parse untrusted YAML files may be vulnerable to Denial of Service attacks (DOS). If the parser is running on user supplied input, an attacker may supply content that causes the parser to crash by stackoverflow."
}
]
},
"generator": {
"engine": "Vulnogram 0.0.9"
},
"impact": {
"cvss": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-121 Stack-based Buffer Overflow"
}
]
}
]
},
"references": {
"reference_data": [
{
"refsource": "MISC",
"url": "https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=47024",
"name": "https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=47024"
},
{
"refsource": "MISC",
"url": "https://bitbucket.org/snakeyaml/snakeyaml/issues/525/got-stackoverflowerror-for-many-open",
"name": "https://bitbucket.org/snakeyaml/snakeyaml/issues/525/got-stackoverflowerror-for-many-open"
2022-10-03 00:00:34 +00:00
},
{
"refsource": "MLIST",
"name": "[debian-lts-announce] 20221002 [SECURITY] [DLA 3132-1] snakeyaml security update",
"url": "https://lists.debian.org/debian-lts-announce/2022/10/msg00001.html"
2023-05-21 22:00:39 +00:00
},
{
"refsource": "GENTOO",
"name": "GLSA-202305-28",
"url": "https://security.gentoo.org/glsa/202305-28"
2024-04-01 20:46:52 +00:00
},
{
"refsource": "CONFIRM",
"name": "https://security.netapp.com/advisory/ntap-20240315-0010/",
"url": "https://security.netapp.com/advisory/ntap-20240315-0010/"
2022-09-05 10:00:34 +00:00
}
]
},
"source": {
"discovery": "INTERNAL"
}
}