The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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-24356

CVE-2025-24356: Fastd VPN Daemon DoS Vulnerability

CVE-2025-24356 is a denial of service flaw in Fastd VPN daemon that enables UDP traffic amplification attacks through spoofed packets. This article covers the technical details, affected versions, and mitigation steps.

Published: April 22, 2026

CVE-2025-24356 Overview

CVE-2025-24356 is an Amplification Attack vulnerability in fastd, a VPN daemon that tunnels IP packets and Ethernet frames over UDP. The vulnerability exists in the "fast reconnect" mechanism, where receiving a data packet from an unknown IP address/port combination causes fastd to initiate a reconnect by sending a handshake packet. This design flaw allows attackers to use fastd instances as amplifiers in Distributed Denial of Service (DDoS) attacks by sending minimal UDP packets with spoofed source addresses.

Critical Impact

A 1-byte UDP packet can trigger a ~150 byte handshake response, resulting in a 12-13x amplification factor that can be leveraged for DDoS attacks against arbitrary targets.

Affected Products

  • fastd_project fastd (versions prior to v23)

Discovery Timeline

  • January 27, 2025 - CVE-2025-24356 published to NVD
  • August 27, 2025 - Last updated in NVD database

Technical Details for CVE-2025-24356

Vulnerability Analysis

The vulnerability resides in fastd's connection handling logic, specifically in the "fast reconnect" feature designed to improve user experience when peers change network addresses. When fastd receives a data packet from an unrecognized source, it assumes an existing peer has migrated to a new address and proactively sends a handshake packet to re-establish the session. This behavior, while beneficial for legitimate reconnection scenarios, creates an amplification vector.

The attack is particularly effective because the handshake response (~150 bytes of UDP payload) is significantly larger than the minimal trigger packet (as small as 1 byte containing just the fastd packet type header). When accounting for IPv4 and UDP headers, the amplification factor reaches approximately 12-13x, making fastd instances attractive reflectors for volumetric DDoS attacks.

Root Cause

The root cause is the unconditional triggering of handshake responses for data packets from unknown sources without proper rate limiting or source validation. The backoff_unknown() function, which was intended to prevent flooding hosts with handshakes, was insufficient as it did not properly track and rate-limit responses per source IP address, instead allowing the port to vary and bypass restrictions.

Attack Vector

The attack is network-based and requires no authentication or user interaction. An attacker can exploit this vulnerability by:

  1. Identifying internet-reachable fastd instances
  2. Crafting minimal UDP packets (1 byte minimum) with the fastd packet type header
  3. Spoofing the source IP address to target a victim
  4. Sending these packets to multiple fastd instances
  5. The amplified handshake responses are directed at the victim's IP address
c
// Vulnerable code path in src/receive.c (before patch)
// When receiving data from unknown address, handshake is sent unconditionally
} else if (is_data_packet(packet_type)) {
	if (!backoff_unknown(remote_addr)) {
		pr_debug("unexpectedly received payload data from %I", remote_addr);
		conf.protocol->handshake_init(sock, local_addr, remote_addr, NULL, FLAG_INITIAL);
	}
}

Source: GitHub Commit 1f233bee

The patch modifies this behavior to send only the appropriate handshake type based on the packet received:

c
// Patched code - determines handshake type based on packet
} else if (is_data_packet(packet_type)) {
	if (!backoff_unknown(remote_addr)) {
		pr_debug("unexpectedly received payload data from %I", remote_addr);

		/* In theory, PACKET_DATA_COMPAT could also be a valid first byte for
		 * a future L2TPv3 extension, but as no such extensions exist and
		 * Linux is unlikely to just enable such extensions by default in
		 * the L2TP kernel implementation, we assume that suchs packets must
		 * be generated by a pre-v22 fastd version without L2TP support. */
		unsigned flags = packet_type == PACKET_DATA_COMPAT ? 0 : FLAG_L2TP_SUPPORT;
		conf.protocol->handshake_init(sock, local_addr, remote_addr, NULL, flags);
	}
}

Source: GitHub Commit 1f233bee

Detection Methods for CVE-2025-24356

Indicators of Compromise

  • Unusual volume of small UDP packets (1-10 bytes) arriving at fastd listening ports
  • Disproportionate outbound handshake traffic compared to legitimate peer connections
  • Multiple incoming packets from diverse IP addresses within short time windows
  • Elevated handshake packet generation rates without corresponding session establishments

Detection Strategies

  • Monitor UDP traffic ratios on fastd ports for incoming/outgoing byte count anomalies
  • Implement network flow analysis to detect amplification patterns (small inbound, large outbound)
  • Configure IDS/IPS rules to alert on excessive handshake initiation attempts from unknown sources
  • Track failed session establishments that originate from handshake responses

Monitoring Recommendations

  • Establish baseline metrics for normal fastd handshake-to-session ratios
  • Deploy network traffic analysis tools to monitor fastd UDP port activity
  • Enable logging of unknown source reconnection attempts in fastd configurations
  • Set up alerts for sudden spikes in outbound UDP traffic from fastd instances

How to Mitigate CVE-2025-24356

Immediate Actions Required

  • Upgrade fastd to version v23 or later immediately
  • If upgrade is not immediately possible, consider restricting internet exposure of fastd instances
  • Implement rate limiting at the network level for UDP traffic to fastd ports
  • Review and audit all internet-exposed fastd deployments

Patch Information

The vulnerability is fixed in fastd version v23. Multiple commits address different aspects of the amplification issue:

  • Commit ce1b79b - Initial fix implementation
  • Commit 5f63fcf - Ignores port for backoff_unknown() to prevent bypass
  • Commit 3940150 - Unblocks unknown handshakes after successful connection

For complete details, see the GitHub Security Advisory GHSA-pggg-vpfv-4rcv.

Workarounds

  • Place fastd instances behind firewalls with stateful packet inspection
  • Implement BCP38/BCP84 anti-spoofing measures at network boundaries
  • Use network-level rate limiting to cap UDP packet rates to fastd services
  • Restrict fastd accessibility to known peer IP ranges where operationally feasible
bash
# Example iptables rate limiting for fastd UDP port (adjust port as needed)
iptables -A INPUT -p udp --dport 10000 -m hashlimit \
  --hashlimit-above 50/sec --hashlimit-burst 100 \
  --hashlimit-mode srcip --hashlimit-name fastd_limit \
  -j DROP

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechFastd

  • SeverityMEDIUM

  • CVSS Score6.9

  • EPSS Probability0.41%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:N/SC:N/SI:N/SA:L/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-405
  • Vendor Resources
  • GitHub Commit Update

  • GitHub Commit Update

  • GitHub Commit Update

  • GitHub Commit Update

  • GitHub Commit Update

  • GitHub Commit Update

  • GitHub Commit Update

  • GitHub Security Advisory
  • Latest CVEs
  • CVE-2025-52479: HTTP.jl & URIs.jl CRLF Injection Flaw

  • CVE-2026-31740: Linux Kernel Race Condition Vulnerability

  • CVE-2026-31743: Linux Kernel Buffer Overflow Vulnerability

  • CVE-2026-31744: Linux Kernel NULL Pointer 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