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

CVE-2026-23333: Linux Kernel Netfilter Overlap Flaw

CVE-2026-23333 is an interval validation flaw in the Linux kernel's netfilter nft_set_rbtree component that affects open interval overlap detection. This article covers technical details, affected versions, and fixes.

Published: March 27, 2026

CVE-2026-23333 Overview

CVE-2026-23333 is a vulnerability in the Linux kernel's netfilter subsystem, specifically affecting the nft_set_rbtree component. The vulnerability arises from improper validation of open interval overlaps within netfilter set operations. Open intervals, which lack an end element, present a validation challenge—particularly when positioned at the end of a set—as the interval validation logic relies on the presence of an end element to perform necessary checks.

This flaw can lead to incorrect set membership validation, potentially allowing attackers to bypass firewall rules or cause unexpected behavior in packet filtering operations.

Critical Impact

Systems running affected Linux kernel versions with netfilter-based firewalls may experience incorrect interval validation in nftables sets, potentially leading to firewall rule bypass or denial of service conditions.

Affected Products

  • Linux Kernel (netfilter subsystem)
  • Systems utilizing nftables with interval-based sets
  • Linux distributions running affected kernel versions

Discovery Timeline

  • 2026-03-25 - CVE CVE-2026-23333 published to NVD
  • 2026-03-25 - Last updated in NVD database

Technical Details for CVE-2026-23333

Vulnerability Analysis

The vulnerability exists within the nft_set_rbtree implementation in the Linux kernel's netfilter framework. The core issue stems from the handling of open intervals—intervals that do not have a defined end element. When such open intervals are positioned at the end of a set, the validation mechanism fails to properly detect overlapping conditions.

The problem manifests during set element insertion and deletion operations. When adding new interval elements to an existing set, the validation logic must verify that the new interval does not overlap with existing intervals. However, because open intervals lack an end element, the standard overlap detection fails to identify partial overlaps correctly.

Consider a scenario where an existing set contains the range 255.255.255.0-255.255.255.254. When attempting to add a new interval 255.255.255.0-255.255.255.255, the start element overlap should be detected, but the absence of proper open interval handling causes the validation to miss this overlap condition.

Root Cause

The root cause is the absence of an NFT_SET_ELEM_INTERVAL_OPEN flag that would facilitate detection of open interval overlaps. The existing interval validation logic assumes all intervals have both start and end elements, which creates a blind spot for open intervals. The validation relies on finding an existing end element to compare against the new interval's start element, but open intervals at the end of the set lack this end element entirely.

Additionally, the deletion path introduced complications—when deleting open intervals, the start cookie was being updated, which could trigger spurious EEXIST errors when subsequently adding new elements.

Attack Vector

An attacker with the ability to manipulate nftables rules (typically requiring local privileges or access through a management interface) could exploit this vulnerability to:

  1. Create overlapping intervals that bypass the intended validation, potentially crafting firewall rules that don't behave as expected
  2. Cause denial of service by triggering error conditions during set element operations
  3. Bypass firewall restrictions by exploiting the improper interval handling to create rules that match unintended traffic

The attack complexity is elevated as it requires understanding of nftables internals and the ability to craft specific interval patterns that exploit the validation gap.

Detection Methods for CVE-2026-23333

Indicators of Compromise

  • Unexpected behavior in nftables interval-based set matching
  • Unusual firewall rule bypasses that shouldn't occur based on configured rules
  • Error messages in kernel logs related to nft_set_rbtree operations
  • Failed set element insertions with unexpected EEXIST errors

Detection Strategies

  • Monitor kernel logs for netfilter-related errors using dmesg | grep -i nft
  • Audit nftables configurations for interval-based sets that may be affected
  • Implement kernel vulnerability scanning to identify affected kernel versions
  • Deploy runtime security monitoring to detect anomalous netfilter behavior

Monitoring Recommendations

  • Enable kernel auditing for netfilter subsystem operations
  • Configure alerting for unexpected nftables rule changes
  • Monitor network traffic patterns for signs of firewall rule bypass
  • Regularly review nftables rule effectiveness through periodic security testing

How to Mitigate CVE-2026-23333

Immediate Actions Required

  • Update the Linux kernel to a patched version containing commit 648946966a08e4cb1a71619e3d1b12bd7642de7b
  • Review existing nftables configurations for interval-based sets
  • Consider temporarily using alternative set types if interval validation is critical
  • Monitor systems for signs of exploitation until patching is complete

Patch Information

The fix is available in the Linux kernel through commit 6db2be971e3d70c9e3f85d39eff7103c2ee2f579. This patch introduces a new flag field to struct nft_set_elem to track whether an element is the last in an add/delete command. This flag, combined with the start element cookie, enables proper detection of partial overlaps involving open intervals.

The patch specifically addresses:

  • Adding a last flag to indicate the final element in a command sequence
  • Improved overlap detection for start elements against existing end elements
  • Proper handling of corner cases involving multiple intervals in a single command
  • Fixed deletion path to avoid updating start cookies for open intervals, preventing spurious errors

Workarounds

  • Avoid using open intervals at the end of nftables sets until the kernel is patched
  • Use explicit closed intervals with defined end elements where possible
  • Implement additional validation layers outside of nftables for critical rule sets
  • Consider using iptables as a temporary alternative if nftables interval sets are required
bash
# Check current kernel version for vulnerability assessment
uname -r

# View current nftables ruleset for interval-based sets
nft list ruleset | grep -A5 "type.*interval"

# Update kernel on Debian/Ubuntu systems
sudo apt update && sudo apt upgrade linux-image-generic

# Update kernel on RHEL/CentOS systems
sudo yum update kernel

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

  • Vulnerability Details
  • TypeOther

  • Vendor/TechLinux Kernel

  • SeverityNONE

  • CVSS ScoreN/A

  • EPSS Probability0.02%

  • Known ExploitedNo
  • Impact Assessment
  • ConfidentialityNone
  • IntegrityNone
  • AvailabilityNone
  • Technical References
  • Kernel.org Commit Reference
  • Related CVEs
  • CVE-2026-23416: Linux Kernel VMA Merge Vulnerability

  • CVE-2026-23414: Linux Kernel TLS Memory Leak Vulnerability

  • CVE-2026-23403: Linux Kernel Memory Leak Vulnerability

  • CVE-2026-23399: Linux Kernel Memory Leak 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