Skip to content

[GHSA-344f-f5vg-2jfj] Potential remote code execution in Apache Tomcat#7520

Open
aruneko wants to merge 1 commit intoaruneko/advisory-improvement-7520from
aruneko-GHSA-344f-f5vg-2jfj
Open

[GHSA-344f-f5vg-2jfj] Potential remote code execution in Apache Tomcat#7520
aruneko wants to merge 1 commit intoaruneko/advisory-improvement-7520from
aruneko-GHSA-344f-f5vg-2jfj

Conversation

@aruneko
Copy link
Copy Markdown

@aruneko aruneko commented Apr 28, 2026

Updates

  • Affected products

Comments
fix affected packages depends on patch codes

Copilot AI review requested due to automatic review settings April 28, 2026 07:23
@github-actions github-actions Bot changed the base branch from main to aruneko/advisory-improvement-7520 April 28, 2026 07:24
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the GHSA advisory for CVE-2020-9484 (Apache Tomcat) to reflect additional affected Maven artifacts.

Changes:

  • Updates the advisory modified timestamp.
  • Adds org.apache.tomcat.embed:tomcat-embed-core to the affected list with version ranges for Tomcat 7/8/9/10 lines.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +128 to +133
{
"introduced": "9.0.0"
},
{
"fixed": "9.0.35"
}
Copy link

Copilot AI Apr 28, 2026

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-core starts at 9.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). Using introduced: 9.0.0 will exclude affected 9.0.0.M* builds. Consider changing the introduced event to 9.0.0.M1 (to mirror the wording in details: 9.0.0.M1 to 9.0.34).

Copilot uses AI. Check for mistakes.
Comment on lines +148 to +152
"introduced": "8.0.0"
},
{
"fixed": "8.5.55"
}
Copy link

Copilot AI Apr 28, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This new range mixes Tomcat 8.0 and 8.5 lines: introduced: 8.0.0 with fixed: 8.5.55. That implies versions >= 8.0.0 and < 8.5.55, which is not the intended affected set and conflicts with the details text (8.5.0 to 8.5.54). The introduced version should likely be 8.5.0 (and keep fixed: 8.5.55).

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants