CVE-2025-22235

Severity CVSS v4.0:
Pending analysis
Type:
CWE-20 Input Validation
Publication date:
28/04/2025
Last modified:
16/05/2025

Description

EndpointRequest.to() creates a matcher for null/** if the actuator endpoint, for which the EndpointRequest has been created, is disabled or not exposed.<br /> <br /> Your application may be affected by this if all the following conditions are met:<br /> <br /> * You use Spring Security<br /> * EndpointRequest.to() has been used in a Spring Security chain configuration<br /> * The endpoint which EndpointRequest references is disabled or not exposed via web<br /> * Your application handles requests to /null and this path needs protection<br /> <br /> <br /> You are not affected if any of the following is true:<br /> <br /> * You don&amp;#39;t use Spring Security<br /> * You don&amp;#39;t use EndpointRequest.to()<br /> * The endpoint which EndpointRequest.to() refers to is enabled and is exposed<br /> * Your application does not handle requests to /null or this path does not need protection