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-2023-35788

CVE-2023-35788: Linux Kernel DOS Vulnerability

CVE-2023-35788 is a denial of service flaw in Linux Kernel's flower classifier that allows out-of-bounds writes, potentially leading to system crashes or privilege escalation. This article covers technical details.

Published: February 11, 2026

CVE-2023-35788 Overview

CVE-2023-35788 is a critical out-of-bounds write vulnerability discovered in the Linux kernel's flower traffic classifier (cls_flower). The flaw exists in the fl_set_geneve_opt function within net/sched/cls_flower.c, where improper bounds checking when processing TCA_FLOWER_KEY_ENC_OPTS_GENEVE packets allows an attacker to write beyond allocated memory boundaries. This vulnerability affects Linux kernel versions prior to 6.3.7 and can lead to denial of service or privilege escalation on vulnerable systems.

Critical Impact

Local attackers with limited privileges can exploit this out-of-bounds write vulnerability to crash the system (denial of service) or escalate their privileges to gain root access on affected Linux systems.

Affected Products

  • Linux Kernel (versions before 6.3.7)
  • Debian Linux (versions 10.0, 11.0, 12.0)
  • Canonical Ubuntu Linux (14.04 ESM, 16.04 ESM, 18.04 LTS, 20.04 LTS, 22.04 LTS)
  • NetApp H300S, H500S, H700S, H410S, H410C (and associated firmware)

Discovery Timeline

  • 2023-06-16 - CVE-2023-35788 published to NVD
  • 2025-05-05 - Last updated in NVD database

Technical Details for CVE-2023-35788

Vulnerability Analysis

The vulnerability resides in the flower classifier module (cls_flower), a component of the Linux kernel's Traffic Control (TC) subsystem used for packet classification and filtering. The fl_set_geneve_opt function is responsible for processing GENEVE (Generic Network Virtualization Encapsulation) tunnel options when configuring flower classifier rules.

The root cause is insufficient validation of user-supplied data when handling TCA_FLOWER_KEY_ENC_OPTS_GENEVE packets. When a specially crafted netlink message is processed, the function fails to properly verify buffer boundaries before writing GENEVE option data, resulting in an out-of-bounds write condition. This type of memory corruption vulnerability (CWE-787) is particularly dangerous in kernel space as it can corrupt critical kernel data structures.

Successful exploitation requires local access and the ability to configure network traffic control rules, typically requiring CAP_NET_ADMIN capability. However, in containerized environments or systems with relaxed privilege configurations, this requirement may be more easily satisfied.

Root Cause

The vulnerability stems from improper input validation in the fl_set_geneve_opt function. When parsing GENEVE encapsulation options from netlink attributes, the code does not adequately validate the length of option data before copying it into a fixed-size buffer. This allows an attacker to specify option data that exceeds the expected buffer size, causing memory corruption beyond the allocated region.

The fix implemented in kernel commit 4d56304e5827c8cc8cc18c75343d283af7c4825c adds proper bounds checking to ensure that GENEVE option data cannot exceed the allocated buffer size, preventing the out-of-bounds write condition.

Attack Vector

The attack requires local access to the system with the ability to send netlink messages to the kernel's traffic control subsystem. An attacker would craft a malicious netlink message containing specially constructed TCA_FLOWER_KEY_ENC_OPTS_GENEVE attributes designed to trigger the out-of-bounds write.

The exploitation mechanism involves sending crafted TC flower classifier configuration requests through the netlink interface. When the kernel processes these requests, the vulnerable fl_set_geneve_opt function writes beyond allocated memory boundaries, potentially corrupting adjacent kernel memory structures.

Depending on the memory layout and the attacker's ability to control the written data, exploitation could result in kernel panic (denial of service) or more sophisticated attacks involving privilege escalation through corrupting security-sensitive kernel data structures.

Detection Methods for CVE-2023-35788

Indicators of Compromise

  • Unexpected kernel panics or system crashes, particularly when TC flower classifier rules are being configured
  • Kernel log messages indicating memory corruption or invalid memory access in the cls_flower module
  • Unusual netlink traffic patterns related to traffic control rule configuration
  • Evidence of privilege escalation from unprivileged accounts to root

Detection Strategies

  • Monitor kernel logs for out-of-bounds access warnings or memory corruption indicators in the networking subsystem
  • Implement syscall auditing for RTM_NEWTFILTER netlink messages with TC flower classifier actions
  • Deploy kernel-level integrity monitoring to detect unexpected modifications to kernel memory regions
  • Use security tools capable of detecting exploitation attempts targeting the traffic control subsystem

Monitoring Recommendations

  • Enable kernel auditing for network namespace and traffic control operations
  • Configure alerting on kernel panic events, especially those originating from networking code paths
  • Monitor for processes attempting to configure TC flower rules with GENEVE encapsulation options
  • Implement runtime kernel exploit detection mechanisms to identify memory corruption attacks

How to Mitigate CVE-2023-35788

Immediate Actions Required

  • Update the Linux kernel to version 6.3.7 or later on all affected systems
  • Apply vendor-specific security patches from Debian, Ubuntu, or your distribution maintainer
  • Review and restrict access to the CAP_NET_ADMIN capability to minimize the attack surface
  • Consider temporarily disabling the cls_flower module if not required for production operations

Patch Information

The vulnerability was addressed in Linux kernel version 6.3.7. The specific fix is available in commit 4d56304e5827c8cc8cc18c75343d283af7c4825c, which adds proper bounds validation in the fl_set_geneve_opt function. Major Linux distributions have released security updates incorporating this fix:

  • Linux Kernel ChangeLog 6.3.7
  • Debian Security Advisory DSA-5448
  • Debian Security Advisory DSA-5480
  • NetApp Security Advisory NTAP-20230714-0002

Workarounds

  • Restrict access to the CAP_NET_ADMIN capability by auditing and limiting which users and processes can configure network traffic control
  • Use kernel module blacklisting to prevent loading of cls_flower if the flower classifier is not required in your environment
  • Implement network namespace isolation to contain potential exploitation attempts within restricted environments
  • Deploy mandatory access control policies (SELinux/AppArmor) to limit netlink socket operations
bash
# Temporarily blacklist the cls_flower module if not needed
echo "blacklist cls_flower" >> /etc/modprobe.d/blacklist-cls_flower.conf
modprobe -r cls_flower

# Verify kernel version after update
uname -r
# Should show 6.3.7 or later

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

  • SeverityHIGH

  • CVSS Score7.8

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-787
  • Technical References
  • Packet Storm Security Notice

  • OpenWall OSS Security Discussion

  • Debian LTS Announcement July 2023

  • Debian LTS Announcement October 2023

  • NetApp Security Advisory NTAP-20230714-0002

  • Debian Security Advisory DSA-5448

  • Debian Security Advisory DSA-5480

  • OpenWall OSS Security Discussion
  • Vendor Resources
  • Linux Kernel ChangeLog 6.3.7

  • Linux Kernel Commit 4d56304
  • Related CVEs
  • CVE-2026-31739: Linux Kernel Tegra Crypto DoS Vulnerability

  • CVE-2026-43054: Linux Kernel tcm_loop DOS Vulnerability

  • CVE-2026-31736: Linux Kernel MTK PPE DoS Vulnerability

  • CVE-2026-31727: Linux Kernel USB Gadget 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