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-2026-43164

CVE-2026-43164: Linux Kernel Buffer Overflow Vulnerability

CVE-2026-43164 is a buffer overflow vulnerability in the Linux kernel's udplite implementation that triggers a null pointer dereference. This article covers the technical details, affected versions, impact, and mitigation.

Published: May 7, 2026

CVE-2026-43164 Overview

CVE-2026-43164 is a null pointer dereference vulnerability in the Linux kernel's UDP-Lite (udplite) protocol implementation. The flaw exists in __udp_enqueue_schedule_skb() within net/ipv4/udp.c and was reported by the syzbot fuzzer. The issue arises because udp_lib_init_sock() can fail after a prior commit changed its return semantics, and the failure path was not propagated through udplite_sk_init() and udplitev6_sk_init(). When the socket initialization partially fails, udp_sk(sk)->udp_prod_queue remains unset, leading to a null pointer dereference when packets are processed.

Critical Impact

A local attacker can trigger a kernel null pointer dereference via crafted UDP-Lite socket operations, resulting in kernel panic and denial of service.

Affected Products

  • Linux kernel (mainline) with UDP-Lite support enabled
  • Stable kernel branches prior to commits 0f13fa08, 470c7ca2, and f27030ac
  • Distributions shipping vulnerable kernels with CONFIG_IP_UDPLITE enabled

Discovery Timeline

  • 2026-05-06 - CVE-2026-43164 published to NVD
  • 2026-05-06 - Last updated in NVD database

Technical Details for CVE-2026-43164

Vulnerability Analysis

The vulnerability resides in the UDP-Lite socket initialization path. After a prior refactor, udp_lib_init_sock() gained the ability to return errors, and by extension udp_init_sock() and udpv6_init_sock() can also fail. The UDP-Lite wrappers udplite_sk_init() and udplitev6_sk_init() ignored these return codes, leaving sockets in a partially initialized state.

The specific casualty is udp_sk(sk)->udp_prod_queue, which remains uninitialized when allocation fails upstream. When traffic later arrives on the socket, __udp_enqueue_schedule_skb() at net/ipv4/udp.c:1719 performs an atomic_read() against this null pointer.

KASAN flagged the access as a null-ptr-deref of size 4 at address 0x0000000000000008. The crash is reachable from the IPv6 receive path through udpv6_queue_rcv_one_skb() and __udpv6_queue_rcv_skb(). This is a kernel-side null pointer dereference [CWE-476] resulting in denial of service.

Root Cause

The root cause is unchecked error propagation. When the cited commit changed udp_lib_init_sock() to allow failures, the UDP-Lite init wrappers were not updated to handle the new failure mode. A successful call to sk_alloc() followed by a failed protocol-specific init left the socket usable for receive paths despite missing critical state.

Attack Vector

A local unprivileged user can create a UDP-Lite socket and force conditions that cause udp_lib_init_sock() to fail, then send or receive traffic on the socket to trigger the dereference. The syzbot reproducer used sendto() against an IPv6 UDP-Lite socket. Because the dereference occurs in softirq context during packet processing, the result is a kernel panic affecting the entire host.

No verified public exploit code is available beyond the syzbot reproducer referenced in the kernel commit messages. See the kernel commit 0f13fa08 for the patch and reproducer details.

Detection Methods for CVE-2026-43164

Indicators of Compromise

  • Kernel oops or panic messages referencing __udp_enqueue_schedule_skb and null-ptr-deref in dmesg or /var/log/kern.log
  • KASAN reports identifying reads at low addresses (near 0x8) within net/ipv4/udp.c
  • Unexpected host reboots or soft lockups correlated with UDP-Lite socket usage by unprivileged processes

Detection Strategies

  • Audit running kernel versions across the fleet and compare against patched stable releases containing commits 0f13fa08, 470c7ca2, and f27030ac
  • Monitor for processes creating sockets with protocol IPPROTO_UDPLITE (protocol 136) where this is not expected by the workload
  • Inspect crash dumps and kdump artifacts for stack traces involving udplite_sk_init, udplitev6_sk_init, or __udp_enqueue_schedule_skb

Monitoring Recommendations

  • Forward kernel logs and KASAN output to a centralized log platform for correlation across hosts
  • Alert on repeated kernel panics or crashes on the same host within short time windows, indicating possible exploitation attempts
  • Track socket() syscalls with SOCK_DGRAM and protocol IPPROTO_UDPLITE via auditd or eBPF-based telemetry

How to Mitigate CVE-2026-43164

Immediate Actions Required

  • Apply the upstream Linux kernel patches referenced in commits 0f13fa08, 470c7ca2, and f27030ac as soon as your distribution publishes updated packages
  • If patching is not immediately feasible, disable UDP-Lite by blacklisting the udplite module on systems that do not require it
  • Restrict the ability of untrusted local users to create raw or atypical sockets where operationally acceptable

Patch Information

The fix updates udplite_sk_init() and udplitev6_sk_init() to check the return value of udp_init_sock() and udpv6_init_sock() and propagate errors instead of silently continuing. The relevant patches are available at kernel commit 0f13fa08, kernel commit 470c7ca2, and kernel commit f27030ac.

Workarounds

  • Blacklist the udplite kernel module via /etc/modprobe.d/ to prevent loading on systems that do not use the protocol
  • Use seccomp or LSM policies to deny socket(AF_INET, SOCK_DGRAM, IPPROTO_UDPLITE) and the IPv6 equivalent for untrusted workloads
  • Apply network namespace isolation and capability restrictions to limit which workloads can create UDP-Lite sockets
bash
# Configuration example: blacklist the udplite module
echo 'blacklist udplite' | sudo tee /etc/modprobe.d/blacklist-udplite.conf
echo 'install udplite /bin/true' | sudo tee -a /etc/modprobe.d/blacklist-udplite.conf
sudo rmmod udplite 2>/dev/null || true

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

  • Vulnerability Details
  • TypeBuffer Overflow

  • Vendor/TechLinux Kernel

  • SeverityNONE

  • CVSS ScoreN/A

  • EPSS Probability0.02%

  • Known ExploitedNo
  • Impact Assessment
  • ConfidentialityNone
  • IntegrityNone
  • AvailabilityNone
  • Technical References
  • Kernel Git Commit c/0f13fa0

  • Kernel Git Commit c/470c7ca

  • Kernel Git Commit c/f27030a
  • Related CVEs
  • CVE-2026-43490: Linux Kernel ksmbd Buffer Overflow Flaw

  • CVE-2026-43330: Linux Kernel Buffer Overflow Vulnerability

  • CVE-2026-43337: Linux Kernel Buffer Overflow Vulnerability

  • CVE-2026-43341: Linux Kernel Buffer Overflow Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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