java-route-mapper
Audited by Socket on Mar 10, 2026
1 alert found:
AnomalyThe provided document is a non-malicious guide on Struts 2 routing and configuration. It does not itself contain malware or backdoors. However, it highlights several configuration patterns that, if present in an application's struts.xml/web.xml (notably devMode=true, empty action extensions, wildcard/multi-level action mappings, ModelDriven binding without whitelists, dynamic method invocation, and using unsanitized variables in Content-Disposition), substantially increase the risk of parameter injection, mass-assignment, arbitrary method invocation, information leakage, and potentially remote code execution. Review and hardening of these configuration points is recommended when this guidance is applied in real applications.