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-2025-68813

CVE-2025-68813: Linux Kernel IPVS DoS Vulnerability

CVE-2025-68813 is a denial of service flaw in the Linux kernel IPVS component that causes NULL pointer dereference in IPv4 routing. This post explains its technical details, affected versions, impact, and mitigation steps.

Updated: January 22, 2026

CVE-2025-68813 Overview

A null pointer dereference vulnerability has been identified in the Linux kernel's IP Virtual Server (IPVS) subsystem. The IPv4 code path in __ip_vs_get_out_rt() calls dst_link_failure() without ensuring skb->dev is properly set, leading to a NULL pointer dereference in fib_compute_spec_dst() when ipv4_link_failure() attempts to send ICMP destination unreachable messages.

Critical Impact

This vulnerability can cause kernel crashes (denial of service) when IPVS processes packets in NAT mode with misconfigured destinations, potentially affecting load balancer availability and high-availability infrastructure.

Affected Products

  • Linux kernel versions with IPVS/LVS subsystem enabled
  • Linux kernel configurations using NAT mode load balancing
  • Systems running affected kernel versions with netfilter IPVS modules loaded

Discovery Timeline

  • January 13, 2026 - CVE CVE-2025-68813 published to NVD
  • January 13, 2026 - Last updated in NVD database

Technical Details for CVE-2025-68813

Vulnerability Analysis

This vulnerability represents a regression introduced after commit ed0de45a1008 ("ipv4: recompile ip options in ipv4_link_failure") which began calling __ip_options_compile() from ipv4_link_failure(). While a previous fix attempt in commit 0113d9c9d1cc ("ipv4: fix null-deref in ipv4_link_failure") addressed the immediate dev_net(skb->dev) dereference by using a fallback device, it was incomplete. The fib_compute_spec_dst() function later in the call chain still directly accesses skb->dev, which remains NULL when IPVS calls dst_link_failure().

The KASAN report indicates the null pointer dereference occurs at memory range [0x0000000000000328-0x000000000000032f] within the __in_dev_get_rcu inline function, specifically during the fib_compute_spec_dst() call in net/ipv4/fib_frontend.c.

Root Cause

The root cause is an incomplete fix for a previous null pointer dereference issue. When IPVS processes a packet in NAT mode and route lookup fails in __ip_vs_get_out_rt() before establishing a route, the error path calls dst_link_failure(skb) with skb->dev set to NULL. The subsequent call chain through ipv4_link_failure() → ipv4_send_dest_unreach() → __ip_options_compile() → fib_compute_spec_dst() results in a null pointer dereference when fib_compute_spec_dst() attempts to access the unset skb->dev field.

Attack Vector

The vulnerability is triggered through the following execution path:

  1. IPVS receives and processes a packet in NAT mode with a misconfigured destination
  2. Route lookup fails in __ip_vs_get_out_rt() before establishing a route
  3. The error path calls dst_link_failure(skb) with skb->dev == NULL
  4. ipv4_link_failure() is invoked to send ICMP destination unreachable
  5. The call chain proceeds through ipv4_send_dest_unreach() → __ip_options_compile() → fib_compute_spec_dst()
  6. fib_compute_spec_dst() dereferences the NULL skb->dev pointer, causing a kernel panic

The full call trace from the KASAN report shows the crash path:

  • __ip_vs_get_out_rt+0x15fd/0x19e0 in net/netfilter/ipvs/ip_vs_xmit.c:412
  • ip_vs_nat_xmit+0x1d8/0xc80 in net/netfilter/ipvs/ip_vs_xmit.c:764

Detection Methods for CVE-2025-68813

Indicators of Compromise

  • Kernel panic or crash events with fib_compute_spec_dst or __in_dev_get_rcu in the stack trace
  • KASAN reports indicating null pointer dereference in the IPVS/netfilter code paths
  • System instability or unexpected reboots on IPVS/LVS load balancer systems
  • Kernel log entries showing null pointer dereference in net/ipv4/fib_frontend.c

Detection Strategies

  • Monitor kernel logs for KASAN null-ptr-deref reports involving fib_compute_spec_dst() or IPVS functions
  • Implement system monitoring for unexpected kernel panics on systems running IPVS in NAT mode
  • Review dmesg output for call traces involving __ip_vs_get_out_rt and ipv4_link_failure
  • Deploy endpoint detection to alert on kernel crash events with specific function signatures

Monitoring Recommendations

  • Enable KASAN (Kernel Address Sanitizer) on test systems to detect the vulnerability before production impact
  • Monitor system uptime and kernel crash counters on IPVS-enabled load balancers
  • Set up alerts for IPVS misconfiguration errors that could trigger the vulnerable code path
  • Review routing configuration to ensure destination routes are properly configured

How to Mitigate CVE-2025-68813

Immediate Actions Required

  • Apply the kernel patches from the stable kernel tree immediately on affected IPVS systems
  • Review IPVS NAT mode configurations to ensure destination routes are properly established
  • Consider temporarily switching to direct routing (DR) mode if NAT mode is not strictly required
  • Implement redundancy for load balancer infrastructure to maintain availability during patching

Patch Information

The fix applies the same approach used for IPv6 in commit 326bf17ea5d4 ("ipvs: fix ipv6 route unreach panic"): setting skb->dev from skb_dst(skb)->dev before calling dst_link_failure(). Multiple patch commits have been released to the stable kernel tree:

  • Linux Kernel Commit Update 1
  • Linux Kernel Commit Update 2
  • Linux Kernel Commit Update 3
  • Linux Kernel Commit Update 4
  • Linux Kernel Commit Update 5

Workarounds

  • Audit IPVS virtual server configurations to ensure all destination real servers have valid, reachable routes
  • If using NAT mode, verify that the IPVS director has proper routing tables configured for all backend servers
  • Consider using IPVS direct routing (DR) mode or tunneling (TUN) mode as alternatives that may not trigger the vulnerable code path
  • Implement network monitoring to detect and alert on routing failures before they reach the vulnerable code path
bash
# Check current IPVS configuration and routing
ipvsadm -Ln
ip route show

# Verify routes to backend servers are properly configured
# Replace <backend_ip> with actual backend server IPs
ip route get <backend_ip>

# Monitor kernel logs for related errors
dmesg | grep -i "ipvs\|fib_compute\|link_failure"

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

  • SeverityNONE

  • CVSS ScoreN/A

  • Known ExploitedNo
  • Impact Assessment
  • ConfidentialityNone
  • IntegrityNone
  • AvailabilityNone
  • Technical References
  • Linux Kernel Commit Update 1

  • Linux Kernel Commit Update 2

  • Linux Kernel Commit Update 3

  • Linux Kernel Commit Update 4

  • Linux Kernel Commit Update 5
  • 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