Spring Boot EndpointRequest.to() creates wrong matcher if actuator endpoint is not exposed
High severity
GitHub Reviewed
Published
Apr 28, 2025
to the GitHub Advisory Database
•
Updated Apr 28, 2025
Package
Affected versions
<= 2.7.24.2
>= 3.1.0, <= 3.1.15.2
>= 3.2.0, <= 3.2.13.2
>= 3.3.0, <= 3.3.10
>= 3.4.0, <= 3.4.4
Patched versions
3.3.11
3.4.5
Description
Published by the National Vulnerability Database
Apr 28, 2025
Published to the GitHub Advisory Database
Apr 28, 2025
Reviewed
Apr 28, 2025
Last updated
Apr 28, 2025
EndpointRequest.to() creates a matcher for null/** if the actuator endpoint, for which the EndpointRequest has been created, is disabled or not exposed.
Your application may be affected by this if all the following conditions are met:
You are not affected if any of the following is true:
References