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-32828

CVE-2026-32828: Kargo SSRF Vulnerability

CVE-2026-32828 is a Server-Side Request Forgery flaw in Kargo that allows attackers to exfiltrate sensitive data like IAM credentials via cloud metadata endpoints. This post covers technical details, affected versions, and patches.

Published: March 27, 2026

CVE-2026-32828 Overview

CVE-2026-32828 is a Server-Side Request Forgery (SSRF) vulnerability in Kargo, a platform that manages and automates the promotion of software artifacts. The vulnerability exists in the http and http-download promotion steps, which fail to properly restrict requests to link-local addresses. This allows authenticated attackers with appropriate permissions to access cloud instance metadata endpoints, most critically 169.254.169.254, enabling exfiltration of sensitive data such as IAM credentials.

Critical Impact

Authenticated attackers can leverage this SSRF vulnerability to access cloud instance metadata endpoints and exfiltrate IAM credentials, potentially leading to full cloud account compromise.

Affected Products

  • Kargo versions 1.4.0 through 1.6.3
  • Kargo versions 1.7.0-rc.1 through 1.7.8
  • Kargo versions 1.8.0-rc.1 through 1.8.11
  • Kargo versions 1.9.0-rc.1 through 1.9.4

Discovery Timeline

  • 2026-03-20 - CVE CVE-2026-32828 published to NVD
  • 2026-03-20 - Last updated in NVD database

Technical Details for CVE-2026-32828

Vulnerability Analysis

This vulnerability is classified under CWE-918 (Server-Side Request Forgery). The flaw resides in Kargo's promotion step functionality, specifically within the http and http-download steps. These components allow users to make HTTP requests as part of the promotion workflow, but they fail to implement adequate restrictions on the target addresses that can be requested.

The vulnerability is particularly dangerous because the affected steps provide full control over request headers and HTTP methods. This capability renders cloud provider header-based SSRF mitigations completely ineffective, as attackers can craft requests that bypass security controls designed to protect metadata endpoints.

An authenticated attacker with permissions to create or update Stages, or craft Promotion resources, can exploit this vulnerability by submitting a malicious Promotion manifest. The response data from the SSRF request can be retrieved through multiple channels: Promotion status fields, Git repositories, or via a secondary http step configured to exfiltrate the data.

Root Cause

The root cause of this vulnerability is insufficient input validation and lack of proper URL filtering in the http and http-download promotion steps. The code fails to block requests to link-local addresses (169.254.0.0/16), allowing attackers to target cloud metadata services that reside at 169.254.169.254. Combined with the ability to control request headers and methods, this creates a complete bypass of typical cloud provider SSRF protections.

Attack Vector

The attack vector is network-based and requires authentication. An attacker must have permissions to create or update Stages within Kargo, or be able to craft Promotion resources. The attack flow involves:

  1. Crafting a malicious Promotion manifest that targets the cloud instance metadata endpoint
  2. Submitting the manifest through Kargo's normal promotion workflow
  3. Leveraging the http step's ability to set arbitrary headers to bypass cloud provider protections
  4. Retrieving the exfiltrated data through Promotion status fields, Git repository commits, or a secondary HTTP request

The vulnerability allows access to sensitive cloud metadata including IAM credentials, instance identity documents, and other configuration data that could facilitate further attacks against cloud infrastructure.

Detection Methods for CVE-2026-32828

Indicators of Compromise

  • Unusual HTTP requests from Kargo pods targeting 169.254.169.254 or other link-local addresses
  • Promotion manifests containing references to metadata endpoint URLs in http or http-download steps
  • Unexpected IAM credential usage patterns that may indicate credential theft from instance metadata

Detection Strategies

  • Monitor Kargo Promotion resources for suspicious URL patterns targeting link-local addresses (169.254.x.x range)
  • Implement network-level monitoring for outbound connections from Kargo components to cloud metadata endpoints
  • Review audit logs for creation or modification of Stages and Promotion resources by unexpected users
  • Deploy runtime security tools to detect anomalous HTTP requests from Kargo containers

Monitoring Recommendations

  • Enable verbose logging for Kargo promotion steps to capture HTTP request destinations
  • Configure cloud provider logging (e.g., AWS CloudTrail, GCP Cloud Audit Logs) to detect unusual metadata access patterns
  • Set up alerts for Promotion resources that fail with network-related errors indicating blocked metadata requests

How to Mitigate CVE-2026-32828

Immediate Actions Required

  • Upgrade Kargo to patched versions: 1.6.4, 1.7.9, 1.8.12, or 1.9.5
  • Review existing Promotion resources and Stages for potentially malicious configurations targeting metadata endpoints
  • Audit user permissions to ensure only trusted users have access to create or modify Stages and Promotions
  • Consider implementing network policies to block Kargo pod access to link-local addresses as a defense-in-depth measure

Patch Information

Kargo has released security patches that address this SSRF vulnerability. Users should upgrade to the following fixed versions:

  • Version 1.6.4 for users on the 1.6.x branch
  • Version 1.7.9 for users on the 1.7.x branch
  • Version 1.8.12 for users on the 1.8.x branch
  • Version 1.9.5 for users on the 1.9.x branch

The fix is available in commit fd25620c2473ed19bec4be4d0f181287ef0f0391. For additional details, refer to the GitHub Security Advisory and the commit implementing the fix.

Workarounds

  • Implement Kubernetes NetworkPolicies to block egress traffic from Kargo pods to the 169.254.0.0/16 CIDR range
  • Restrict permissions for creating and updating Stages and Promotion resources to only highly trusted users
  • Consider deploying a web proxy that filters requests to link-local addresses from Kargo components
  • If cloud provider supports it, enable IMDSv2 with hop limit of 1 to reduce metadata exposure (note: this does not fully mitigate the vulnerability due to header control)
bash
# Example Kubernetes NetworkPolicy to block metadata endpoint access
kubectl apply -f - <<EOF
apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata:
  name: block-metadata-endpoint
  namespace: kargo
spec:
  podSelector:
    matchLabels:
      app: kargo
  policyTypes:
  - Egress
  egress:
  - to:
    - ipBlock:
        cidr: 0.0.0.0/0
        except:
        - 169.254.0.0/16
EOF

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

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechKargo

  • SeverityLOW

  • CVSS Score2.0

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:N/VI:N/VA:N/SC:L/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-918
  • Technical References
  • GitHub Commit Update

  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-24748: Kargo 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