Looking for the vulnerability index of Invicti's legacy products?
Spring Boot Misconfiguration: Spring Boot Actuator shutdown endpoint is web exposed - Vulnerability Database

Spring Boot Misconfiguration: Spring Boot Actuator shutdown endpoint is web exposed

Description

This Spring web application is configured with the Spring Boot Shutdown Actuator enabled. This Actuator endpoint allows authenticated users to shut down the application.

Remediation

It's recommended to disable the Spring Boot Shutdown Actuator unless there is a good reason to have this feature enabled. This can be done using the following configuration: <pre> endpoints.shutdown.enabled=false </pre>

Related Vulnerabilities