[GHSA-j39c-c8hj-x4j3] Exposure of Sensitive Information to an Unauthorized Actor in Apache Tomcat#7614
Closed
hara-satoshi-ymr wants to merge 2 commits into
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the OSV advisory record for GHSA-j39c-c8hj-x4j3 (CVE-2021-25122) to broaden impacted artifact coverage in Maven by including the Tomcat Coyote module, reflecting that the vulnerable h2c upgrade handling lives in Coyote.
Changes:
- Add
org.apache.tomcat:tomcat-coyoteto theaffectedlist with version ranges for Tomcat 10.0.x, 9.0.x, and 8.5.x. - Update the advisory
modifiedtimestamp.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "schema_version": "1.4.0", | ||
| "id": "GHSA-j39c-c8hj-x4j3", | ||
| "modified": "2022-02-08T21:34:09Z", | ||
| "modified": "2023-02-03T05:04:34Z", |
Comment on lines
+75
to
+89
| { | ||
| "package": { | ||
| "ecosystem": "Maven", | ||
| "name": "org.apache.tomcat:tomcat-coyote" | ||
| }, | ||
| "ranges": [ | ||
| { | ||
| "type": "ECOSYSTEM", | ||
| "events": [ | ||
| { | ||
| "introduced": "10.0.0-M1" | ||
| }, | ||
| { | ||
| "fixed": "10.0.2" | ||
| } |
Author
|
Closing — the PR branch was reused from the previously closed #7523, so this PR carries an extra orphan commit. Re-submitting via "Suggest improvements" with a clean branch. |
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-coyoteto the affected products. The vulnerable code (h2c upgrade handling) lives in Coyote, so installations that shiptomcat-coyote— typically the standalone Tomcat distribution rather than the embedded one — are also affected even whentomcat-embed-coreis not present.The introduced versions for the new entries use the milestone-aware values from the advisory text (
10.0.0-M1,9.0.0.M1,8.5.0) so that affected pre-release versions are covered, with patched versions set to the first fixed releases (10.0.2/9.0.43/8.5.63).(This re-submits an earlier suggestion #7523 with the introduced versions corrected per Copilot's review.)