The probability is the direct output of the EPSS model, and conveys an overall sense of the threat of exploitation in the wild. The percentile measures the EPSS probability relative to all known EPSS scores. Note: This data is updated daily, relying on the latest available EPSS model version. Check out the EPSS documentation for more details.
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsLearn about Access Restriction Bypass vulnerabilities in an interactive lesson.
Start learningUpgrade org.springframework.boot:spring-boot-actuator-autoconfigure
to version 2.5.15, 2.6.15, 2.7.11, 3.0.6 or higher.
Affected versions of this package are vulnerable to Access Restriction Bypass due to improper implementation of wildcard pattern matching.
An application is vulnerable when all of the following are true:
Users have code that can handle requests matching /cloudfoundryapplication/**
. Typically, this will be if there is a catch-all request mapping which matches /**
The application is deployed to Cloud Foundry.
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:
The application is not deployed to Cloud Foundry
Users have disabled Cloud Foundry actuator endpoints with management.cloudfoundry.enabled
set to false
The application does not have handler mappings that can handle requests to /cloudfoundryapplication/**
Users who are unable to upgrade to the fixed version can disable Cloud Foundry actuator endpoints by setting management.cloudfoundry.enabled
to false
.