CVE-2026-25534
Java vulnerability analysis and mitigation

Overview

CVE-2026-25534 is a Server-Side Request Forgery (SSRF) vulnerability in Spinnaker's clouddriver-artifacts and orca-core components, caused by a URL validation bypass via underscore characters in hostnames. It was published on March 16, 2026, and represents a bypass of the previously patched CVE-2025-61916. Affected versions include io.spinnaker.clouddriver:clouddriver-artifacts < 2025.2.4, >= 2025.3.0 and < 2025.3.1, >= 2025.4.0 and < 2025.4.1, and the same version ranges for io.spinnaker.orca:orca-core. It carries a CVSS v3.1 base score of 9.1 (Critical) (GitHub Advisory, Spinnaker Advisory).

Technical details

The root cause is improper input validation (CWE-20) leading to SSRF (CWE-918): Java's java.net.URI object returns null for getHost() when a hostname contains underscores, which caused the prior fix for CVE-2025-61916 to fall back to parsing the URL's authority component — a path that could be manipulated by an attacker. By crafting URLs such as https://example.com:badpassword@host_with_underscore.com, an attacker could cause the validator to extract the wrong host (e.g., the credential portion), bypassing allowlist checks in both HttpUrlRestrictions.validateURI() in clouddriver and UserConfiguredUrlRestrictions.validateURI() in Orca's fromUrl expression handling. The fix switches from java.net.URI to OkHttp's HttpUrl for host extraction, which correctly handles underscores (Spinnaker Advisory, Fix Commit).

Impact

A low-privileged authenticated attacker can exploit this vulnerability to make Spinnaker's clouddriver or Orca components issue HTTP requests to arbitrary internal or external destinations, bypassing configured URL allowlists. This can lead to exfiltration of sensitive data such as cloud provider credentials, AWS IMDSv1 metadata, or internal Spinnaker API responses, as well as potential injection of attacker-controlled data into pipelines (e.g., via Helm values). The changed scope means impact extends beyond the vulnerable component itself, potentially affecting other internal services reachable from the Spinnaker deployment (GitHub Advisory, Spinnaker Advisory).

Exploitation steps

  1. Reconnaissance: Identify a Spinnaker deployment running a vulnerable version of clouddriver-artifacts or orca-core (< 2025.2.4, >= 2025.3.0 and < 2025.3.1, or >= 2025.4.0 and < 2025.4.1) with HTTP artifact providers or fromUrl expressions enabled.
  2. Craft bypass URL: Construct a URL with an underscore in the target hostname and embed a credential-like string in the authority component to confuse the Java URI parser, e.g., https://allowed-domain.com:anypassword@internal_target_host.corp.
  3. Submit malicious artifact URL: As an authenticated low-privileged user, submit the crafted URL as an artifact source (e.g., HTTP artifact, Helm values URL) or within an Orca pipeline fromUrl expression.
  4. Trigger validation bypass: The validator extracts the host using java.net.URI.getHost(), which returns null for the underscore hostname; the fallback authority parsing then extracts allowed-domain.com (the credential portion), passing the allowlist check.
  5. Achieve SSRF: Spinnaker fetches the content from the attacker-controlled internal target (e.g., http://169.254.169.254/latest/meta-data/ for AWS IMDSv1, or internal Spinnaker APIs), and the response may be injected into pipeline execution or returned to the attacker (Spinnaker Advisory, Fix Commit).

Indicators of compromise

  • Network: Outbound HTTP requests from Spinnaker clouddriver or Orca to internal IP ranges (e.g., 169.254.169.254, 10.x.x.x, 172.16.x.x) or unexpected external hosts; requests with hostnames containing underscores in Spinnaker service logs.
  • Logs: Artifact fetch requests in clouddriver or Orca logs referencing URLs with underscore-containing hostnames or credential-embedded authority components (e.g., https://legit-domain.com:password@internal_host.corp); unexpected HTTP 200 responses from internal metadata endpoints.
  • Pipeline Activity: Spinnaker pipeline executions referencing unusual fromUrl expressions or HTTP artifact URLs not matching established allowlists; pipeline data containing cloud provider metadata or internal API responses.

Mitigation and workarounds

Spinnaker has released patched versions: clouddriver-artifacts and orca-core versions 2025.2.4, 2025.3.1, 2025.4.1, and 2026.0.0 (or 2026.1.0 per the security advisory). Upgrading to one of these versions is the recommended remediation. As a workaround, operators can disable artifact types that accept user-supplied URLs (e.g., HTTP artifact providers) and restrict access to Spinnaker services to only authorized users. Additionally, monitoring Spinnaker logs for URL patterns containing underscores in hostnames can serve as an interim detection measure (Spinnaker Advisory, GitHub Advisory).

Community reactions

The vulnerability was reported by jaydhulia and remediated by jasonmcintosh of the Spinnaker project, with the advisory published on March 16, 2026 (Spinnaker Advisory). Coverage appeared on The Hacker Wire shortly after disclosure (The Hacker Wire), and the vulnerability was noted in the Mastodon infosec community. No significant vendor statements beyond the official advisory or major analyst commentary have been identified.

Additional resources


SourceThis report was generated using AI

Related Java vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

GHSA-p279-2cqp-84jgCRITICAL9.6
  • Java logoJava
  • org.openidentityplatform.opendj:opendj-server-legacy
NoYesJul 24, 2026
GHSA-fp43-vj7g-pg92HIGH7.5
  • Java logoJava
  • org.omnifaces:omnifaces
NoYesJul 24, 2026
GHSA-7ppr-r889-mcf2HIGH7.5
  • Java logoJava
  • org.http4s:http4s-blaze-server_2.12
NoYesJul 24, 2026
GHSA-mhvj-jhpq-885vHIGH7.4
  • Java logoJava
  • org.http4s:http4s-blaze-server_2.13
NoYesJul 24, 2026
GHSA-46q4-43ph-c6frHIGH7.4
  • Java logoJava
  • org.http4s:blaze-http_2.12
NoYesJul 24, 2026

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management