-
Notifications
You must be signed in to change notification settings - Fork 598
[GHSA-563x-q5rq-57qp] Apache Tomcat has an HTTP Request/Response Smuggling vulnerability #7519
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,7 @@ | ||
| { | ||
| "schema_version": "1.4.0", | ||
| "id": "GHSA-563x-q5rq-57qp", | ||
| "modified": "2026-04-15T22:39:21Z", | ||
| "modified": "2026-04-15T22:39:22Z", | ||
| "published": "2026-04-09T21:31:29Z", | ||
| "aliases": [ | ||
| "CVE-2026-24880" | ||
|
|
@@ -18,7 +18,7 @@ | |
| { | ||
| "package": { | ||
| "ecosystem": "Maven", | ||
| "name": "org.apache.tomcat:tomcat-tribes" | ||
| "name": "org.apache.tomcat:tomcat" | ||
| }, | ||
| "ranges": [ | ||
| { | ||
|
|
@@ -37,7 +37,7 @@ | |
| { | ||
| "package": { | ||
| "ecosystem": "Maven", | ||
| "name": "org.apache.tomcat:tomcat-tribes" | ||
| "name": "org.apache.tomcat:tomcat" | ||
| }, | ||
| "ranges": [ | ||
| { | ||
|
|
@@ -56,7 +56,45 @@ | |
| { | ||
| "package": { | ||
| "ecosystem": "Maven", | ||
| "name": "org.apache.tomcat:tomcat-tribes" | ||
| "name": "org.apache.tomcat:tomcat-coyote" | ||
| }, | ||
| "ranges": [ | ||
| { | ||
| "type": "ECOSYSTEM", | ||
| "events": [ | ||
| { | ||
| "introduced": "7.0.0" | ||
| }, | ||
| { | ||
| "fixed": "9.0.116" | ||
| } | ||
| ] | ||
| } | ||
| ] | ||
| }, | ||
| { | ||
| "package": { | ||
| "ecosystem": "Maven", | ||
| "name": "org.apache.tomcat:tomcat-coyote" | ||
| }, | ||
| "ranges": [ | ||
| { | ||
| "type": "ECOSYSTEM", | ||
| "events": [ | ||
| { | ||
| "introduced": "10.1.0-M1" | ||
| }, | ||
| { | ||
| "fixed": "10.1.52" | ||
| } | ||
| ] | ||
|
Comment on lines
+84
to
+90
|
||
| } | ||
| ] | ||
| }, | ||
| { | ||
| "package": { | ||
| "ecosystem": "Maven", | ||
| "name": "org.apache.tomcat:tomcat-coyote" | ||
| }, | ||
| "ranges": [ | ||
| { | ||
|
|
@@ -80,6 +118,28 @@ | |
| "ecosystem": "Maven", | ||
| "name": "org.apache.tomcat:tomcat" | ||
| }, | ||
| "ranges": [ | ||
| { | ||
| "type": "ECOSYSTEM", | ||
| "events": [ | ||
| { | ||
| "introduced": "11.0.0-M1" | ||
| }, | ||
| { | ||
| "fixed": "11.0.20" | ||
| } | ||
| ] | ||
| } | ||
| ], | ||
| "database_specific": { | ||
| "last_known_affected_version_range": "<= 11.0.18" | ||
| } | ||
| }, | ||
| { | ||
| "package": { | ||
| "ecosystem": "Maven", | ||
| "name": "org.apache.tomcat.embed:tomcat-embed-core" | ||
| }, | ||
| "ranges": [ | ||
| { | ||
| "type": "ECOSYSTEM", | ||
|
|
@@ -97,7 +157,7 @@ | |
| { | ||
| "package": { | ||
| "ecosystem": "Maven", | ||
| "name": "org.apache.tomcat:tomcat" | ||
| "name": "org.apache.tomcat.embed:tomcat-embed-core" | ||
| }, | ||
| "ranges": [ | ||
| { | ||
|
Comment on lines
157
to
163
|
||
|
|
@@ -116,7 +176,7 @@ | |
| { | ||
| "package": { | ||
| "ecosystem": "Maven", | ||
| "name": "org.apache.tomcat:tomcat" | ||
| "name": "org.apache.tomcat.embed:tomcat-embed-core" | ||
| }, | ||
| "ranges": [ | ||
| { | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In this affected entry for the 10.1.x line, the
fixedversion is set such that 10.1.52 is treated as non-affected. That conflicts with the advisory text (affected through 10.1.52) and the security reference URL indicating the fix is in 10.1.53. Please update thefixedversion accordingly (and keep the narrative/details consistent).