Looking for the vulnerability index of Invicti's legacy products?
Axis development mode enabled in WEB-INF/server-config.wsdd - Vulnerability Database

Axis development mode enabled in WEB-INF/server-config.wsdd

Description

This Axis enabled web application is running in development mode that disclose the server version and detailed stack trace information.

It's recommended to modify the configuration file WEB-INF/server-config.wsdd to switch the system from development to production, preventing the information leakage.

Remediation

In the example below, the web application will switch the system from development mode to production mode: <pre> &lt;globalConfiguration&gt; &lt;parameter name=&quot;axis.development.system&quot; value=&quot;false&quot;/&gt; &lt;/globalConfiguration&gt; </pre>

Related Vulnerabilities