Description
Spring Boot Admin Server before 4.1.2 contains a server-side request forgery vulnerability that allows unauthenticated attackers to register instances with attacker-controlled healthUrl and managementUrl parameters without validation against private IP ranges or metadata endpoints. Attackers can force the server to make HTTP requests to arbitrary internal addresses and retrieve response bodies via the actuator proxy to exfiltrate cloud credentials.
Published: 2026-07-13
Score: 7.7 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Spring Boot Admin Server versions prior to 4.1.2 contain a Server‑Side Request Forgery flaw that allows an unauthenticated attacker to register new instances with arbitrary healthUrl and managementUrl values. The server blindly follows those URLs and returns the resulting response bodies through the actuator proxy, giving the attacker access to internal network endpoints, cloud metadata services, and other sensitive resources.

Affected Systems

The vulnerability affects Spring Boot Admin Server from the vendor codecentric, specifically all releases older than version 4.1.2.

Risk and Exploitability

The CVSS score of 7.7 classifies the vulnerability as high severity. A low EPSS score of less than 1% indicates a small but non‑zero exploit probability, and the flaw is not listed in the CISA KEV catalog. The lack of authentication for instance registration makes exploitation straightforward. An attacker who can reach the registration endpoint can force the server to request any internal address, potentially retrieving cloud credentials or other secrets, and exfiltrate them via the returned response bodies.

Generated by OpenCVE AI on July 31, 2026 at 11:18 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Spring Boot Admin Server to version 4.1.2 or later, which removes the unauthenticated instance registration path.
  • If an upgrade cannot be performed immediately, disable or restrict the instance registration endpoint or enforce authentication to limit who can register instances.
  • Configure network firewalls or service controls to block outbound requests from the admin server to internal or metadata addresses until the vulnerability is addressed.

Generated by OpenCVE AI on July 31, 2026 at 11:18 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 14 Jul 2026 22:30:00 +0000

Type Values Removed Values Added
CPEs cpe:2.3:a:codecentric:spring_boot_admin:*:*:*:*:*:*:*:*

Mon, 13 Jul 2026 23:00:00 +0000

Type Values Removed Values Added
First Time appeared Codecentric
Codecentric spring Boot Admin
Vendors & Products Codecentric
Codecentric spring Boot Admin

Mon, 13 Jul 2026 21:30:00 +0000

Type Values Removed Values Added
Description Spring Boot Admin Server before 4.1.2 contains a server-side request forgery vulnerability that allows unauthenticated attackers to register instances with attacker-controlled healthUrl and managementUrl parameters without validation against private IP ranges or metadata endpoints. Attackers can force the server to make HTTP requests to arbitrary internal addresses and retrieve response bodies via the actuator proxy to exfiltrate cloud credentials.
Title Spring Boot Admin Server < 4.1.2 SSRF via Unauthenticated Instance Registration
Weaknesses CWE-918
References
Metrics cvssV3_1

{'score': 8.6, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N'}

cvssV4_0

{'score': 7.7, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:N/SC:H/SI:N/SA:N'}


Subscriptions

Codecentric Spring Boot Admin
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-07-15T14:21:56.098Z

Reserved: 2026-07-13T16:41:09.007Z

Link: CVE-2026-62242

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-31T11:30:05Z

Weaknesses
  • CWE-918

    Server-Side Request Forgery (SSRF)