Vulnerability Instance
Lookup for vulnerabilities affecting packages.
GET /api/vulnerabilities/49574?format=api
{ "url": "http://public2.vulnerablecode.io/api/vulnerabilities/49574?format=api", "vulnerability_id": "VCID-zy8p-1159-budp", "summary": "Spinnaker vulnerable to SSRF due to improper restrictions on http from user input\nThe 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 configuration, auth data may be exposed to arbitrary endpoints (e.g. GitHub auth headers) leading to credentials exposure.\n\nTo trigger this, a Spinnaker installation MUST have:\n* 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).\n* 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.\n\nTo note, due to the way the URLs are viable to be injected, CERTAIN systems can be used to provide DOS attacks on Spinnaker itself. These would NOT compromise the system per se, given restarts and timeout configuration, but could lead to internal attacks by a Spinnaker user against Spinnaker services. An example is that an artifact fetch reference could return an infinite response data feed or similar that can act as a DOS attack. It's recommended to set strong limits on the various http limits AND artifact URLs to known valid URLs.", "aliases": [ { "alias": "CVE-2025-61916" }, { "alias": "GHSA-vrjc-q2fh-6x9h" } ], "fixed_packages": [ { "url": "http://public2.vulnerablecode.io/api/packages/73193?format=api", "purl": "pkg:maven/io.spinnaker.clouddriver/clouddriver-artifacts@2025.1.6", "is_vulnerable": false, "affected_by_vulnerabilities": [], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/io.spinnaker.clouddriver/clouddriver-artifacts@2025.1.6" }, { "url": "http://public2.vulnerablecode.io/api/packages/73194?format=api", "purl": "pkg:maven/io.spinnaker.clouddriver/clouddriver-artifacts@2025.2.3", "is_vulnerable": false, "affected_by_vulnerabilities": [], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/io.spinnaker.clouddriver/clouddriver-artifacts@2025.2.3" } ], "affected_packages": [ { "url": "http://public2.vulnerablecode.io/api/packages/73192?format=api", "purl": "pkg:maven/io.spinnaker.clouddriver/clouddriver-artifacts@2025.2.0", "is_vulnerable": true, "affected_by_vulnerabilities": [ { "vulnerability": "VCID-zy8p-1159-budp" } ], "resource_url": "http://public2.vulnerablecode.io/packages/pkg:maven/io.spinnaker.clouddriver/clouddriver-artifacts@2025.2.0" } ], "references": [ { "reference_url": "https://github.com/spinnaker/spinnaker", "reference_id": "", "reference_type": "", "scores": [], "url": "https://github.com/spinnaker/spinnaker" }, { "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61916", "reference_id": "CVE-2025-61916", "reference_type": "", "scores": [], "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61916" }, { "reference_url": "https://github.com/advisories/GHSA-vrjc-q2fh-6x9h", "reference_id": "GHSA-vrjc-q2fh-6x9h", "reference_type": "", "scores": [], "url": "https://github.com/advisories/GHSA-vrjc-q2fh-6x9h" }, { "reference_url": "https://github.com/spinnaker/spinnaker/security/advisories/GHSA-vrjc-q2fh-6x9h", "reference_id": "GHSA-vrjc-q2fh-6x9h", "reference_type": "", "scores": [], "url": "https://github.com/spinnaker/spinnaker/security/advisories/GHSA-vrjc-q2fh-6x9h" } ], "weaknesses": [ { "cwe_id": 20, "name": "Improper Input Validation", "description": "The product receives input or data, but it does not validate or incorrectly validates that the input has the properties that are required to process the data safely and correctly." }, { "cwe_id": 523, "name": "Unprotected Transport of Credentials", "description": "Login pages do not use adequate measures to protect the user name and password while they are in transit from the client to the server." }, { "cwe_id": 918, "name": "Server-Side Request Forgery (SSRF)", "description": "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." }, { "cwe_id": 937, "name": "OWASP Top Ten 2013 Category A9 - Using Components with Known Vulnerabilities", "description": "Weaknesses in this category are related to the A9 category in the OWASP Top Ten 2013." }, { "cwe_id": 1035, "name": "OWASP Top Ten 2017 Category A9 - Using Components with Known Vulnerabilities", "description": "Weaknesses in this category are related to the A9 category in the OWASP Top Ten 2017." } ], "exploits": [], "severity_range_score": null, "exploitability": null, "weighted_severity": null, "risk_score": null, "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-zy8p-1159-budp" }