cvelist/2022/40xxx/CVE-2022-40149.json

101 lines
3.4 KiB
JSON
Raw Normal View History

2022-09-07 16:00:36 +00:00
{
2022-09-16 10:00:35 +00:00
"CVE_data_meta": {
"ASSIGNER": "security@google.com",
"ID": "CVE-2022-40149",
"STATE": "PUBLIC",
"TITLE": "Stack Buffer Overflow in Jettison"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "Jettison",
"version": {
"version_data": [
{
"version_affected": "<=",
"version_value": "1.4.0"
}
]
}
}
]
},
"vendor_name": "Jettison"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "Those using Jettison to parse untrusted XML or JSON data 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. This effect may support a denial of service attack."
}
]
},
"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=46538",
"name": "https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=46538"
},
{
"refsource": "MISC",
"url": "https://github.com/jettison-json/jettison/issues/45",
"name": "https://github.com/jettison-json/jettison/issues/45"
2022-11-10 14:00:34 +00:00
},
{
"refsource": "MLIST",
"name": "[debian-lts-announce] 20221110 [SECURITY] [DLA 3184-1] libjettison-java security update",
"url": "https://lists.debian.org/debian-lts-announce/2022/11/msg00011.html"
2023-01-11 21:00:39 +00:00
},
{
"refsource": "DEBIAN",
"name": "DSA-5312",
"url": "https://www.debian.org/security/2023/dsa-5312"
2022-09-16 10:00:35 +00:00
}
]
},
"source": {
"discovery": "INTERNAL"
}
}