2026-03-17 17:27CVE-2026-25534GitHub_M
PUBLISHED5.2CWE-918

Spinnaker clouddriver and orca URL validation bypass via underscores in hostnames

### 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.

Problem type

Affected products

io.spinnaker.clouddriver

clouddriver-artifacts

< 2025.2.4 - AFFECTED

>= 2025.3.0, < 2025.3.1 - AFFECTED

>= 2025.4.0, < 2025.4.1 - AFFECTED

io.spinnaker.orca

orca-core

< 2025.2.4 - AFFECTED

>= 2025.3.0, < 2025.3.1 - AFFECTED

>= 2025.4.0, < 2025.4.1 - AFFECTED

References

GitHub Security Advisories

GHSA-8r8j-gfhg-fw38

Spinnaker clouddriver and orca URL validation bypass via underscores in hostnames

https://github.com/advisories/GHSA-8r8j-gfhg-fw38

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.

JSON source

https://cveawg.mitre.org/api/cve/CVE-2026-25534
Click to expand
{
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "cveMetadata": {
    "cveId": "CVE-2026-25534",
    "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
    "assignerShortName": "GitHub_M",
    "dateUpdated": "2026-03-17T17:58:31.817Z",
    "dateReserved": "2026-02-02T19:59:47.373Z",
    "datePublished": "2026-03-17T17:27:41.345Z",
    "state": "PUBLISHED"
  },
  "containers": {
    "cna": {
      "providerMetadata": {
        "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
        "shortName": "GitHub_M",
        "dateUpdated": "2026-03-17T17:27:41.345Z"
      },
      "title": "Spinnaker clouddriver and orca URL validation bypass via underscores in hostnames",
      "descriptions": [
        {
          "lang": "en",
          "value": "### Impact\nSpinnaker 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.   \n\n### Patches\nThis has been merged and will be available in versions 2025.4.1, 2025.3.1, 2025.2.4 and 2026.0.0.  \n\n### Workarounds\nYou can disable the various artifacts on this system to work around these limits."
        }
      ],
      "affected": [
        {
          "vendor": "io.spinnaker.clouddriver",
          "product": "clouddriver-artifacts",
          "versions": [
            {
              "version": "< 2025.2.4",
              "status": "affected"
            },
            {
              "version": ">= 2025.3.0, < 2025.3.1",
              "status": "affected"
            },
            {
              "version": ">= 2025.4.0, < 2025.4.1",
              "status": "affected"
            }
          ]
        },
        {
          "vendor": "io.spinnaker.orca",
          "product": "orca-core",
          "versions": [
            {
              "version": "< 2025.2.4",
              "status": "affected"
            },
            {
              "version": ">= 2025.3.0, < 2025.3.1",
              "status": "affected"
            },
            {
              "version": ">= 2025.4.0, < 2025.4.1",
              "status": "affected"
            }
          ]
        }
      ],
      "problemTypes": [
        {
          "descriptions": [
            {
              "lang": "en",
              "description": "CWE-918: Server-Side Request Forgery (SSRF)",
              "cweId": "CWE-918",
              "type": "CWE"
            }
          ]
        }
      ],
      "references": [
        {
          "url": "https://github.com/spinnaker/spinnaker/security/advisories/GHSA-8r8j-gfhg-fw38",
          "name": "https://github.com/spinnaker/spinnaker/security/advisories/GHSA-8r8j-gfhg-fw38",
          "tags": [
            "x_refsource_CONFIRM"
          ]
        },
        {
          "url": "https://github.com/spinnaker/spinnaker/security/advisories/GHSA-vrjc-q2fh-6x9h",
          "name": "https://github.com/spinnaker/spinnaker/security/advisories/GHSA-vrjc-q2fh-6x9h",
          "tags": [
            "x_refsource_MISC"
          ]
        },
        {
          "url": "https://github.com/spinnaker/spinnaker/commit/7c4737906239a958a468e843239c6785b03d0eda",
          "name": "https://github.com/spinnaker/spinnaker/commit/7c4737906239a958a468e843239c6785b03d0eda",
          "tags": [
            "x_refsource_MISC"
          ]
        }
      ],
      "metrics": [
        {
          "cvssV3_1": {
            "version": "3.1",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:L/A:L",
            "attackVector": "NETWORK",
            "attackComplexity": "LOW",
            "privilegesRequired": "LOW",
            "userInteraction": "NONE",
            "scope": "CHANGED",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "LOW",
            "availabilityImpact": "LOW",
            "baseScore": 9.1,
            "baseSeverity": "CRITICAL"
          }
        }
      ]
    },
    "adp": [
      {
        "providerMetadata": {
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP",
          "dateUpdated": "2026-03-17T17:58:31.817Z"
        },
        "title": "CISA ADP Vulnrichment",
        "metrics": [
          {}
        ]
      }
    ]
  }
}