CVE-2020-9298: Server-Side Request Forgery in Spinnaker Orca
7.5
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.56627%
CWE
Published
5/7/2021
Updated
2/1/2023
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
com.netflix.spinnaker.orca:orca-core | maven | < 8.7.0 | 8.7.0 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from the /pipelineTemplate
endpoint handling template resolution. The commit 4f3c07d
adds error handling to prevent leaking internal content, indicating the original code fetched arbitrary URLs from the 'source' parameter. The security bulletin explicitly references this endpoint as the attack vector. The controller's resolvePipelineTemplate
method directly processes the user-controlled URL input, making it the SSRF entry point.