#VU107966 Missing authorization in Spring Boot - CVE-2025-22235

 

#VU107966 Missing authorization in Spring Boot - CVE-2025-22235

Published: April 25, 2025


Vulnerability identifier: #VU107966
Vulnerability risk: Medium
CVSSv4.0: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:U/U:Green
CVE-ID: CVE-2025-22235
CWE-ID: CWE-862
Exploitation vector: Remote access
Exploit availability: No public exploit available
Vulnerable software:
Spring Boot
Software vendor:
Spring

Description

The vulnerability allows a remote attacker to bypass implemented security restrictions.

The vulnerability exists due to an error in EndpointRequest.to() implementation. The function creates a matcher for null/** if the actuator endpoint, for which the EndpointRequest has been created, is disabled or not exposed. A remote non-authenticated attacker can gain unauthorized access to the application.


Remediation

Install updates from vendor's website.

External links