90022β€”Application Error Disclosure

PUBLISHEDsecurity alertMedium
Passive

Metadata

Alert ID:
90022
Risk:
Medium
Type:
Passive

Summary

This page contains an error/warning message that may disclose sensitive information like the location of the file that produced the unhandled exception. This information can be used to launch further attacks against the web application. The alert could be a false positive if the error message is found inside a documentation page.

Solution

Review the source code of this page. Implement custom error pages. Consider implementing a mechanism to provide a unique error reference/identifier to the client (browser) while logging the details on the server side and not exposing them to the user.