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

CVE-2021-3753: Linux Kernel Race Condition Vulnerability

CVE-2021-3753 is a race condition flaw in the Linux Kernel's vt_k_ioctl that may cause out-of-bounds reads, leading to potential data confidentiality breaches. This article covers technical details, affected versions, and mitigation.

Published: February 25, 2026

CVE-2021-3753 Overview

CVE-2021-3753 is a race condition vulnerability affecting the Linux kernel's virtual terminal (VT) subsystem. The flaw exists in the vt_k_ioctl function within drivers/tty/vt/vt_ioctl.c, where write access to vc_mode is not protected by proper locking mechanisms during the KDSETMDE ioctl operation. This race condition can lead to an out-of-bounds read in the VT subsystem, potentially exposing sensitive kernel memory data to local attackers.

Critical Impact

Local attackers with low privileges can exploit this race condition to read sensitive kernel memory, compromising data confidentiality on affected Linux systems and enterprise deployments.

Affected Products

  • Linux Kernel (multiple versions)
  • Red Hat Enterprise Linux 7.0 and 8.0
  • NetApp Active IQ Unified Manager for VMware vSphere
  • NetApp Element Software, SolidFire, and HCI Management Node
  • NetApp H-Series Hardware (H300S, H500S, H700S, H410S, H410C) and associated firmware

Discovery Timeline

  • September 1, 2021 - Vulnerability disclosed on the Openwall OSS-Security mailing list
  • February 16, 2022 - CVE-2021-3753 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2021-3753

Vulnerability Analysis

This vulnerability is classified as CWE-125 (Out-of-Bounds Read), stemming from a race condition in the Linux kernel's virtual terminal ioctl handler. The vt_kdsetmode function processes KDSETMDE ioctl requests to change the console mode, but the write access to the vc_mode variable was not properly synchronized with console locking mechanisms.

When multiple threads or processes access the VT ioctl interface concurrently, a Time-of-Check Time-of-Use (TOCTOU) condition can occur. An attacker exploiting this race window can trigger an out-of-bounds read operation, potentially leaking kernel memory contents. The attack requires local access and low privileges, but does not require user interaction.

The primary impact is to data confidentiality—sensitive information stored in kernel memory could be disclosed to an unprivileged local user. While the vulnerability does not directly enable code execution or system modification, leaked kernel memory could contain cryptographic keys, credentials, or memory layout information useful for subsequent attacks.

Root Cause

The root cause is insufficient synchronization in the vt_kdsetmode function. The vc_mode variable was being modified without holding the appropriate console lock, creating a race window where concurrent access could result in inconsistent state and out-of-bounds memory reads. The kernel's VT subsystem manages virtual consoles and their display modes, and this particular code path lacked the necessary locking to prevent concurrent modifications.

Attack Vector

Exploitation requires local access to the system with the ability to invoke ioctl calls on virtual terminal devices. An attacker would need to create a race condition by rapidly issuing KDSETMDE ioctl requests from multiple threads or processes simultaneously. The timing window for successful exploitation requires high attack complexity, making reliable exploitation challenging but not impossible on systems with predictable timing characteristics.

The fix adds proper console locking to the vt_kdsetmode function, ensuring that mode changes are atomic with respect to other VT operations:

c
  *
  * XXX It should at least call into the driver, fbdev's definitely need to
  * restore their engine state. --BenH
+ *
+ * Called with the console lock held.
  */
 static int vt_kdsetmode(struct vc_data *vc, unsigned long mode)
 {

Source: GitHub Linux Commit

Detection Methods for CVE-2021-3753

Indicators of Compromise

  • Unusual ioctl system calls targeting /dev/tty* or /dev/console devices with rapid, repeated patterns
  • Multiple concurrent processes attempting KDSETMDE operations on virtual terminal devices
  • Kernel log messages indicating memory access anomalies in the VT subsystem
  • Suspicious local user activity involving VT ioctl operations

Detection Strategies

  • Monitor system calls for unusual patterns of ioctl operations on TTY devices using auditd or SentinelOne's behavioral analysis
  • Deploy kernel-level monitoring to detect race condition exploitation attempts in the VT subsystem
  • Implement file integrity monitoring on critical kernel modules related to TTY/VT functionality
  • Use SentinelOne's Singularity platform to correlate suspicious process behavior with VT ioctl activity

Monitoring Recommendations

  • Enable audit logging for ioctl system calls on virtual terminal devices (/dev/tty*, /dev/console)
  • Configure SentinelOne agents to alert on anomalous kernel memory access patterns
  • Monitor for processes spawning multiple threads that simultaneously access VT ioctl interfaces
  • Review kernel logs regularly for VT-related errors or warnings that could indicate exploitation attempts

How to Mitigate CVE-2021-3753

Immediate Actions Required

  • Update the Linux kernel to a patched version containing commit 2287a51ba822384834dafc1c798453375d1107c7
  • Apply vendor-specific patches from Red Hat or NetApp for affected enterprise products
  • Restrict local access to the system to trusted users only as a compensating control
  • Review and limit permissions on /dev/tty* and /dev/console devices where feasible

Patch Information

The vulnerability has been addressed in the upstream Linux kernel through commit 2287a51ba822384834dafc1c798453375d1107c7, which extends console locking to the vt_kdsetmode function. Enterprise distributions have released corresponding patches:

  • Red Hat: Refer to Red Hat Bug Report 1999589 for RHEL patch information
  • NetApp: Consult the NetApp Security Advisory NTAP-20221028-0003 for affected product updates

Workarounds

  • Limit local user access to systems running vulnerable kernel versions
  • Implement mandatory access control (SELinux/AppArmor) policies to restrict ioctl operations on VT devices
  • Consider disabling unused virtual console functionality where operationally feasible
  • Deploy SentinelOne endpoint protection to detect and prevent exploitation attempts
bash
# Configuration example - Audit ioctl calls on VT devices
# Add to /etc/audit/audit.rules
-a always,exit -F arch=b64 -S ioctl -F path=/dev/tty0 -F perm=w -k vt_ioctl_monitor
-a always,exit -F arch=b64 -S ioctl -F path=/dev/console -F perm=w -k vt_ioctl_monitor

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

  • Vulnerability Details
  • TypeRace Condition

  • Vendor/TechLinux Kernel

  • SeverityMEDIUM

  • CVSS Score4.7

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-125
  • Technical References
  • NetApp Security Advisory
  • Vendor Resources
  • Red Hat Bug Report

  • GitHub Linux Commit

  • Openwall OSS-Security Post
  • Related CVEs
  • CVE-2026-23411: Linux Kernel Race Condition Vulnerability

  • CVE-2026-23410: Linux Kernel Race Condition Vulnerability

  • CVE-2026-23400: Linux Kernel Race Condition Vulnerability

  • CVE-2026-23393: Linux Kernel Race Condition Vulnerability
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