2022-06-09 21:01:54 +00:00
{
"data_type" : "CVE" ,
"data_format" : "MITRE" ,
"data_version" : "4.0" ,
"CVE_data_meta" : {
"ID" : "CVE-2022-2048" ,
2022-07-07 16:34:03 -04:00
"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"
}
]
}
}
]
}
}
]
}
2022-06-09 21:01:54 +00:00
} ,
"description" : {
"description_data" : [
{
"lang" : "eng" ,
2022-07-07 21:00:43 +00:00
"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."
2022-07-07 16:34:03 -04:00
}
]
} ,
"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"
2022-08-02 20:01:48 +00:00
} ,
{
"refsource" : "DEBIAN" ,
"name" : "DSA-5198" ,
"url" : "https://www.debian.org/security/2022/dsa-5198"
2022-08-22 01:00:43 +00:00
} ,
{
"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"
2022-06-09 21:01:54 +00:00
}
]
}
2022-07-07 21:00:43 +00:00
}