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-2023-52340

CVE-2023-52340: Linux Kernel IPv6 DoS Vulnerability

CVE-2023-52340 is a denial of service vulnerability in the Linux Kernel IPv6 implementation that allows attackers to exhaust network resources. This article covers the technical details, affected versions, and mitigation.

Published: January 28, 2026

CVE-2023-52340 Overview

CVE-2023-52340 is a resource exhaustion vulnerability in the IPv6 implementation of the Linux kernel before version 6.3. The flaw exists in net/ipv6/route.c where a max_size threshold can be easily consumed by an attacker, leading to a denial of service condition. When exploited, the system generates "network is unreachable" errors, effectively disrupting IPv6 network connectivity. The vulnerability can be triggered by sending IPv6 packets in a loop via a raw socket.

Critical Impact

This vulnerability allows remote attackers to exhaust the IPv6 routing table cache, causing network connectivity failures and denial of service on affected Linux systems without requiring authentication.

Affected Products

  • Linux Kernel versions prior to 6.3
  • Systems with IPv6 networking enabled
  • Network appliances and servers running vulnerable Linux kernel versions

Discovery Timeline

  • 2024-07-05 - CVE CVE-2023-52340 published to NVD
  • 2025-11-04 - Last updated in NVD database

Technical Details for CVE-2023-52340

Vulnerability Analysis

This vulnerability resides in the Linux kernel's IPv6 routing implementation, specifically within net/ipv6/route.c. The core issue is a resource exhaustion flaw (CWE-400) in how the kernel manages the IPv6 routing cache. The max_size threshold, which is designed to limit the number of cached routes, can be rapidly exhausted through carefully crafted network traffic.

When an attacker sends a continuous stream of IPv6 packets through a raw socket, each packet can trigger the creation of new routing cache entries. The kernel fails to properly rate-limit or validate these entries before the threshold is reached. Once the max_size limit is consumed, the kernel cannot add new routes to the cache, resulting in "network is unreachable" errors for legitimate IPv6 traffic.

The attack can be executed remotely over the network without any authentication requirements, making it particularly dangerous for internet-facing systems. The impact is limited to availability—there is no compromise of confidentiality or integrity.

Root Cause

The root cause of this vulnerability is improper resource management in the IPv6 routing subsystem. The max_size threshold mechanism in net/ipv6/route.c lacks sufficient protection against rapid consumption. The kernel does not implement adequate rate limiting or garbage collection mechanisms to prevent malicious actors from filling the routing cache faster than legitimate entries can be purged.

The fix, implemented in kernel commit af6d10345ca76670c1b7c37799f0d5576ccef277, addresses this by improving how the routing cache handles resource exhaustion scenarios and implementing better bounds checking on cache entry creation.

Attack Vector

The vulnerability is exploited via the network layer using raw sockets. An attacker can craft a simple program that opens a raw socket and continuously sends IPv6 packets to the target system. Each packet potentially creates a new routing cache entry, and by sending packets at a high rate, the attacker can quickly exhaust the max_size threshold.

The attack does not require any special privileges on the target system, nor does it require user interaction. The attacker only needs network connectivity to the vulnerable system. Once the routing cache is exhausted, the target system will be unable to route IPv6 traffic, effectively causing a denial of service for all IPv6-dependent services and applications.

For technical details on the vulnerability mechanism and the specific fix, refer to the Linux Kernel Commit af6d103.

Detection Methods for CVE-2023-52340

Indicators of Compromise

  • Sudden increase in "network is unreachable" errors for IPv6 traffic
  • Unusual growth in the IPv6 routing cache size approaching or hitting the max_size limit
  • High volume of IPv6 packets originating from a single source via raw sockets
  • System logs showing IPv6 routing failures or cache exhaustion messages

Detection Strategies

  • Monitor network traffic for anomalous patterns of IPv6 packets, particularly those sent via raw sockets
  • Implement kernel-level auditing to track routing cache utilization and alert when approaching threshold limits
  • Deploy network intrusion detection systems (IDS) configured to detect IPv6 flooding patterns
  • Use SentinelOne Singularity Platform for real-time kernel-level monitoring and behavioral analysis of network-related anomalies

Monitoring Recommendations

  • Configure syslog monitoring to capture and alert on IPv6 routing errors and "network is unreachable" messages
  • Establish baseline metrics for IPv6 routing cache utilization and set up alerts for deviations
  • Monitor raw socket usage on systems, particularly for processes sending high volumes of IPv6 traffic
  • Implement network flow analysis to detect potential denial of service attack patterns targeting IPv6

How to Mitigate CVE-2023-52340

Immediate Actions Required

  • Upgrade to Linux kernel version 6.3 or later which contains the fix for this vulnerability
  • Apply vendor-specific patches from your Linux distribution (Debian, Red Hat, Ubuntu, etc.)
  • Monitor systems for signs of exploitation while patches are being deployed
  • Consider temporarily disabling IPv6 on non-critical systems if patching cannot be performed immediately

Patch Information

The vulnerability has been addressed in Linux kernel version 6.3 through commit af6d10345ca76670c1b7c37799f0d5576ccef277. This fix improves the handling of the routing cache max_size threshold to prevent resource exhaustion attacks.

For detailed patch information, refer to the Linux Kernel ChangeLog 6.3. Debian users should review the Debian LTS Announcement June 2024 for distribution-specific updates. NetApp customers should consult the NetApp Security Advisory ntap-20240816-0005 for guidance on affected products.

Workarounds

  • Disable IPv6 on systems where it is not required by adding ipv6.disable=1 to kernel boot parameters
  • Implement network-level filtering to rate-limit IPv6 traffic from untrusted sources
  • Configure firewall rules to restrict raw socket usage to trusted applications and users
  • Increase monitoring on systems that cannot be immediately patched to detect exploitation attempts
bash
# Configuration example - Disable IPv6 via sysctl (temporary workaround)
# Add to /etc/sysctl.conf or /etc/sysctl.d/99-disable-ipv6.conf
net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1

# Apply changes without reboot
sysctl -p

# Alternative: Disable IPv6 at boot via kernel parameter
# Add to GRUB_CMDLINE_LINUX in /etc/default/grub:
# ipv6.disable=1
# Then run: update-grub

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechLinux Kernel

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.07%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • NVD-CWE-noinfo

  • CWE-400
  • Technical References
  • Debian LTS Announcement June 2024

  • Debian LTS Announcement June 2024

  • NetApp Security Advisory ntap-20240816-0005
  • Vendor Resources
  • Linux Kernel ChangeLog 6.3

  • Linux Kernel Commit af6d103
  • Related CVEs
  • CVE-2026-31465: Linux Kernel Writeback DoS Vulnerability

  • CVE-2026-31472: Linux Kernel IPTFS DoS Vulnerability

  • CVE-2026-31451: Linux Kernel ext4 DOS Vulnerability

  • CVE-2026-31448: Linux Kernel ext4 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