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

CVE-2023-0394: Linux Kernel DOS Vulnerability

CVE-2023-0394 is a denial of service flaw in Linux Kernel caused by a NULL pointer dereference in the network subcomponent. This post covers the technical details, affected versions, impact, and mitigation.

Published: January 28, 2026

CVE-2023-0394 Overview

A NULL pointer dereference vulnerability has been identified in the Linux kernel's IPv6 networking subsystem. The flaw exists in the rawv6_push_pending_frames function located in net/ipv6/raw.c, which is responsible for handling raw IPv6 socket operations. When triggered, this vulnerability causes the system to crash, resulting in a denial of service condition.

This vulnerability affects the network subcomponent of the Linux kernel and can be exploited by a local attacker with low privileges. The flaw stems from improper pointer validation before dereferencing, allowing an attacker to trigger a kernel panic by manipulating raw IPv6 socket operations.

Critical Impact

Local attackers can crash the system by exploiting improper pointer handling in the IPv6 raw socket implementation, causing complete denial of service.

Affected Products

  • Linux Kernel versions prior to the security patch
  • Linux Kernel 6.2-rc1
  • Linux Kernel 6.2-rc2
  • Linux Kernel 6.2-rc3

Discovery Timeline

  • 2023-01-26 - CVE-2023-0394 published to NVD
  • 2025-03-31 - Last updated in NVD database

Technical Details for CVE-2023-0394

Vulnerability Analysis

The vulnerability resides in the rawv6_push_pending_frames function within the Linux kernel's IPv6 raw socket implementation. This function is called during the process of sending pending frames on a raw IPv6 socket. The flaw occurs due to inadequate validation of pointer values before they are dereferenced, specifically when processing IPv6 raw socket data structures.

When a local user with appropriate privileges creates and manipulates raw IPv6 sockets in a specific manner, the kernel may attempt to dereference a NULL pointer within this function. This results in a kernel panic, immediately crashing the system and causing a complete denial of service. The attack requires local access and low privileges to execute, making it a concern for multi-user systems and shared hosting environments.

The vulnerability is classified as CWE-476 (NULL Pointer Dereference), which occurs when the application dereferences a pointer that it expects to be valid but is actually NULL. In kernel context, such dereferencing triggers a kernel oops or panic, bringing down the entire system.

Root Cause

The root cause of this vulnerability is the absence of proper NULL pointer validation in the rawv6_push_pending_frames function before dereferencing critical data structures. The function fails to verify that the pointer to the pending frames structure is valid before attempting to access its members, leading to a NULL pointer dereference when the pointer is unexpectedly NULL.

This type of flaw typically occurs when:

  • Error handling paths do not properly initialize or validate pointers
  • Race conditions cause data structures to be freed while still in use
  • Edge cases in socket state management are not properly handled

Attack Vector

The attack vector is local, requiring an attacker to have authenticated access to the target system. The attacker must be able to create raw IPv6 sockets and perform specific socket operations to trigger the vulnerable code path. While the attack requires low privileges, it does not require user interaction to execute.

The exploitation scenario involves:

  1. Creating a raw IPv6 socket with specific configuration
  2. Manipulating socket options or sending data in a manner that leads to a NULL pointer condition
  3. Triggering the rawv6_push_pending_frames function to dereference the NULL pointer
  4. Causing a kernel panic that crashes the entire system

The vulnerability mechanism involves improper pointer handling in the kernel's IPv6 raw socket processing. When rawv6_push_pending_frames is invoked under certain conditions, it attempts to access a pointer that should reference valid frame data but is instead NULL. The kernel's attempt to read from or write to memory address 0 triggers an immediate kernel panic. For detailed technical analysis, refer to the Linux Kernel Commit.

Detection Methods for CVE-2023-0394

Indicators of Compromise

  • Unexpected system crashes or kernel panics with traces pointing to rawv6_push_pending_frames or net/ipv6/raw.c
  • Kernel oops messages in system logs referencing NULL pointer dereference in IPv6 networking code
  • Repeated system reboots without explanation on systems with IPv6 enabled
  • Evidence of raw IPv6 socket creation by non-privileged users

Detection Strategies

  • Monitor kernel logs (dmesg, /var/log/kern.log) for NULL pointer dereference errors in the IPv6 networking stack
  • Implement audit rules to track raw socket creation using auditd with rules targeting socket() syscalls for AF_INET6 with SOCK_RAW
  • Deploy kernel-level monitoring tools to detect abnormal raw socket activity patterns
  • Use SentinelOne's Singularity Platform for real-time kernel behavior monitoring and anomaly detection

Monitoring Recommendations

  • Enable kernel crash dump collection to capture diagnostic information during system crashes
  • Configure watchdog timers to automatically recover from kernel panics and log the events
  • Monitor for unusual patterns in IPv6 raw socket usage across the environment
  • Implement centralized log aggregation to correlate kernel crash events across multiple systems

How to Mitigate CVE-2023-0394

Immediate Actions Required

  • Update the Linux kernel to a patched version that includes commit cb3e9864cdbe35ff6378966660edbcbac955fe17
  • Review and apply available distribution-specific security updates from Debian, Red Hat, and other vendors
  • Restrict raw socket capabilities using Linux capabilities to limit which users can create raw sockets
  • Consider temporarily disabling IPv6 on systems where it is not required until patching is complete

Patch Information

The vulnerability has been addressed in the official Linux kernel through commit cb3e9864cdbe35ff6378966660edbcbac955fe17. This commit adds proper NULL pointer validation before dereferencing in the rawv6_push_pending_frames function.

Patches are available from:

  • Linux Kernel Commit
  • Debian LTS Announcement March 2023
  • Debian LTS Announcement May 2023
  • NetApp Security Advisory NTAP-20230302-0005

Workarounds

  • Restrict access to raw sockets by removing CAP_NET_RAW capability from untrusted users and processes
  • Use network namespaces to isolate potentially vulnerable workloads
  • Disable IPv6 entirely if not required for operations using kernel boot parameters
  • Implement strict access controls to limit local user access to affected systems
bash
# Restrict raw socket capability for specific users/processes
# Remove CAP_NET_RAW from a binary
setcap -r /path/to/binary

# Disable IPv6 via sysctl (temporary workaround)
sysctl -w net.ipv6.conf.all.disable_ipv6=1
sysctl -w net.ipv6.conf.default.disable_ipv6=1

# Make sysctl changes persistent
echo "net.ipv6.conf.all.disable_ipv6 = 1" >> /etc/sysctl.conf
echo "net.ipv6.conf.default.disable_ipv6 = 1" >> /etc/sysctl.conf

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

  • SeverityMEDIUM

  • CVSS Score5.5

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-476
  • Technical References
  • Debian LTS Announcement March 2023

  • Debian LTS Announcement May 2023

  • NetApp Security Advisory NTAP-20230302-0005
  • Vendor Resources
  • Linux Kernel Commit
  • Related CVEs
  • CVE-2026-23446: Linux Kernel aqc111 Driver DoS Vulnerability

  • CVE-2026-23451: Linux Kernel Bonding Driver DoS Flaw

  • CVE-2026-23460: Linux Kernel ROSE Protocol DoS Vulnerability

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