Spring Boot Misconfiguration: Spring Boot Actuator shutdown endpoint is web exposed
Invicti detected that the web application is configured with the Spring Boot Shutdown Actuator enabled. This Actuator endpoint allows authenticated users to shut down the application.
An authenticated user can use the Spring Boot Shutdown Actuator to shut down the application.
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:
endpoints.shutdown.enabled=false