cvelist/2022/2xxx/CVE-2022-2048.json
2022-09-09 15:00:35 +00:00

118 lines
4.5 KiB
JSON

{
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ID": "CVE-2022-2048",
"ASSIGNER": "security@eclipse.org",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "The Eclipse Foundation",
"product": {
"product_data": [
{
"product_name": "Eclipse Jetty",
"version": {
"version_data": [
{
"version_affected": ">=",
"version_value": "9.4.0"
},
{
"version_affected": "<=",
"version_value": "9.4.46"
},
{
"version_affected": ">=",
"version_value": "10.0.0"
},
{
"version_affected": "<=",
"version_value": "10.0.9"
},
{
"version_affected": ">=",
"version_value": "11.0.0"
},
{
"version_affected": "<=",
"version_value": "11.0.9"
}
]
}
}
]
}
}
]
}
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "In Eclipse Jetty HTTP/2 server implementation, when encountering an invalid HTTP/2 request, the error handling has a bug that can wind up not properly cleaning up the active connections and associated resources. This can lead to a Denial of Service scenario where there are no enough resources left to process good requests."
}
]
},
"impact": {
"cvss": {
"baseScore": 7.5,
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-410"
}
]
},
{
"description": [
{
"lang": "eng",
"value": "CWE-664"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/eclipse/jetty.project/security/advisories/GHSA-wgmr-mf83-7x4j",
"refsource": "CONFIRM",
"url": "https://github.com/eclipse/jetty.project/security/advisories/GHSA-wgmr-mf83-7x4j"
},
{
"refsource": "DEBIAN",
"name": "DSA-5198",
"url": "https://www.debian.org/security/2022/dsa-5198"
},
{
"refsource": "MLIST",
"name": "[debian-lts-announce] 20220821 [SECURITY] [DLA 3079-1] jetty9 security update",
"url": "https://lists.debian.org/debian-lts-announce/2022/08/msg00011.html"
},
{
"refsource": "CONFIRM",
"name": "https://security.netapp.com/advisory/ntap-20220901-0006/",
"url": "https://security.netapp.com/advisory/ntap-20220901-0006/"
},
{
"refsource": "MLIST",
"name": "[oss-security] 20220909 Vulnerability in Jenkins",
"url": "http://www.openwall.com/lists/oss-security/2022/09/09/2"
}
]
}
}