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-2026-25534

CVE-2026-25534: Spinnaker Auth Bypass Vulnerability

CVE-2026-25534 is an authentication bypass flaw in Spinnaker caused by improper URL validation handling of underscores in Java URL objects. This article covers the technical details, affected versions, and mitigation.

Published: March 20, 2026

CVE-2026-25534 Overview

CVE-2026-25534 is a Server-Side Request Forgery (SSRF) vulnerability affecting Spinnaker's clouddriver and Orca components. The vulnerability stems from an incomplete fix for a previous security issue (CVE-2025-61916), where URL validation logic fails to properly sanitize user-inputted URLs due to Java URL objects not correctly handling underscores during parsing. Attackers can craft malicious URLs containing underscores to bypass security controls and potentially access internal resources.

Critical Impact

This SSRF vulnerability allows authenticated attackers to bypass URL validation controls in both clouddriver artifact handling and Orca's fromUrl expression handling, potentially enabling access to internal network resources and sensitive data exfiltration.

Affected Products

  • Spinnaker clouddriver (versions prior to 2025.2.4, 2025.3.1, 2025.4.1, and 2026.0.0)
  • Spinnaker Orca (versions prior to 2025.2.4, 2025.3.1, 2025.4.1, and 2026.0.0)
  • Spinnaker Platform (all components using URL validation)

Discovery Timeline

  • 2026-03-17 - CVE CVE-2026-25534 published to NVD
  • 2026-03-18 - Last updated in NVD database

Technical Details for CVE-2026-25534

Vulnerability Analysis

This vulnerability represents a bypass of the previous CVE-2025-61916 fix. While Spinnaker implemented URL validation logic to sanitize user-inputted URLs in clouddriver, the fix failed to account for a parsing quirk in Java's URL handling. Java URL objects do not correctly parse hostnames containing underscores, which can lead to discrepancies between validation logic and actual URL resolution. This parsing inconsistency allows attackers to construct specially crafted URLs that pass validation checks but resolve to unintended destinations.

The vulnerability is classified as CWE-918 (Server-Side Request Forgery), where an attacker can induce the application to make HTTP requests to arbitrary domains. The issue impacts multiple Spinnaker components—both the clouddriver artifacts module and Orca's fromUrl expression handling—making this a widespread concern across Spinnaker deployments.

Root Cause

The root cause lies in the validation method passing a normalized URI object to the URL restriction validator instead of the original HttpUrl object. When httpUrl.uri().normalize() is called, the resulting URI loses context that the HttpUrl class properly handles, particularly around hostname parsing with underscores. Java's standard URL/URI classes have known issues with RFC-compliant hostname validation, specifically around underscore characters which are technically invalid in hostnames but commonly used in internal DNS names.

Attack Vector

The attack leverages network-accessible endpoints where users can supply URLs for artifact retrieval or expression evaluation. An authenticated attacker can submit a URL containing carefully placed underscores that cause the validation logic to misinterpret the hostname portion. This allows the request to bypass allow-list or deny-list restrictions and reach internal resources that should be protected. The attack requires low privileges and no user interaction, with potential to impact confidentiality across security boundaries.

java
// Vulnerable code - passing normalized URI loses underscore handling context
// Source: https://github.com/spinnaker/spinnaker/commit/7c4737906239a958a468e843239c6785b03d0eda

// BEFORE (vulnerable):
account.getUrlRestrictions().validateURI(httpUrl.uri().normalize());

// AFTER (fixed):
account.getUrlRestrictions().validateURI(httpUrl);

The fix modifies the validation to pass the HttpUrl object directly to validateURI() instead of the normalized URI, ensuring consistent parsing behavior throughout the validation chain.

Detection Methods for CVE-2026-25534

Indicators of Compromise

  • Unusual outbound HTTP requests from Spinnaker services to internal IP addresses or unexpected hostnames
  • URL parameters in clouddriver or Orca logs containing underscores in hostname portions (e.g., http://internal_service.corp/)
  • Artifact fetch operations targeting internal infrastructure endpoints
  • Network connections from Spinnaker pods to metadata services (169.254.169.254) or internal APIs

Detection Strategies

  • Monitor Spinnaker application logs for artifact URL requests containing underscores in hostnames
  • Implement network-level monitoring for egress traffic from Spinnaker components to internal network ranges
  • Deploy web application firewall rules to detect SSRF patterns in URL parameters
  • Enable verbose logging on clouddriver and Orca services to capture URL validation events

Monitoring Recommendations

  • Configure alerting for Spinnaker services making requests to RFC 1918 private address ranges
  • Implement DNS query logging to detect resolution of internal hostnames from Spinnaker components
  • Set up anomaly detection for unusual artifact source URLs in pipeline configurations
  • Monitor for increased failed validation attempts which may indicate exploitation attempts

How to Mitigate CVE-2026-25534

Immediate Actions Required

  • Upgrade Spinnaker to patched versions: 2025.2.4, 2025.3.1, 2025.4.1, or 2026.0.0
  • Review recent artifact configurations for suspicious URLs containing underscore characters
  • Audit network access controls to ensure Spinnaker cannot reach sensitive internal services
  • Temporarily disable artifact features if patching is not immediately possible

Patch Information

Spinnaker has released security patches addressing this vulnerability. The fix ensures that URL validation uses the HttpUrl object directly rather than a normalized URI, maintaining consistent underscore handling. Patches are available in versions 2025.2.4, 2025.3.1, 2025.4.1, and 2026.0.0. For detailed information, see the GitHub Security Advisory GHSA-8r8j-gfhg-fw38 and the related advisory GHSA-vrjc-q2fh-6x9h.

Workarounds

  • Disable HTTP artifact features on affected systems if they are not required
  • Implement network segmentation to prevent Spinnaker from accessing sensitive internal resources
  • Configure strict URL allowlists at the network/proxy level as an additional defense layer
  • Deploy egress filtering to block Spinnaker services from reaching internal metadata endpoints
bash
# Example: Restrict Spinnaker egress with network policy (Kubernetes)
# Apply strict egress rules to prevent SSRF to internal networks
kubectl apply -f - <<EOF
apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata:
  name: spinnaker-egress-restrict
  namespace: spinnaker
spec:
  podSelector:
    matchLabels:
      app: clouddriver
  policyTypes:
  - Egress
  egress:
  - to:
    - ipBlock:
        cidr: 0.0.0.0/0
        except:
        - 10.0.0.0/8
        - 172.16.0.0/12
        - 192.168.0.0/16
        - 169.254.169.254/32
EOF

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechSpinnaker

  • SeverityCRITICAL

  • CVSS Score9.1

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:L/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-918
  • Technical References
  • GitHub Commit Update

  • GitHub Security Advisory GHSA-8r8j-gfhg-fw38

  • GitHub Security Advisory GHSA-vrjc-q2fh-6x9h
  • Related CVEs
  • CVE-2026-32604: Spinnaker RCE Vulnerability

  • CVE-2025-61916: Spinnaker SSRF 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