Snyk has a proof-of-concept or detailed explanation of how to exploit this vulnerability.
The probability is the direct output of the EPSS model, and conveys an overall sense of the threat of exploitation in the wild. The percentile measures the EPSS probability relative to all known EPSS scores. Note: This data is updated daily, relying on the latest available EPSS model version. Check out the EPSS documentation for more details.
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsUpgrade de.codecentric:spring-boot-admin-server to version 4.1.2 or higher.
Affected versions of this package are vulnerable to Server-side Request Forgery (SSRF) through the instance registration and proxy handling in InstanceRegistry and InstanceWebProxy. An attacker can make the server send outbound HTTP requests to arbitrary internal addresses and exfiltrate response bodies by registering an instance with attacker-controlled healthUrl, managementUrl, or serviceUrl values and then using the actuator proxy. This lets an unauthenticated attacker reach loopback, private network, and cloud metadata endpoints from the Admin Server’s network context, exposing sensitive data such as instance-local secrets or cloud credentials. The user’s Admin Server can be used as a relay to probe internal services and leak the responses through its management endpoints.