-
Notifications
You must be signed in to change notification settings - Fork 594
[GHSA-344f-f5vg-2jfj] Potential remote code execution in Apache Tomcat #7520
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: aruneko/advisory-improvement-7520
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-344f-f5vg-2jfj", | ||
| "modified": "2024-03-11T16:18:32Z", | ||
| "modified": "2024-03-11T16:18:33Z", | ||
| "published": "2020-05-21T18:52:29Z", | ||
| "aliases": [ | ||
| "CVE-2020-9484" | ||
|
|
@@ -93,6 +93,85 @@ | |
| ] | ||
| } | ||
| ] | ||
| }, | ||
| { | ||
| "package": { | ||
| "ecosystem": "Maven", | ||
| "name": "org.apache.tomcat.embed:tomcat-embed-core" | ||
| }, | ||
| "ranges": [ | ||
| { | ||
| "type": "ECOSYSTEM", | ||
| "events": [ | ||
| { | ||
| "introduced": "10.0.0-M1" | ||
| }, | ||
| { | ||
| "fixed": "10.0.0-M5" | ||
| } | ||
| ] | ||
| } | ||
| ], | ||
| "database_specific": { | ||
| "last_known_affected_version_range": "<= 10.0.0-M4" | ||
| } | ||
| }, | ||
| { | ||
| "package": { | ||
| "ecosystem": "Maven", | ||
| "name": "org.apache.tomcat.embed:tomcat-embed-core" | ||
| }, | ||
| "ranges": [ | ||
| { | ||
| "type": "ECOSYSTEM", | ||
| "events": [ | ||
| { | ||
| "introduced": "9.0.0" | ||
| }, | ||
| { | ||
| "fixed": "9.0.35" | ||
| } | ||
| ] | ||
| } | ||
| ] | ||
| }, | ||
| { | ||
| "package": { | ||
| "ecosystem": "Maven", | ||
| "name": "org.apache.tomcat.embed:tomcat-embed-core" | ||
| }, | ||
| "ranges": [ | ||
| { | ||
| "type": "ECOSYSTEM", | ||
| "events": [ | ||
| { | ||
| "introduced": "8.0.0" | ||
| }, | ||
| { | ||
| "fixed": "8.5.55" | ||
| } | ||
|
Comment on lines
+148
to
+152
|
||
| ] | ||
| } | ||
| ] | ||
| }, | ||
| { | ||
| "package": { | ||
| "ecosystem": "Maven", | ||
| "name": "org.apache.tomcat.embed:tomcat-embed-core" | ||
| }, | ||
| "ranges": [ | ||
| { | ||
| "type": "ECOSYSTEM", | ||
| "events": [ | ||
| { | ||
| "introduced": "7.0.0" | ||
| }, | ||
| { | ||
| "fixed": "7.0.104" | ||
| } | ||
| ] | ||
| } | ||
| ] | ||
| } | ||
| ], | ||
| "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 new affected range for
org.apache.tomcat.embed:tomcat-embed-corestarts at9.0.0, but the advisory details (and other Tomcat advisories in this repo) use milestone versions for Tomcat 9 (e.g.,9.0.0.M1). Usingintroduced: 9.0.0will exclude affected9.0.0.M*builds. Consider changing the introduced event to9.0.0.M1(to mirror the wording indetails:9.0.0.M1 to 9.0.34).