[GHSA-4g42-gqrg-4633] Apache Struts vulnerable to memory exhaustion#6310
Merged
advisory-database[bot] merged 1 commit intoryanmurf/advisory-improvement-6310from Oct 13, 2025
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR updates the Apache Struts vulnerability advisory (GHSA-4g42-gqrg-4633) to include affected Struts 1.x packages that were previously missing. The changes expand the vulnerability coverage to include the complete range of vulnerable Struts 1 versions across different Maven coordinates.
- Changes the initial vulnerable version from "0" to "2.0.0" for the main Struts 2 package
- Adds
org.apache.struts:struts-corepackage covering versions 1.3.0 to 1.3.10 - Adds
struts:strutspackage covering versions 1.1 to 1.2.9
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
348fb15
into
ryanmurf/advisory-improvement-6310
4 checks passed
Contributor
|
Hi @ryanmurf! Thank you so much for contributing to the GitHub Advisory Database. This database is free, open, and accessible to all, and it's people like you who make it great. Thanks for choosing to help others. We hope you send in more contributions in the future! |
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
Improvement to the packages and versions to include struts 1.
Struts 1 the groupId was struts from 1.1 to 1.2.9 then was changed to org.apache.struts in >=1.3 to the last release 1.3.10. The artifactId was struts from 1.1 to 1.2.9 and changed to struts-core in >=1.3. This PR adds struts:struts 1.1 to 1.2.9 for affected packages.