CWE-600

Uncaught Exception in Servlet

The Servlet does not catch all exceptions, which may reveal sensitive debugging information.

Mitigation

Phase: Implementation

Description:

  • Implement Exception blocks to handle all types of Exceptions.

No CAPEC attack patterns related to this CWE.

Back to CWE stats page