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
    • 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-23018

CVE-2025-23018: IETF IPv6 Tunneling DOS Vulnerability

CVE-2025-23018 is a denial of service vulnerability in IETF IPv6 tunneling protocols that allows attackers to spoof traffic due to lack of source validation. This article covers technical details, affected systems, and mitigation.

Updated: January 22, 2026

CVE-2025-23018 Overview

CVE-2025-23018 is a network protocol vulnerability affecting IPv4-in-IPv6 and IPv6-in-IPv6 tunneling as specified in RFC 2473. The vulnerability exists because these tunneling protocols do not require validation or verification of the source of a network packet, allowing an attacker to spoof and route arbitrary traffic via an exposed network interface. This vulnerability is similar to CVE-2020-10136, which affected IP-in-IP tunneling protocols.

Critical Impact

Attackers can exploit this vulnerability to bypass network security controls, spoof traffic sources, and potentially route malicious traffic through vulnerable systems acting as unwitting relay points.

Affected Products

  • IETF IPv6 (RFC 2473 implementations)
  • Systems implementing IPv4-in-IPv6 tunneling
  • Systems implementing IPv6-in-IPv6 tunneling

Discovery Timeline

  • 2025-01-14 - CVE CVE-2025-23018 published to NVD
  • 2025-11-03 - Last updated in NVD database

Technical Details for CVE-2025-23018

Vulnerability Analysis

This vulnerability stems from a fundamental design weakness in the IPv4-in-IPv6 and IPv6-in-IPv6 tunneling protocols as defined in IETF RFC 2473. The protocol specification does not mandate source address validation for encapsulated packets traversing tunnel endpoints. This architectural gap allows attackers with network access to craft specially formatted encapsulated packets that appear to originate from trusted sources.

The attack requires high complexity to execute successfully, but does not require authentication or user interaction. When exploited, the vulnerability can affect the confidentiality, integrity, and availability of systems beyond the initially compromised component, as indicated by the changed scope in the vulnerability assessment. Detailed technical analysis of this class of tunneling vulnerabilities is available in the USENIX 2025 Tunnels Paper.

Root Cause

The root cause is the absence of mandatory source validation mechanisms in the RFC 2473 tunneling specification. Tunnel endpoints that accept and process encapsulated packets without verifying the legitimacy of the outer packet's source address can be abused to relay traffic. This represents an improper verification of source of communication channel (CWE-940).

Attack Vector

The attack is network-based and requires the attacker to have visibility to a vulnerable tunnel endpoint. The attacker crafts encapsulated IPv4-in-IPv6 or IPv6-in-IPv6 packets with spoofed source addresses. When these packets reach a vulnerable tunnel endpoint, they are decapsulated and forwarded based on the inner packet's destination, effectively allowing the attacker to:

  1. Route traffic through the vulnerable system to reach otherwise inaccessible networks
  2. Bypass access control lists and firewall rules that rely on source address verification
  3. Conduct denial-of-service amplification attacks by reflecting traffic through vulnerable endpoints
  4. Potentially perform man-in-the-middle attacks by positioning themselves in the traffic path

The Top10VPN Tunneling Protocol Vulnerability Research provides additional context on real-world exploitation scenarios. The CERT Vulnerability Advisory #199397 contains official guidance on this vulnerability class.

Detection Methods for CVE-2025-23018

Indicators of Compromise

  • Unexpected encapsulated IPv6 traffic arriving at tunnel endpoints from untrusted sources
  • Anomalous traffic patterns showing IPv4-in-IPv6 or IPv6-in-IPv6 packets with mismatched source addresses
  • Increased volume of tunneled traffic from IP addresses not associated with legitimate tunnel peers
  • Network traffic logs showing decapsulated packets being forwarded to unexpected destinations

Detection Strategies

  • Implement deep packet inspection at network boundaries to analyze encapsulated traffic and verify source legitimacy
  • Deploy IDS/IPS rules to detect IPv4-in-IPv6 and IPv6-in-IPv6 packets from unauthorized sources
  • Configure network monitoring tools to alert on tunneling protocol traffic from IP ranges outside of expected tunnel peer addresses
  • Enable logging on all tunnel endpoints and correlate with known authorized peer lists

Monitoring Recommendations

  • Monitor tunnel endpoint interfaces for traffic volume anomalies that could indicate exploitation
  • Implement flow analysis to track the ratio of legitimate versus potentially spoofed tunnel traffic
  • Set up alerts for tunnel traffic originating from geographic regions where no authorized peers exist
  • Review firewall and router logs regularly for rejected or suspicious tunneling protocol packets

How to Mitigate CVE-2025-23018

Immediate Actions Required

  • Audit all systems and network devices for exposed IPv4-in-IPv6 and IPv6-in-IPv6 tunnel endpoints
  • Implement strict access control lists to limit which source addresses can send traffic to tunnel endpoints
  • Disable unnecessary tunneling interfaces on systems that do not require this functionality
  • Configure firewalls to block tunneling protocol traffic from untrusted networks

Patch Information

As this is a protocol-level vulnerability in RFC 2473, there is no single vendor patch available. Mitigation depends on implementing proper source validation controls at the network and system level. Organizations should consult their specific network equipment and operating system vendors for guidance on implementing source address validation for tunnel endpoints. The IETF RFC 2473 Document provides the base protocol specification that requires augmentation with security controls.

Workarounds

  • Implement ingress filtering (BCP 38/RFC 2827) to prevent spoofed packets from entering the network
  • Configure tunnel endpoints to only accept traffic from explicitly authorized IP addresses using ACLs
  • Deploy IPsec or other authentication mechanisms for tunnel traffic to ensure source authenticity
  • Consider disabling IPv4-in-IPv6 and IPv6-in-IPv6 tunneling where not strictly required for operations
bash
# Example: Linux iptables rules to restrict tunnel traffic sources
# Allow tunnel traffic only from authorized peer 2001:db8::1
ip6tables -A INPUT -p ipv6 -s 2001:db8::1 -j ACCEPT
ip6tables -A INPUT -p ipv6 -j DROP

# Example: Disable automatic tunneling interfaces if not needed
sysctl -w net.ipv6.conf.all.disable_ipv6=1

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechIetf Ipv6

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability0.10%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:L/I:L/A:L
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-940

  • NVD-CWE-Other
  • Technical References
  • IETF RFC 2473 Document

  • USENIX 2025 Tunnels Paper

  • Top10VPN Tunneling Protocol Vulnerability

  • CERT Vulnerability Advisory #199397
  • Related CVEs
  • CVE-2025-23019: IETF IPv6 Traffic Spoofing 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