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-2024-32980

CVE-2024-32980: Spin WebAssembly SSRF Vulnerability

CVE-2024-32980 is a server-side request forgery flaw in Spin that allows attackers to make requests to arbitrary hosts via the Host HTTP header. This article covers technical details, affected versions, and mitigation.

Published: April 8, 2026

CVE-2024-32980 Overview

CVE-2024-32980 is a Server-Side Request Forgery (SSRF) vulnerability in Spin, the developer tool for building and running serverless applications powered by WebAssembly. This vulnerability allows attackers to induce specifically configured Spin applications to make requests to arbitrary hosts by manipulating the Host HTTP header. Applications using self requests without a specified URL authority are susceptible to this attack when certain configuration conditions are met.

Critical Impact

Attackers can exploit this SSRF vulnerability to redirect outbound requests to arbitrary hosts, potentially leading to unauthorized access to internal services, data exfiltration, or further exploitation of internal network resources.

Affected Products

  • Spin versions prior to 2.4.3
  • Spin applications configured with allow_outbound_hosts containing "self"
  • Deployments where routing is based on request URL rather than Host header

Discovery Timeline

  • 2024-05-08 - CVE CVE-2024-32980 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2024-32980

Vulnerability Analysis

This vulnerability falls under CWE-610 (Externally Controlled Reference to a Resource in Another Sphere), manifesting as a Server-Side Request Forgery condition. The issue arises from how Spin resolves the target host for outbound HTTP requests when applications use the self directive in their allow_outbound_hosts configuration.

When a Spin application component makes an outbound request without explicitly specifying the hostname and port in the URL, the runtime relies on contextual information to determine the destination. Under specific deployment conditions, an attacker can manipulate the Host HTTP header to redirect these outbound requests to arbitrary hosts controlled by the attacker.

Root Cause

The root cause stems from the trust relationship between the Spin runtime and the incoming Host header value. When all three vulnerability conditions are met—the deployment environment routes based on URL rather than Host header, the component has allow_outbound_hosts configured with "self", and outbound requests lack explicit hostname/port—the runtime incorrectly uses the attacker-controlled Host header value to determine the destination for self requests. This breaks the security assumption that self requests will only reach the application's own origin.

Attack Vector

The attack vector is network-based and requires no authentication or user interaction. An attacker can exploit this vulnerability by sending crafted HTTP requests with a malicious Host header to a vulnerable Spin application. When the application makes an outbound self request, the manipulated Host header value is used as the destination, allowing the attacker to redirect traffic to arbitrary hosts.

For this attack to succeed, the Spin deployment must route incoming requests based on the URL path rather than the Host header, which is common in certain reverse proxy configurations. The attacker crafts a request with a malicious Host header (e.g., Host: attacker-controlled-server.com), and when the application makes an internal self request without specifying the full URL, it inadvertently connects to the attacker's server instead of the intended local endpoint.

Detection Methods for CVE-2024-32980

Indicators of Compromise

  • Unexpected outbound connections from Spin applications to external or unknown hosts
  • Anomalous Host header values in incoming requests that don't match the expected application domain
  • Log entries showing self requests resolving to unexpected IP addresses or hostnames

Detection Strategies

  • Implement network monitoring to detect outbound connections from Spin applications to unexpected destinations
  • Enable verbose logging on Spin applications to capture the resolved destination for all outbound requests
  • Deploy Web Application Firewall (WAF) rules to detect and block requests with suspicious Host header manipulation

Monitoring Recommendations

  • Monitor Spin application logs for discrepancies between incoming request URLs and Host header values
  • Implement alerting for outbound requests from Spin applications to IP addresses outside the expected network ranges
  • Review reverse proxy and load balancer configurations to ensure proper Host header handling

How to Mitigate CVE-2024-32980

Immediate Actions Required

  • Upgrade Spin to version 2.4.3 or later immediately
  • Review all Spin application configurations for components using allow_outbound_hosts with "self"
  • Audit deployment infrastructure to understand how Host headers are processed by upstream proxies

Patch Information

Fermyon has released Spin version 2.4.3 to address this vulnerability. The fix is documented in the GitHub commit b3db535c9edb72278d4db3a201f0ed214e561354. Organizations should upgrade all Spin deployments to this version or later. For detailed information about the vulnerability, refer to the GitHub Security Advisory GHSA-f3h7-gpjj-wcvh.

Workarounds

  • Configure reverse proxies to normalize the Host header to match the expected application domain before forwarding to Spin
  • Modify Spin application components to always specify explicit hostname and port in outbound request URLs
  • Implement network-level controls to restrict outbound connections from Spin applications to a whitelist of approved destinations
bash
# Configuration example: Nginx reverse proxy to normalize Host header
# Add to server block configuration to override Host header
proxy_set_header Host $server_name;
# Or use a fixed value
proxy_set_header Host your-spin-app.example.com;

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

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechSpin

  • SeverityCRITICAL

  • CVSS Score9.1

  • EPSS Probability0.25%

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

  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-27887: Spin WebAssembly DOS 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