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

CVE-2025-20222: Cisco Secure Firewall DoS Vulnerability

CVE-2025-20222 is a denial of service flaw in Cisco Secure Firewall ASA and FTD Software that allows attackers to trigger device reloads via malformed IPv6 packets. This article covers technical details, impact, and mitigation.

Published: April 15, 2026

CVE-2025-20222 Overview

A vulnerability exists in the RADIUS proxy feature for the IPsec VPN feature of Cisco Secure Firewall Adaptive Security Appliance (ASA) Software and Cisco Secure Firewall Threat Defense (FTD) Software. This vulnerability allows an unauthenticated, remote attacker to cause a denial of service (DoS) condition by exploiting improper processing of IPv6 packets sent over an IPsec VPN connection.

Critical Impact

Successful exploitation allows remote attackers to trigger a device reload, causing service disruption to all VPN connections and protected network traffic without requiring authentication.

Affected Products

  • Cisco Secure Firewall Adaptive Security Appliance (ASA) Software
  • Cisco Secure Firewall Threat Defense (FTD) Software
  • Systems with RADIUS proxy feature enabled for IPsec VPN

Discovery Timeline

  • 2025-08-14 - CVE-2025-20222 published to NVD
  • 2025-08-15 - Last updated in NVD database

Technical Details for CVE-2025-20222

Vulnerability Analysis

This vulnerability stems from improper processing of IPv6 packets within the RADIUS proxy feature when used in conjunction with IPsec VPN functionality. When malformed or specially crafted IPv6 packets are transmitted over an established IPsec VPN connection to an affected device, the packet processing logic fails to properly handle these packets, leading to a system crash and subsequent device reload.

The vulnerability is classified under CWE-120 (Buffer Copy without Checking Size of Input), indicating that the root cause involves inadequate bounds checking when processing IPv6 packet data in the RADIUS proxy context. This allows attackers to overflow memory buffers, corrupting critical system state and triggering a device reload.

Root Cause

The vulnerability is caused by insufficient input validation and improper bounds checking when processing IPv6 packets through the RADIUS proxy feature. Specifically, the RADIUS proxy code path does not adequately validate the size of incoming IPv6 packet data before copying it to internal buffers, allowing attackers to exceed expected buffer boundaries and corrupt adjacent memory.

Attack Vector

The attack can be executed remotely over the network without requiring authentication. An attacker must have access to send IPv6 packets through an established IPsec VPN connection to the target device. The attack flow involves:

  1. Establishing or utilizing an existing IPsec VPN connection to the target Cisco ASA or FTD device
  2. Sending specially crafted IPv6 packets through the VPN tunnel
  3. The RADIUS proxy feature improperly processes these packets
  4. Buffer overflow occurs during packet processing
  5. Device crashes and reloads, causing denial of service to all connected users

The vulnerability requires the RADIUS proxy feature to be enabled for IPsec VPN, and IPv6 traffic must be permitted through the VPN tunnel. No user interaction is required, and the attack can be automated for persistent denial of service.

Detection Methods for CVE-2025-20222

Indicators of Compromise

  • Unexpected device reloads or crashes on Cisco ASA/FTD appliances
  • Crash dumps indicating memory corruption in RADIUS proxy or IPsec processing code paths
  • Abnormal IPv6 traffic patterns over IPsec VPN connections
  • Repeated authentication service disruptions coinciding with high IPv6 VPN traffic

Detection Strategies

  • Monitor syslog messages for unexpected reload events with crash codes related to memory corruption
  • Implement network traffic analysis to detect anomalous IPv6 packet sizes or malformed headers over VPN tunnels
  • Configure SNMP traps for device reload events and correlate with VPN traffic logs
  • Enable crash dump collection and analysis to identify exploitation attempts

Monitoring Recommendations

  • Deploy SentinelOne Singularity to monitor network edge devices and detect anomalous behavior patterns
  • Configure alerting for device availability monitoring with rapid notification on unexpected outages
  • Implement baseline tracking for IPv6 traffic volumes over IPsec VPN connections
  • Enable detailed logging for RADIUS proxy authentication events and correlate with device stability metrics

How to Mitigate CVE-2025-20222

Immediate Actions Required

  • Review the Cisco Security Advisory for affected version details and available patches
  • Evaluate whether the RADIUS proxy feature for IPsec VPN can be temporarily disabled until patching is complete
  • Implement network access controls to restrict IPv6 traffic over VPN connections where not required
  • Plan maintenance windows for applying security updates to affected Cisco ASA and FTD devices

Patch Information

Cisco has released security updates to address this vulnerability. Organizations should consult the Cisco Security Advisory for specific version information and upgrade guidance. Priority should be given to devices exposed to untrusted networks or those providing critical VPN services.

Workarounds

  • Disable the RADIUS proxy feature for IPsec VPN if not operationally required
  • Implement IPv6 traffic filtering on VPN tunnels to block unauthorized or unnecessary IPv6 packets
  • Deploy redundant firewall pairs to maintain availability during potential exploitation attempts
  • Consider restricting IPsec VPN access to trusted network segments while awaiting patch deployment
bash
# Example: Check current RADIUS proxy configuration on Cisco ASA
show running-config | include radius-server
show running-config tunnel-group
show vpn-sessiondb detail ra-ikev2-ipsec

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechCisco

  • SeverityHIGH

  • CVSS Score8.6

  • EPSS Probability0.14%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-120
  • Technical References
  • Cisco Security Advisory: IPsec DOS
  • Related CVEs
  • CVE-2026-20188: Cisco CNC & NSO DoS Vulnerability

  • CVE-2026-20185: Cisco 350 Series Switches SNMP DoS Flaw

  • CVE-2026-20105: Cisco Secure Firewall DoS Vulnerability

  • CVE-2026-20064: Cisco Secure Firewall FTD 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