CVE-2025-22232: Spring Cloud Config Server May Not Use Vault Token Sent By Clients
Description
Spring Cloud Config Server may not use Vault token sent by clients using a X-CONFIG-TOKEN
header when making requests to Vault.
Your application may be affected by this if the following are true:
- You have Spring Vault on the classpath of your Spring Cloud Config Server and
- 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 and - You are using the default Spring Vault
SessionManager
implementationLifecycleAwareSessionManager
or aSessionManager
implementation that persists the Vault token such asSimpleSessionManager
…