#VU107154 Improper authorization in Spring Cloud Config - CVE-2025-22232
Published: April 8, 2025
Spring Cloud Config
Pivotal
Description
The vulnerability allows a remote attacker to gain access to sensitive information.
The vulnerability exists due to an error when handling Vault tokens sent via the X-CONFIG-TOKEN header, as the application may not use Vault token sent by the client. The SessionManager persists the first token it retrieves and will continue to use that token even if client requests to the Spring Cloud Config Server include a X-CONFIG-TOKEN header with a different value. A remote attacker can bypass authorization checks and gain unauthorized access to the application.