Struts2 Development Mode Enabled
Summary#
Invicti detected Struts2 development mode is enabled, so the target web server is disclosing stack trace data in the HTTP response.
Development mode enables extra debugging behaviors that assist developers, as well as attackers.
Impact#
An attacker can obtain information such as:
- Stack trace.
- Information about the generated exception.
Remediation#
Change your
WEB-INF/classes/struts.properties
file to disable development mode:struts.devMode=false
Classifications#