-
Notifications
You must be signed in to change notification settings - Fork 595
[GHSA-q3mw-pvr8-9ggc] Apache Tomcat Open Redirect vulnerability #7517
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: hara-satoshi-ymr/advisory-improvement-7517
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-q3mw-pvr8-9ggc", | ||
| "modified": "2025-08-08T18:26:53Z", | ||
| "modified": "2025-08-08T18:26:54Z", | ||
| "published": "2023-08-25T21:30:48Z", | ||
| "aliases": [ | ||
| "CVE-2023-41080" | ||
|
|
@@ -166,6 +166,82 @@ | |
| ] | ||
| } | ||
| ] | ||
| }, | ||
| { | ||
| "package": { | ||
| "ecosystem": "Maven", | ||
| "name": "org.apache.tomcat.embed:tomcat-catalina" | ||
| }, | ||
| "ranges": [ | ||
| { | ||
| "type": "ECOSYSTEM", | ||
| "events": [ | ||
| { | ||
| "introduced": "11.0.0-M1" | ||
| }, | ||
| { | ||
| "fixed": "11.0.0-M11" | ||
| } | ||
| ] | ||
| } | ||
| ] | ||
| }, | ||
| { | ||
| "package": { | ||
| "ecosystem": "Maven", | ||
| "name": "org.apache.tomcat.embed:tomcat-catalina" | ||
| }, | ||
|
Comment on lines
+190
to
+193
|
||
| "ranges": [ | ||
| { | ||
| "type": "ECOSYSTEM", | ||
| "events": [ | ||
| { | ||
| "introduced": "10.1.0-M1" | ||
| }, | ||
| { | ||
| "fixed": "10.1.13" | ||
| } | ||
| ] | ||
| } | ||
| ] | ||
| }, | ||
| { | ||
| "package": { | ||
| "ecosystem": "Maven", | ||
| "name": "org.apache.tomcat.embed:tomcat-catalina" | ||
| }, | ||
|
Comment on lines
+209
to
+212
|
||
| "ranges": [ | ||
| { | ||
| "type": "ECOSYSTEM", | ||
| "events": [ | ||
| { | ||
| "introduced": "9.0.0-M1" | ||
| }, | ||
| { | ||
| "fixed": "9.0.80" | ||
| } | ||
| ] | ||
| } | ||
| ] | ||
| }, | ||
| { | ||
| "package": { | ||
| "ecosystem": "Maven", | ||
| "name": "org.apache.tomcat.embed:tomcat-catalina" | ||
| }, | ||
|
Comment on lines
+228
to
+231
|
||
| "ranges": [ | ||
| { | ||
| "type": "ECOSYSTEM", | ||
| "events": [ | ||
| { | ||
| "introduced": "8.5.0" | ||
| }, | ||
| { | ||
| "fixed": "8.5.93" | ||
| } | ||
| ] | ||
| } | ||
| ] | ||
| } | ||
| ], | ||
| "references": [ | ||
|
|
||
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.
The Maven coordinate
org.apache.tomcat.embed:tomcat-catalinalooks inconsistent with the coordinates used elsewhere in this repo: other Tomcat advisories track Catalina asorg.apache.tomcat:tomcat-catalina(e.g.advisories/github-reviewed/2022/05/GHSA-3vx3-xf6q-r5xp/GHSA-3vx3-xf6q-r5xp.json:21) and embed artifacts asorg.apache.tomcat.embed:tomcat-embed-core/tomcat-embed-*. If the intent is to cover the Catalina JAR, this should likely beorg.apache.tomcat:tomcat-catalina(and updated consistently for each new affected entry), otherwise automated matching may never hit this package name.