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

CVE-2021-3679: Linux Kernel Tracing DoS Vulnerability

CVE-2021-3679 is a denial of service flaw in Linux Kernel tracing module that allows privileged users to starve CPU resources. This post covers the technical details, affected versions, impact, and mitigation.

Published: February 25, 2026

CVE-2021-3679 Overview

A CPU resource exhaustion vulnerability exists in the Linux kernel tracing module functionality in versions prior to 5.14-rc3. The flaw was found in the way users interact with the trace ring buffer in a specific manner. Only privileged local users with the CAP_SYS_ADMIN capability could exploit this vulnerability to starve system resources, resulting in a denial of service condition.

Critical Impact

Privileged local attackers can cause complete system denial of service by exhausting CPU resources through manipulation of the kernel's trace ring buffer, affecting system availability.

Affected Products

  • Linux Kernel versions prior to 5.14-rc3
  • Red Hat Enterprise Linux 8.0
  • Debian Linux 9.0 and 10.0

Discovery Timeline

  • August 5, 2021 - CVE-2021-3679 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2021-3679

Vulnerability Analysis

This vulnerability is classified under CWE-400 (Uncontrolled Resource Consumption) and CWE-835 (Loop with Unreachable Exit Condition). The flaw resides in the Linux kernel's tracing subsystem, specifically in how the trace ring buffer handles certain operations. When a privileged user interacts with the trace ring buffer in a particular manner, the kernel enters a state that consumes excessive CPU resources, effectively starving other processes and causing system-wide denial of service.

The attack requires local access and elevated privileges (CAP_SYS_ADMIN), which limits the attack surface but makes it particularly dangerous in multi-tenant environments or systems where administrative access may be compromised. The vulnerability affects system availability without impacting confidentiality or integrity of data.

Root Cause

The root cause stems from improper resource management within the kernel's trace ring buffer implementation. When specific operations are performed on the trace ring buffer, the kernel fails to properly limit CPU consumption, allowing a loop condition that cannot be easily exited. This results in uncontrolled resource consumption that monopolizes CPU cycles and prevents other system processes from executing.

Attack Vector

The attack vector is local, requiring an attacker to have privileged access to the target system with CAP_SYS_ADMIN capability. The attacker must be able to interact with the kernel tracing subsystem, specifically manipulating the trace ring buffer through operations that trigger the resource exhaustion condition.

The exploitation involves accessing the kernel tracing functionality through the debugfs or tracefs interfaces, typically mounted at /sys/kernel/debug/tracing/ or /sys/kernel/tracing/. By performing specific sequences of operations on the trace ring buffer, the attacker can trigger the infinite loop condition that exhausts CPU resources.

Detection Methods for CVE-2021-3679

Indicators of Compromise

  • Abnormally high CPU utilization by kernel processes without corresponding user-space activity
  • System unresponsiveness or severe performance degradation affecting all running processes
  • Unusual access patterns to /sys/kernel/debug/tracing/ or /sys/kernel/tracing/ directories
  • Kernel logs indicating tracing subsystem operations from non-standard administrative processes

Detection Strategies

  • Monitor system calls related to the tracing subsystem from processes with elevated privileges
  • Implement real-time CPU utilization monitoring with alerts for kernel-space anomalies
  • Use audit rules to track access to tracing interfaces: auditctl -w /sys/kernel/debug/tracing/ -p rwxa
  • Deploy endpoint detection solutions capable of identifying kernel-level resource exhaustion patterns

Monitoring Recommendations

  • Configure system monitoring tools to alert on sustained high kernel CPU usage (>90% for extended periods)
  • Implement logging for all operations performed on the kernel tracing subsystem
  • Monitor for processes with CAP_SYS_ADMIN capability accessing tracing interfaces
  • Review system audit logs for suspicious privileged user activity related to debugging interfaces

How to Mitigate CVE-2021-3679

Immediate Actions Required

  • Update the Linux kernel to version 5.14-rc3 or later where the vulnerability has been addressed
  • Restrict CAP_SYS_ADMIN capability to only essential administrative accounts
  • Limit access to the tracing subsystem interfaces through filesystem permissions
  • Consider disabling kernel tracing functionality if not required for operations

Patch Information

The vulnerability has been addressed in the upstream Linux kernel. The fix is available in the Linux Kernel Commit. Distribution-specific patches are available:

  • Red Hat: See Red Hat Bug Report for Enterprise Linux 8 updates
  • Debian: Security updates available via Debian Security Advisory DSA-4978, Debian LTS Announcement October 2021, and Debian LTS Announcement December 2021

Workarounds

  • Restrict access to /sys/kernel/debug/tracing/ and /sys/kernel/tracing/ directories using filesystem permissions
  • Remove unnecessary users from groups with administrative capabilities
  • Implement mandatory access control (SELinux/AppArmor) policies to restrict tracing subsystem access
  • Monitor and audit all privileged account activity for suspicious tracing operations
bash
# Configuration example
# Restrict access to tracing interfaces
chmod 700 /sys/kernel/debug/tracing/
chmod 700 /sys/kernel/tracing/

# Add audit rules for tracing access
auditctl -w /sys/kernel/debug/tracing/ -p rwxa -k kernel_tracing
auditctl -w /sys/kernel/tracing/ -p rwxa -k kernel_tracing

# Verify kernel version
uname -r
# Ensure version is 5.14-rc3 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

  • SeverityMEDIUM

  • CVSS Score5.5

  • EPSS Probability1.29%

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

  • CWE-835
  • Technical References
  • Debian LTS Announcement October 2021

  • Debian LTS Announcement December 2021

  • Debian Security Advisory DSA-4978
  • Vendor Resources
  • Red Hat Bug Report

  • Linux Kernel Commit
  • 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