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-2021-3600

CVE-2021-3600: Linux Kernel eBPF RCE Vulnerability

CVE-2021-3600 is a remote code execution vulnerability in the Linux Kernel eBPF implementation caused by improper bounds tracking in 32-bit registers. This article covers technical details, affected versions, and mitigations.

Updated: May 16, 2026

CVE-2021-3600 Overview

CVE-2021-3600 is a Linux kernel vulnerability in the extended Berkeley Packet Filter (eBPF) verifier. The eBPF implementation did not correctly track bounds information for 32-bit registers when performing div and mod operations. A local attacker with the ability to load eBPF programs can leverage this flaw to corrupt verifier state and potentially execute arbitrary code in kernel context. The issue is classified under [CWE-125] and affects Linux kernel branches up to and including 5.11 release candidates, along with Ubuntu, Fedora, and Red Hat Enterprise Linux distributions that ship affected kernels.

Critical Impact

A local, low-privileged user can escape the eBPF verifier's safety guarantees and gain kernel-level code execution, leading to full system compromise.

Affected Products

  • Linux kernel (including 5.11 release candidates rc1 through rc7)
  • Canonical Ubuntu Linux 14.04 ESM, 16.04 ESM, and 18.04 ESM
  • Fedora 34 and Red Hat Enterprise Linux 8.0

Discovery Timeline

  • 2024-01-08 - CVE-2021-3600 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2021-3600

Vulnerability Analysis

The eBPF verifier in the Linux kernel statically analyzes BPF programs before they execute in kernel space. It tracks value ranges for each register to prove that memory accesses and arithmetic operations remain within safe bounds. The verifier maintains both 64-bit and 32-bit bounds metadata for every register. CVE-2021-3600 stems from the verifier failing to update the 32-bit bounds tracking after BPF_DIV and BPF_MOD ALU32 operations. After these operations execute, the recorded 32-bit minimum and maximum values diverge from the actual runtime values produced by the JIT-compiled program.

An attacker crafts a BPF program that performs a 32-bit divide or modulo against an attacker-controlled value. Because the verifier mis-tracks the post-operation bounds, subsequent arithmetic and memory operations that depend on those bounds pass verification despite being unsafe. This enables out-of-bounds pointer arithmetic inside the kernel, leading to arbitrary kernel memory read and write primitives.

Root Cause

The defect resides in the adjust_scalar_min_max_vals() logic path in kernel/bpf/verifier.c. The handler for ALU32 div and mod cases did not invoke the routines that recompute s32_min_value, s32_max_value, u32_min_value, and u32_max_value after the operation. The upstream fix is committed as e88b2c6e5a4d9ce30d75391e4d950da74bb2bd90, which adds explicit 32-bit bounds recalculation for these operations.

Attack Vector

Exploitation requires local access and the capability to load eBPF programs. On unprivileged systems where kernel.unprivileged_bpf_disabled is set to 0, any local user can trigger the flaw. Where unprivileged BPF is disabled, the attacker requires CAP_SYS_ADMIN or CAP_BPF. The attacker crafts a BPF program containing a 32-bit divide or modulo, uses the resulting verifier confusion to construct out-of-bounds pointer arithmetic, and pivots to a kernel read/write primitive used for privilege escalation.

No public proof-of-concept is referenced in the NVD entry, and CISA has not added this CVE to the Known Exploited Vulnerabilities catalog. Refer to the Kernel Git Commit for the upstream patch details.

Detection Methods for CVE-2021-3600

Indicators of Compromise

  • Unexpected loading of BPF programs by non-root or non-system processes, observed via bpf() syscall auditing
  • Kernel oops, panic, or BUG: messages referencing kernel/bpf/verifier.c or BPF JIT pages in dmesg
  • Sudden privilege transitions where an unprivileged process spawns a child with uid=0 shortly after issuing bpf() syscalls

Detection Strategies

  • Enable Linux audit rules for the bpf syscall and correlate BPF_PROG_LOAD events with the loading user and process lineage
  • Compare running kernel versions against vendor advisories such as Ubuntu Security Notice USN-5003-1 to identify unpatched hosts
  • Hunt for processes that load BPF programs and subsequently invoke setuid, commit_creds, or other credential-modifying paths in close temporal proximity

Monitoring Recommendations

  • Forward kernel ring buffer and audit logs to a centralized analytics platform for retention and correlation across the fleet
  • Track the value of kernel.unprivileged_bpf_disabled across hosts and alert on regressions to 0
  • Baseline which workloads legitimately use eBPF (observability agents, network policy engines) and flag deviations from that baseline

How to Mitigate CVE-2021-3600

Immediate Actions Required

  • Apply vendor kernel updates that incorporate commit e88b2c6e5a4d9ce30d75391e4d950da74bb2bd90 and reboot affected hosts
  • Set kernel.unprivileged_bpf_disabled=1 on systems that do not require unprivileged BPF program loading
  • Inventory hosts running Linux kernel 5.11 release candidates, Ubuntu ESM 14.04/16.04/18.04, Fedora 34, and RHEL 8.0 and prioritize them for patching

Patch Information

The upstream Linux kernel fix is available in the Kernel Git Commit. Distribution-level patches are documented in the Ubuntu Security Notice USN-5003-1 and via Red Hat and Fedora errata. See the MITRE CVE Details entry for cross-references.

Workarounds

  • Disable unprivileged eBPF program loading by writing 1 to /proc/sys/kernel/unprivileged_bpf_disabled and persisting the setting in /etc/sysctl.d/
  • Restrict CAP_BPF and CAP_SYS_ADMIN to trusted system accounts only and audit any process holding these capabilities
  • Where eBPF is not required, build or boot kernels with CONFIG_BPF_SYSCALL=n to remove the attack surface entirely
bash
# Disable unprivileged BPF program loading at runtime and persist across reboots
sudo sysctl -w kernel.unprivileged_bpf_disabled=1
echo 'kernel.unprivileged_bpf_disabled=1' | sudo tee /etc/sysctl.d/90-disable-unpriv-bpf.conf
sudo sysctl --system

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechLinux Kernel

  • SeverityHIGH

  • CVSS Score7.8

  • EPSS Probability0.16%

  • 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-125
  • Technical References
  • MITRE CVE Details

  • Ubuntu Security Notice
  • Vendor Resources
  • Kernel Git Commit
  • Related CVEs
  • CVE-2023-32258: Linux Kernel ksmbd RCE Vulnerability

  • CVE-2023-32257: Linux Kernel ksmbd RCE Vulnerability

  • CVE-2023-32254: Linux Kernel ksmbd RCE Vulnerability

  • CVE-2023-32250: Linux Kernel ksmbd RCE 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