Code injection in Apache Struts
High severity
GitHub Reviewed
Published
May 13, 2022
to the GitHub Advisory Database
•
Updated Dec 28, 2023
Package
Affected versions
< 2.3.15.1
Patched versions
2.3.15.1
Description
Published by the National Vulnerability Database
Jul 20, 2013
Published to the GitHub Advisory Database
May 13, 2022
Reviewed
Nov 3, 2022
Last updated
Dec 28, 2023
The Struts 2 DefaultActionMapper supports a method for short-circuit navigation state changes by prefixing parameters with "action:" or "redirect:", followed by a desired navigational target expression. This mechanism was intended to help with attaching navigational information to buttons within forms.
In Struts 2 before 2.3.15.1 the information following "action:", "redirect:" or "redirectAction:" is not properly sanitized. Since said information will be evaluated as OGNL expression against the value stack, this introduces the possibility to inject server side code.
References