[GHSA-q3mw-pvr8-9ggc] Apache Tomcat Open Redirect vulnerability#7617
Open
hara-satoshi-ymr wants to merge 1 commit intohara-satoshi-ymr/advisory-improvement-7617from
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the OSV advisory record for GHSA-q3mw-pvr8-9ggc (Apache Tomcat Open Redirect) to include Catalina’s standalone Maven artifact as an affected product, aligning affected-package coverage with where the vulnerable FORM authentication code resides.
Changes:
- Add
org.apache.tomcat:tomcat-catalinato theaffectedlist with version ranges matching the existing Tomcat/embedded ranges (8.5.x, 9.0.x, 10.1.x, 11.0.x). - Bump the advisory
modifiedtimestamp to reflect the update.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates
Comments
Adding
org.apache.tomcat:tomcat-catalinato the affected products. The vulnerable code (FORM authentication open-redirect) lives in Catalina, so installations that shiptomcat-catalina— typically the standalone Tomcat distribution — are also affected even thoughtomcat-embed-corealready covers the embedded variant.Note: an earlier attempt (#7517) used
org.apache.tomcat.embed:tomcat-catalina, but that coordinate does not exist on Maven Central. The correct coordinate isorg.apache.tomcat:tomcat-catalina, matching the convention used by other Tomcat advisories in this repo (e.g. GHSA-3vx3-xf6q-r5xp). This re-submits the change with the correct coordinate per Copilot's review.