Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2025-61916

CVE-2025-61916: Spinnaker SSRF Vulnerability

CVE-2025-61916 is a server-side request forgery flaw in Spinnaker that allows attackers to fetch remote data and expose credentials. This article covers the technical details, affected versions, impact, and mitigation.

Updated: January 22, 2026

CVE-2025-61916 Overview

CVE-2025-61916 is a Server-Side Request Forgery (SSRF) vulnerability affecting Spinnaker, the open source multi-cloud continuous delivery platform. This vulnerability allows authenticated users to fetch data from remote URLs, which can then be injected into Spinnaker pipelines through Helm or other methods to extract sensitive information including cloud metadata and authentication credentials.

Critical Impact

Attackers can exploit this SSRF vulnerability to access internal network resources, extract cloud provider metadata (such as AWS IMDSv1 authentication data), and potentially expose credentials to arbitrary endpoints including GitHub authentication headers.

Affected Products

  • Spinnaker versions prior to 2025.1.6
  • Spinnaker versions prior to 2025.2.3
  • Spinnaker versions prior to 2025.3.0

Discovery Timeline

  • 2026-01-05 - CVE CVE-2025-61916 published to NVD
  • 2026-01-08 - Last updated in NVD database

Technical Details for CVE-2025-61916

Vulnerability Analysis

This SSRF vulnerability exists in Spinnaker's artifact handling functionality. The platform allows various artifact providers including GitHub file artifacts, BitBucket, GitLab, HTTP artifacts, and similar providers to accept user-controlled URLs. When an artifact provider that allows user input is enabled, attackers can craft requests that cause Spinnaker to fetch data from arbitrary URLs, including internal network resources and cloud metadata endpoints.

The vulnerability becomes exploitable when two conditions are met: First, an artifact provider that accepts user input must be enabled (including the "no-auth" HTTP provider that is automatically added when enabling the HTTP artifact provider). Second, a system capable of consuming the artifact output must be present, such as Rosco Helm for fetching values data or Kubernetes account manifests for JSON API responses.

Root Cause

The root cause of this vulnerability is improper input validation (CWE-20) in Spinnaker's artifact URL handling. The platform fails to adequately validate and restrict user-supplied URLs before making server-side requests, allowing attackers to specify arbitrary destinations including internal services and cloud metadata endpoints.

Attack Vector

The attack requires local access with low privileges and no user interaction. An attacker with access to a Spinnaker installation can exploit this vulnerability by:

  1. Identifying enabled artifact providers that accept user-controlled URLs
  2. Crafting artifact configurations pointing to internal resources or cloud metadata endpoints
  3. Triggering pipeline execution that processes these artifacts
  4. Extracting sensitive data from the artifact responses, including cloud credentials and internal API responses

The vulnerability allows calling internal Spinnaker APIs via GET requests and similar endpoints. Additionally, depending on the artifact type, authentication data may be exposed to arbitrary endpoints (e.g., GitHub authentication headers being sent to attacker-controlled servers).

Detection Methods for CVE-2025-61916

Indicators of Compromise

  • Unusual artifact fetch requests to internal IP addresses or cloud metadata endpoints (e.g., 169.254.169.254)
  • Pipeline configurations containing suspicious URLs pointing to internal resources
  • Unexpected outbound requests from Spinnaker services to non-standard endpoints
  • HTTP artifact configurations referencing link-local addresses or internal hostnames

Detection Strategies

  • Monitor Spinnaker artifact fetch logs for requests to internal IP ranges and cloud metadata services
  • Implement network-level detection for outbound requests from Spinnaker to unexpected destinations
  • Audit pipeline configurations for artifact URLs pointing to sensitive internal resources
  • Review authentication header exposure patterns in outbound requests

Monitoring Recommendations

  • Enable verbose logging for artifact provider operations to capture URL fetch attempts
  • Configure alerts for requests to cloud metadata endpoints from Spinnaker services
  • Monitor for new HTTP artifact account types being created with permissive URL configurations
  • Implement OPA policies to flag pipelines with potentially malicious artifact URLs

How to Mitigate CVE-2025-61916

Immediate Actions Required

  • Upgrade Spinnaker to version 2025.1.6, 2025.2.3, or 2025.3.0 or later immediately
  • Audit existing artifact configurations for suspicious or overly permissive URL patterns
  • Disable HTTP artifact account types that allow arbitrary user input if immediate patching is not possible
  • Review pipeline execution logs for evidence of exploitation attempts

Patch Information

The vulnerability is fixed in Spinnaker versions 2025.1.6, 2025.2.3, and 2025.3.0. Users should upgrade to one of these versions or later to remediate the vulnerability. For detailed information about the fix, refer to the GitHub Security Advisory.

Workarounds

  • Disable HTTP account types that allow user input of arbitrary URLs (note: this may not be feasible in most production environments)
  • Use Git, Docker, and other artifact account types with explicit URL configurations, as these bypass the vulnerability by limiting artifact URL loading
  • Implement OPA (Open Policy Agent) policies to restrict pipelines from accessing or saving configurations with invalid URLs
  • Configure network-level restrictions to block Spinnaker services from accessing cloud metadata endpoints and internal resources
bash
# Example: Restrict outbound traffic from Spinnaker to metadata endpoints
# Add iptables rules to block access to cloud metadata services
iptables -A OUTPUT -d 169.254.169.254 -j DROP
iptables -A OUTPUT -d 169.254.170.2 -j DROP

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechSpinnaker

  • SeverityHIGH

  • CVSS Score7.9

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:L/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-20
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-32604: Spinnaker RCE Vulnerability

  • CVE-2026-25534: Spinnaker Auth Bypass Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English