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

CVE-2026-25075: strongSwan EAP-TTLS DOS Vulnerability

CVE-2026-25075 is an integer underflow flaw in strongSwan's EAP-TTLS AVP parser allowing remote attackers to crash the IKE daemon. This post covers the technical details, affected versions, impact, and mitigation.

Published: March 27, 2026

CVE-2026-25075 Overview

CVE-2026-25075 is an integer underflow vulnerability affecting strongSwan versions 4.5.0 prior to 6.0.5. The flaw exists in the EAP-TTLS AVP (Attribute-Value Pair) parser and allows unauthenticated remote attackers to cause a denial of service by sending crafted AVP data with invalid length fields during IKEv2 authentication. This vulnerability is classified as CWE-191 (Integer Underflow).

The vulnerability stems from a failure to properly validate AVP length fields before performing subtraction operations. Attackers can exploit this weakness to trigger excessive memory allocation or a NULL pointer dereference, ultimately crashing the charon IKE daemon and disrupting VPN services.

Critical Impact

Unauthenticated remote attackers can crash the strongSwan charon IKE daemon, causing denial of service for all VPN connections and potentially disrupting enterprise network access.

Affected Products

  • strongSwan versions 4.5.0 through 6.0.4
  • Systems using EAP-TTLS authentication method
  • IKEv2 deployments with vulnerable charon daemon configurations

Discovery Timeline

  • 2026-03-23 - CVE-2026-25075 published to NVD
  • 2026-03-24 - Last updated in NVD database

Technical Details for CVE-2026-25075

Vulnerability Analysis

The integer underflow vulnerability resides within the EAP-TTLS AVP parsing code in strongSwan's charon IKE daemon. During IKEv2 authentication, the EAP-TTLS protocol processes AVP data structures that contain length fields indicating the size of attribute values. The vulnerable code fails to properly validate these length fields before performing arithmetic operations.

When an attacker submits an AVP with a maliciously crafted length field that is smaller than expected header overhead, the subtraction operation results in an integer underflow. This causes the length variable to wrap around to a very large positive value, leading to one of two outcomes: either an attempt to allocate an excessive amount of memory (causing resource exhaustion), or a NULL pointer dereference when processing the malformed data structure.

The attack is particularly dangerous because it can be triggered by unauthenticated remote attackers during the initial phases of IKEv2 negotiation, before any authentication has taken place. This means any network-accessible strongSwan deployment using EAP-TTLS is potentially vulnerable.

Root Cause

The root cause of CVE-2026-25075 is improper input validation in the EAP-TTLS AVP parser. Specifically, the code performs a subtraction operation on the length field without first verifying that the length value is sufficiently large to accommodate the required header bytes. When the length field contains a value smaller than the header size, the subtraction underflows, producing an unexpectedly large unsigned integer value.

This is a classic integer underflow condition (CWE-191) where insufficient bounds checking before arithmetic operations leads to exploitable behavior. The fix involves adding proper validation to ensure length fields meet minimum size requirements before any subtraction is performed.

Attack Vector

The attack vector for CVE-2026-25075 is network-based, requiring no authentication or user interaction. An attacker can exploit this vulnerability by initiating an IKEv2 connection to a vulnerable strongSwan server and sending specially crafted EAP-TTLS packets containing AVP data with invalid length fields.

The attack sequence involves establishing an initial IKE_SA_INIT exchange, then during the IKE_AUTH phase when EAP-TTLS authentication begins, the attacker sends malformed AVP data designed to trigger the integer underflow. The malformed packet causes the charon daemon to either attempt massive memory allocation or dereference a NULL pointer, resulting in daemon crash.

Since the vulnerability affects the core IKE daemon process, a successful attack crashes all active VPN connections and prevents new connections until the service is restarted. Persistent attackers can repeatedly crash the daemon to maintain a denial of service condition.

Detection Methods for CVE-2026-25075

Indicators of Compromise

  • Unexpected charon daemon crashes or restarts, particularly during IKEv2 authentication phases
  • Log entries indicating EAP-TTLS parsing errors or memory allocation failures
  • Increased connection attempts from single sources followed by daemon failures
  • Core dumps showing crashes in EAP-TTLS AVP parsing functions

Detection Strategies

  • Monitor strongSwan charon daemon process for unexpected terminations or restarts
  • Implement network-level IDS rules to detect malformed IKEv2 EAP-TTLS packets with suspicious length fields
  • Configure alerting for rapid succession of IKEv2 connection attempts followed by daemon failures
  • Enable detailed logging for EAP-TTLS authentication attempts to capture potential attack patterns

Monitoring Recommendations

  • Set up automated monitoring for charon daemon uptime and stability metrics
  • Configure log aggregation to detect patterns of authentication failures preceding crashes
  • Implement process monitoring with automatic alerts when charon daemon terminates unexpectedly
  • Review IKEv2 connection logs for anomalous patterns from external IP addresses

How to Mitigate CVE-2026-25075

Immediate Actions Required

  • Upgrade strongSwan to version 6.0.5 or later immediately
  • If immediate upgrade is not possible, consider temporarily disabling EAP-TTLS authentication
  • Review firewall rules to limit IKEv2 access to trusted networks or IP ranges
  • Implement rate limiting on IKEv2 connections to slow potential DoS attacks

Patch Information

strongSwan has released version 6.0.5 which addresses this integer underflow vulnerability. The patch adds proper validation of AVP length fields before performing subtraction operations, ensuring that malformed packets cannot trigger the underflow condition. Organizations should upgrade to strongSwan 6.0.5 or later as soon as possible.

For more information, see the strongSwan Release Announcement and the strongSwan CVE-2026-25075 Security Advisory.

Workarounds

  • Disable EAP-TTLS authentication method if not required for operations
  • Implement network segmentation to restrict access to IKEv2 services from untrusted networks
  • Configure firewall rules to limit IKEv2 (UDP ports 500 and 4500) access to known trusted sources
  • Deploy automated service restart mechanisms to minimize downtime from potential exploitation
bash
# Configuration example - Disable EAP-TTLS in strongSwan
# Edit /etc/strongswan.conf or /etc/strongswan.d/charon.conf

# Restrict EAP methods to exclude TTLS until patched
charon {
    plugins {
        eap-ttls {
            load = no
        }
    }
}

# Alternatively, configure iptables to limit IKEv2 access
iptables -A INPUT -p udp --dport 500 -s trusted_network/24 -j ACCEPT
iptables -A INPUT -p udp --dport 4500 -s trusted_network/24 -j ACCEPT
iptables -A INPUT -p udp --dport 500 -j DROP
iptables -A INPUT -p udp --dport 4500 -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/TechStrongswan

  • SeverityHIGH

  • CVSS Score8.7

  • EPSS Probability0.12%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/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
  • AvailabilityHigh
  • CWE References
  • CWE-191
  • Technical References
  • StrongSwan Release Announcement

  • StrongSwan CVE-2026-25075 Vulnerability

  • VulnCheck StrongSwan Advisory
  • Related CVEs
  • CVE-2026-25998: strongMan VPN Info Disclosure Flaw

  • CVE-2025-62291: strongSwan Buffer Overflow Vulnerability

  • CVE-2023-41913: strongSwan Buffer Overflow RCE Vulnerability

  • CVE-2021-45079: strongSwan 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