CVE-2026-25534
Received
Received - Intake
URL Validation Bypass in Spinnaker Clouddriver and Orca
Publication date: 2026-03-17
Last updated on: 2026-03-17
Assigner: GitHub, Inc.
Description
Description
### Impact
Spinnaker updated URL Validation logic on user input to provide sanitation on user inputted URLs for clouddriver. However, they missed that Java URL objects do not correctly handle underscores on parsing. This led to a bypass of the previous CVE (CVE-2025-61916) through the use of carefully crafted URLs. Note, Spinnaker found this not just in that CVE, but in the existing URL validations in Orca fromUrl expression handling. This CVE impacts BOTH artifacts as a result.
### Patches
This has been merged and will be available in versions 2025.4.1, 2025.3.1, 2025.2.4 and 2026.0.0.
### Workarounds
You can disable the various artifacts on this system to work around these limits.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| spinnaker | clouddriver | From 2025.4.1 (inc) |
| spinnaker | clouddriver | From 2025.3.1 (inc) |
| spinnaker | clouddriver | From 2025.2.4 (inc) |
| spinnaker | clouddriver | From 2026.0.0 (inc) |
| spinnaker | orca | From 2025.4.1 (inc) |
| spinnaker | orca | From 2025.3.1 (inc) |
| spinnaker | orca | From 2025.2.4 (inc) |
| spinnaker | orca | From 2026.0.0 (inc) |
| spinnaker | clouddriver | From 2025.2.4 (inc) to 2026.1.0 (inc) |
| spinnaker | orca | From 2025.2.4 (inc) to 2026.1.0 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-918 | The web server receives a URL or similar request from an upstream component and retrieves the contents of this URL, but it does not sufficiently ensure that the request is being sent to the expected destination. |