A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-43450

CVE-2026-43450: Linux Kernel Buffer Overflow Vulnerability

CVE-2026-43450 is a buffer overflow flaw in the Linux kernel's netfilter nfnetlink_cthelper that allows an out-of-bounds read. This article covers the technical details, affected versions, impact, and mitigation.

Published: May 18, 2026

CVE-2026-43450 Overview

CVE-2026-43450 is an out-of-bounds read vulnerability in the Linux kernel's netfilter subsystem, specifically within the nfnetlink_cthelper connection tracking helper module. The flaw resides in nfnl_cthelper_dump_table(), where a misplaced goto restart statement allows the dump loop to bypass its bounds check. When the helper saved in cb->args[1] is deleted between dump rounds, the loop counter cb->args[0] reaches nf_ct_helper_hsize and the restart logic reads 8 bytes past the end of the nf_ct_helper_hash array. The condition was confirmed by Kernel Address Sanitizer (KASAN) reports against the slab-out-of-bounds heuristic.

Critical Impact

A local unprivileged process issuing crafted netlink dump requests can trigger a kernel heap out-of-bounds read, potentially leaking adjacent kernel memory or causing instability.

Affected Products

  • Linux kernel — netfilter subsystem (net/netfilter/nfnetlink_cthelper.c)
  • Multiple stable kernel branches receiving the backported fix (see referenced commits)
  • Distributions shipping vulnerable kernel versions with CONFIG_NETFILTER_NETLINK_CTHELPER enabled

Discovery Timeline

  • 2026-05-08 - CVE-2026-43450 published to NVD
  • 2026-05-12 - Last updated in NVD database

Technical Details for CVE-2026-43450

Vulnerability Analysis

The vulnerability is an out-of-bounds read [CWE-125] in the netlink dump handler for connection tracking helpers. The function nfnl_cthelper_dump_table() iterates over nf_ct_helper_hash buckets using cb->args[0] as the bucket index and cb->args[1] as a pointer to the last-emitted helper. Between successive recvmsg() rounds, callers may resume the dump, and the kernel must locate the previously emitted helper to continue from the correct position.

The original implementation placed the restart: block, intended to re-traverse the current bucket when the saved helper has been removed, after the for loop body rather than inside it. If the saved helper is deleted between rounds, every iteration fails the (cur != last) equality check, cb->args[1] is never cleared, and the loop completes with cb->args[0] equal to nf_ct_helper_hsize. The subsequent goto restart jumps back into the loop body, bypassing the bounds check entirely.

Root Cause

The root cause is incorrect control flow placement. The restart label sits outside the bounded for loop, so jumping to it dereferences nf_ct_helper_hash[nf_ct_helper_hsize] — one slot past the allocated hash table. KASAN reports an 8-byte read at the slab boundary, confirming a heap out-of-bounds read of a kernel pointer-sized value. The fix moves the restart block into the loop body so that the index remains within bounds before any retraversal occurs.

Attack Vector

Exploitation requires a local attacker capable of opening an NFNL_SUBSYS_CTHELPER netlink socket and issuing a dump request, then deleting the helper recorded in cb->args[1] between dump rounds. The race results in a deterministic out-of-bounds read of adjacent kernel heap memory. The leaked qword can include kernel pointers useful for defeating Kernel Address Space Layout Randomization (KASLR) in subsequent exploitation chains. No memory write primitive is provided by this flaw alone.

No verified public proof-of-concept code is referenced in the advisory. The KASAN call trace identifies nfnl_cthelper_dump_table+0x9f/0x1b0 reached through netlink_dump and __sys_recvfrom.

Detection Methods for CVE-2026-43450

Indicators of Compromise

  • KASAN slab-out-of-bounds reports referencing nfnl_cthelper_dump_table in dmesg or kernel logs
  • Unexpected recvfrom() activity on AF_NETLINK sockets bound to NETLINK_NETFILTER from unprivileged processes
  • Kernel oops or panic traces originating in the netfilter cthelper dump path

Detection Strategies

  • Enable KASAN on test and staging kernels to surface out-of-bounds reads in nf_ct_helper_hash during fuzzing or workload replay
  • Audit auditd logs for processes invoking netlink dump operations against the nfnetlink_cthelper subsystem without CAP_NET_ADMIN
  • Correlate kernel ring-buffer messages with process telemetry to identify suspicious sequences of helper creation, deletion, and dump

Monitoring Recommendations

  • Monitor /proc/net/netlink for sockets subscribed to the NFNL_SUBSYS_CTHELPER family from non-administrative users
  • Alert on rapid nfnetlink helper add/delete cycles interleaved with NLM_F_DUMP requests
  • Track kernel crash telemetry across the fleet and triage any KASAN or BUG reports referencing netfilter symbols

How to Mitigate CVE-2026-43450

Immediate Actions Required

  • Apply the upstream stable patches referenced below to all affected kernel branches and reboot
  • Restrict CAP_NET_ADMIN and namespace-creation privileges to trusted accounts to limit reachability of the vulnerable code path
  • If patching is delayed, unload or disable the nf_conntrack_netlink and cthelper modules where they are not operationally required

Patch Information

The fix moves the restart block inside the for loop body so that the bounds check on cb->args[0] is honored before any retraversal. The patch has been merged across multiple stable trees. See the upstream commits: Linux Kernel Commit 05018cd, Linux Kernel Commit 0605e1, Linux Kernel Commit 3cc328f, Linux Kernel Commit 4a1f6ee, Linux Kernel Commit 61b3a1f, Linux Kernel Commit 6dcee84, Linux Kernel Commit 894c578, and Linux Kernel Commit 92441f6.

Workarounds

  • Blacklist the nfnetlink_cthelper module on systems that do not require user-space connection tracking helpers
  • Disable unprivileged user namespaces to prevent attackers from acquiring CAP_NET_ADMIN in a sandboxed namespace
  • Apply seccomp profiles that block socket(AF_NETLINK, ...) for workloads that have no legitimate netlink requirement
bash
# Blacklist the vulnerable module until the kernel can be patched
echo 'blacklist nfnetlink_cthelper' | sudo tee /etc/modprobe.d/cve-2026-43450.conf
sudo rmmod nfnetlink_cthelper 2>/dev/null || true

# Restrict unprivileged user namespace creation (reduces local attack surface)
sudo sysctl -w kernel.unprivileged_userns_clone=0

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.03%

  • Known ExploitedNo
  • Impact Assessment
  • ConfidentialityNone
  • IntegrityNone
  • AvailabilityNone
  • Technical References
  • Linux Kernel Commit 05018cd

  • Linux Kernel Commit 0605e1

  • Linux Kernel Commit 3cc328f

  • Linux Kernel Commit 4a1f6ee

  • Linux Kernel Commit 61b3a1f

  • Linux Kernel Commit 6dcee84

  • Linux Kernel Commit 894c578

  • Linux Kernel Commit 92441f6
  • Related CVEs
  • CVE-2026-46237: Linux Kernel Buffer Overflow Vulnerability

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

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

  • CVE-2026-46232: 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