Skip to content

Sensitive Data: Apache Tomcat Manager Default Login

Identifier: tomcat_default_login

Scanner(s) Support

GraphQL Scanner REST Scanner WebApp Scanner ASM Scanner

Description

Apache Tomcat Manager interface may be accessible with default credentials, allowing unauthorized access to web application management functions and potentially enabling deployment of malicious applications.

How we test: We attempt to authenticate to the Apache Tomcat Manager interface using common default username and password combinations across multiple variations. If authentication succeeds, we report the vulnerability.

Reference:

Configuration

Example

Example configuration:

---
security_tests:
  tomcat_default_login:
    skip: false

Reference

skip

Type : boolean

Skip the test if true.