-
Notifications
You must be signed in to change notification settings - Fork 595
[GHSA-j39c-c8hj-x4j3] Exposure of Sensitive Information to an Unauthorized Actor in Apache Tomcat #7523
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?
[GHSA-j39c-c8hj-x4j3] Exposure of Sensitive Information to an Unauthorized Actor in Apache Tomcat #7523
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-j39c-c8hj-x4j3", | ||
| "modified": "2022-02-08T21:34:09Z", | ||
| "modified": "2023-02-03T05:04:34Z", | ||
| "published": "2021-06-16T17:45:29Z", | ||
| "aliases": [ | ||
| "CVE-2021-25122" | ||
|
|
@@ -71,6 +71,63 @@ | |
| ] | ||
| } | ||
| ] | ||
| }, | ||
| { | ||
| "package": { | ||
| "ecosystem": "Maven", | ||
| "name": "org.apache.tomcat:tomcat-coyote" | ||
| }, | ||
| "ranges": [ | ||
| { | ||
| "type": "ECOSYSTEM", | ||
| "events": [ | ||
| { | ||
| "introduced": "10.0.0" | ||
| }, | ||
| { | ||
| "fixed": "10.0.2" | ||
| } | ||
| ] | ||
| } | ||
| ] | ||
| }, | ||
| { | ||
| "package": { | ||
| "ecosystem": "Maven", | ||
| "name": "org.apache.tomcat:tomcat-coyote" | ||
| }, | ||
| "ranges": [ | ||
| { | ||
| "type": "ECOSYSTEM", | ||
| "events": [ | ||
| { | ||
| "introduced": "9.0.0" | ||
| }, | ||
|
Comment on lines
+103
to
+105
|
||
| { | ||
| "fixed": "9.0.43" | ||
| } | ||
| ] | ||
| } | ||
| ] | ||
| }, | ||
| { | ||
| "package": { | ||
| "ecosystem": "Maven", | ||
| "name": "org.apache.tomcat:tomcat-coyote" | ||
| }, | ||
| "ranges": [ | ||
| { | ||
| "type": "ECOSYSTEM", | ||
| "events": [ | ||
| { | ||
| "introduced": "8.5.0" | ||
| }, | ||
| { | ||
| "fixed": "8.5.63" | ||
| } | ||
| ] | ||
| } | ||
| ] | ||
| } | ||
| ], | ||
| "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 advisory details state the vulnerable range starts at Tomcat 10.0.0-M1, but this new affected range uses
introduced: "10.0.0", which will exclude milestone/pre-release versions from matching. Update the introduced event to include the earliest affected milestone (e.g., 10.0.0-M1) so the range aligns with the described affected versions.