Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,18 +1,14 @@
{
"schema_version": "1.4.0",
"id": "GHSA-7jqf-v358-p8g7",
"modified": "2025-11-03T21:31:32Z",
"modified": "2025-11-03T21:31:33Z",
"published": "2024-11-07T09:30:42Z",
"aliases": [
"CVE-2024-38286"
],
"summary": "Apache Tomcat Allocation of Resources Without Limits or Throttling vulnerability",
"details": "Allocation of Resources Without Limits or Throttling vulnerability in Apache Tomcat.\n\nThis issue affects Apache Tomcat: from 11.0.0-M1 through 11.0.0-M20, from 10.1.0-M1 through 10.1.24, from 9.0.13 through 9.0.89. The following versions were EOL at the time the CVE was created but are known to be affected: 8.5.35 through 8.5.100 and 7.0.92 through 7.0.109.\n\nUsers are recommended to upgrade to version 11.0.0-M21, 10.1.25, or 9.0.90, which fixes the issue.\n\nApache Tomcat, under certain configurations on any platform, allows an attacker to cause an OutOfMemoryError by abusing the TLS handshake process.",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:H"
},
{
"type": "CVSS_V4",
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:N/SC:N/SI:N/SA:H"
Expand All @@ -22,17 +18,17 @@
{
"package": {
"ecosystem": "Maven",
"name": "org.apache.tomcat:tomcat-util"
"name": "org.apache.tomcat:tomcat"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "11.0.0-M1"
"introduced": "7.0.92"
},
{
"fixed": "11.0.0-M21"
"last_affected": "7.0.109"
}
]
}
Expand All @@ -41,17 +37,17 @@
{
"package": {
"ecosystem": "Maven",
"name": "org.apache.tomcat:tomcat-util"
"name": "org.apache.tomcat:tomcat"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "10.1.0-M1"
"introduced": "8.5.35"
},
{
"fixed": "10.1.25"
"last_affected": "8.5.100"
}
]
}
Expand All @@ -60,7 +56,7 @@
{
"package": {
"ecosystem": "Maven",
"name": "org.apache.tomcat:tomcat-util"
"name": "org.apache.tomcat:tomcat"
},
"ranges": [
{
Expand All @@ -79,17 +75,36 @@
{
"package": {
"ecosystem": "Maven",
"name": "org.apache.tomcat:tomcat-util"
"name": "org.apache.tomcat:tomcat"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "8.5.35"
"introduced": "10.1.0-M1"
},
{
"last_affected": "8.5.100"
"fixed": "10.1.25"
}
]
}
]
},
{
"package": {
"ecosystem": "Maven",
"name": "org.apache.tomcat:tomcat"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "11.0.0-M1"
},
{
"fixed": "11.0.0-M21"
}
]
}
Expand All @@ -98,7 +113,7 @@
{
"package": {
"ecosystem": "Maven",
"name": "org.apache.tomcat:tomcat-util"
"name": "org.apache.tomcat:tomcat-coyote"
},
"ranges": [
{
Expand All @@ -113,6 +128,82 @@
]
}
]
},
{
"package": {
"ecosystem": "Maven",
"name": "org.apache.tomcat:tomcat-coyote"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "8.5.35"
},
{
"last_affected": "8.5.100"
}
]
}
]
},
{
"package": {
"ecosystem": "Maven",
"name": "org.apache.tomcat:tomcat-coyote"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "9.0.13"
},
{
"fixed": "9.0.90"
}
]
}
]
},
{
"package": {
"ecosystem": "Maven",
"name": "org.apache.tomcat:tomcat-coyote"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "10.1.0-M1"
},
{
"fixed": "10.1.25"
}
]
}
]
},
{
"package": {
"ecosystem": "Maven",
"name": "org.apache.tomcat:tomcat-coyote"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "11.0.0-M1"
},
{
"fixed": "11.0.0-M21"
}
]
}
]
}
],
"references": [
Expand Down
Loading