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-33655

CVE-2021-33655: Linux Kernel Buffer Overflow Vulnerability

CVE-2021-33655 is a buffer overflow vulnerability in Linux Kernel triggered by malicious ioctl commands. Attackers can write memory out of bounds via FBIOPUT_VSCREENINFO. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: February 25, 2026

CVE-2021-33655 Overview

CVE-2021-33655 is an out-of-bounds write vulnerability in the Linux kernel's framebuffer subsystem. When malicious data is sent to the kernel via the FBIOPUT_VSCREENINFO ioctl command, the kernel can be manipulated to write memory beyond allocated boundaries. This vulnerability affects the framebuffer device driver, which is responsible for managing the video display memory in Linux systems.

Critical Impact

Local attackers with high privileges can exploit this vulnerability to achieve complete system compromise through out-of-bounds memory writes, potentially leading to code execution, data corruption, or system crashes.

Affected Products

  • Linux Kernel versions prior to 5.19
  • Linux Kernel 5.19 RC1 through RC5
  • Debian Linux 10.0 (Buster)
  • Debian Linux 11.0 (Bullseye)

Discovery Timeline

  • 2022-07-18 - CVE-2021-33655 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2021-33655

Vulnerability Analysis

This vulnerability resides in the Linux kernel's framebuffer (fbdev) subsystem, specifically in the handling of the FBIOPUT_VSCREENINFO ioctl command. The framebuffer device (/dev/fb0) provides a hardware-independent abstraction for the display, and the FBIOPUT_VSCREENINFO ioctl allows user-space applications to configure virtual screen parameters.

The vulnerability is classified as CWE-787 (Out-of-Bounds Write), indicating that the kernel fails to properly validate input parameters before performing memory operations. When a local attacker with sufficient privileges sends specially crafted data through this ioctl, the kernel can be tricked into writing data outside the intended memory boundaries.

Root Cause

The root cause of this vulnerability lies in insufficient bounds checking within the framebuffer driver's ioctl handler. When processing the FBIOPUT_VSCREENINFO command, the kernel fails to adequately validate the virtual screen resolution parameters (xres_virtual, yres_virtual) and related offsets before using them to calculate memory addresses for write operations. This allows an attacker to specify values that cause the kernel to compute addresses outside the allocated framebuffer memory region.

Attack Vector

Exploitation requires local access to the system with high privileges. The attacker must be able to open the framebuffer device (typically /dev/fb0) and issue ioctl commands. The attack proceeds by crafting malicious fb_var_screeninfo structure values and passing them to the FBIOPUT_VSCREENINFO ioctl.

The vulnerability is exploited through the following mechanism:

  1. The attacker opens the framebuffer device with appropriate permissions
  2. A maliciously crafted fb_var_screeninfo structure is prepared with out-of-bounds values for virtual screen dimensions or pixel offsets
  3. The FBIOPUT_VSCREENINFO ioctl is called with the malicious data
  4. The kernel processes these values without adequate validation, resulting in memory writes beyond the framebuffer boundaries

For technical implementation details, refer to the Linux Kernel Commit Details which contains the patch addressing this issue.

Detection Methods for CVE-2021-33655

Indicators of Compromise

  • Unexpected kernel panics or system crashes related to framebuffer operations
  • Suspicious ioctl calls to /dev/fb0 or other framebuffer devices with unusual parameters
  • Anomalous memory access patterns in kernel logs associated with fbdev subsystem
  • Unexpected privilege escalation attempts on systems with exposed framebuffer devices

Detection Strategies

  • Monitor system calls for unusual ioctl activity targeting framebuffer devices (/dev/fb*)
  • Implement auditd rules to track access to framebuffer device files and related ioctl operations
  • Deploy kernel-level monitoring to detect out-of-bounds memory access attempts in the fbdev subsystem
  • Utilize SentinelOne's behavioral analysis to identify anomalous framebuffer device interactions

Monitoring Recommendations

  • Enable kernel debugging and logging for framebuffer-related operations
  • Configure system audit logging to capture ioctl calls with the FBIOPUT_VSCREENINFO command
  • Monitor for kernel oops or panic messages referencing framebuffer code paths
  • Deploy endpoint detection solutions capable of identifying kernel-level exploitation attempts

How to Mitigate CVE-2021-33655

Immediate Actions Required

  • Update Linux kernel to version 5.19 or later where the vulnerability is patched
  • Apply vendor-provided security patches from distribution maintainers (Debian, etc.)
  • Restrict access to framebuffer devices (/dev/fb*) to only necessary users and processes
  • Consider disabling the framebuffer subsystem if not required for system operation

Patch Information

The vulnerability has been addressed in the upstream Linux kernel. The fix adds proper bounds checking for virtual screen parameters in the framebuffer ioctl handler. The patch is available via commit 086ff84617185393a0bbf25830c4f36412a7d3f4 in the Linux kernel git repository.

For Debian-based systems, security updates are available:

  • Debian Security Advisory DSA-5191 for Debian stable releases
  • Debian LTS Announcement for Debian LTS users

Workarounds

  • Restrict permissions on /dev/fb* devices to prevent unauthorized access
  • Use Linux kernel module blacklisting to disable unnecessary framebuffer drivers
  • Implement mandatory access control (SELinux/AppArmor) policies to limit ioctl access
  • Remove physical console access for untrusted users on affected systems
bash
# Restrict framebuffer device permissions
chmod 600 /dev/fb0

# Blacklist framebuffer modules if not needed (add to /etc/modprobe.d/blacklist.conf)
blacklist fbcon
blacklist vesafb
blacklist uvesafb

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

  • Vulnerability Details
  • TypeBuffer Overflow

  • Vendor/TechLinux Kernel

  • SeverityMEDIUM

  • CVSS Score6.7

  • EPSS Probability0.02%

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

  • Debian Security Advisory DSA-5191
  • Vendor Resources
  • Openwall OSS-Security Discussion

  • Linux Kernel Commit Details
  • Related CVEs
  • CVE-2026-23448: Linux Kernel Buffer Overflow Vulnerability

  • CVE-2026-23447: Linux Kernel Buffer Overflow Vulnerability

  • CVE-2026-31395: Linux Kernel Buffer Overflow Vulnerability

  • CVE-2026-31402: Linux Kernel Buffer Overflow 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