Get ahead
VMware offers training and certification to turbo-charge your progress.
Learn moreIn Spring Boot, an application that is deployed to Cloud Foundry could be susceptible to a security bypass.
Specifically, an application is vulnerable when all of the following are true:
/cloudfoundryapplication/**. Typically, this will be if there is a catch-all request mapping which matches /**.NOTE: Applications using Spring Cloud Config Server can handle requests to /cloudfoundryapplication/** by default and can be vulnerable if deployed to Cloud Foundry.
An application is not vulnerable if any of the following is true:
management.cloudfoundry.enabled set to false./cloudfoundryapplication/**.Spring Boot:
| Fix version | Availability |
|---|---|
| 3.0.6 | OSS |
| 2.7.11 | OSS |
| 2.6.15 | OSS |
| 2.5.15 | OSS |
Workarounds: Disable Cloud Foundry actuator endpoints by setting management.cloudfoundry.enabled to false.
To report a security vulnerability for a project within the Spring portfolio, see the Security Policy