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 Improper Authorization vulnerabilities in an interactive lesson.
Start learningUpgrade org.springframework.cloud:spring-cloud-config-server
to version 3.1.10, 4.1.6, 4.2.2 or higher.
org.springframework.cloud:spring-cloud-config-server is a library that provides an HTTP resource-based API for external configuration.
Affected versions of this package are vulnerable to Improper Authorization due to not using the Vault token sent by clients using a X-CONFIG-TOKEN
header when making requests to Vault.
Note:
This is only exploitable if all of the following conditions are met:
You have Spring Vault on the classpath of your Spring Cloud Config Server;
You are using the X-CONFIG-TOKEN
header to send a Vault token to the Spring Cloud Config Server for the Config Server to use when making requests to Vault;
You are using the default Spring Vault SessionManager
implementation LifecycleAwareSessionManager
or a SessionManager
implementation that persists the Vault token such as SimpleSessionManager
.