Skip to content

Commit 8052189

Browse files
1 parent 653954b commit 8052189

File tree

1 file changed

+40
-2
lines changed

1 file changed

+40
-2
lines changed

advisories/github-reviewed/2025/04/GHSA-3p2h-wqq4-wf4h/GHSA-3p2h-wqq4-wf4h.json

Lines changed: 40 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-3p2h-wqq4-wf4h",
4-
"modified": "2025-05-14T21:05:43Z",
4+
"modified": "2025-08-08T18:52:38Z",
55
"published": "2025-04-28T21:30:43Z",
66
"aliases": [
77
"CVE-2025-31650"
88
],
99
"summary": "Apache Tomcat Denial of Service via invalid HTTP priority header",
10-
"details": "Improper Input Validation vulnerability in Apache Tomcat. Incorrect error handling for some invalid HTTP priority headers resulted in incomplete clean-up of the failed request which created a memory leak. A large number of such requests could trigger an OutOfMemoryException resulting in a denial of service.\n\nThis issue affects Apache Tomcat: from 9.0.76 through 9.0.102, from 10.1.10 through 10.1.39, from 11.0.0-M2 through 11.0.5.\n\nUsers are recommended to upgrade to version 9.0.104, 10.1.40 or 11.0.6 which fix the issue.",
10+
"details": "Improper Input Validation vulnerability in Apache Tomcat. Incorrect error handling for some invalid HTTP priority headers resulted in incomplete clean-up of the failed request which created a memory leak. A large number of such requests could trigger an OutOfMemoryException resulting in a denial of service.\n\nThis issue affects Apache Tomcat: from 9.0.76 through 9.0.102, from 10.1.10 through 10.1.39, from 11.0.0-M2 through 11.0.5. The following versions were EOL at the time the CVE was created but are known to be affected: 8.5.90 though 8.5.100.\n\nUsers are recommended to upgrade to version 9.0.104, 10.1.40 or 11.0.6 which fix the issue.",
1111
"severity": [
1212
{
1313
"type": "CVSS_V4",
@@ -134,6 +134,44 @@
134134
]
135135
}
136136
]
137+
},
138+
{
139+
"package": {
140+
"ecosystem": "Maven",
141+
"name": "org.apache.tomcat:tomcat-coyote"
142+
},
143+
"ranges": [
144+
{
145+
"type": "ECOSYSTEM",
146+
"events": [
147+
{
148+
"introduced": "8.5.0"
149+
},
150+
{
151+
"last_affected": "8.5.100"
152+
}
153+
]
154+
}
155+
]
156+
},
157+
{
158+
"package": {
159+
"ecosystem": "Maven",
160+
"name": "org.apache.tomcat.embed:tomcat-embed-core"
161+
},
162+
"ranges": [
163+
{
164+
"type": "ECOSYSTEM",
165+
"events": [
166+
{
167+
"introduced": "8.5.0"
168+
},
169+
{
170+
"last_affected": "8.5.100"
171+
}
172+
]
173+
}
174+
]
137175
}
138176
],
139177
"references": [

0 commit comments

Comments
 (0)