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-2020-14331

CVE-2020-14331: Linux Kernel Privilege Escalation Flaw

CVE-2020-14331 is a privilege escalation vulnerability in the Linux Kernel affecting VGA console handling. Attackers can exploit this flaw to crash systems or elevate privileges. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: March 4, 2026

CVE-2020-14331 Overview

A flaw was found in the Linux kernel's implementation of the invert video code on VGA consoles when a local attacker attempts to resize the console, calling an ioctl VT_RESIZE, which causes an out-of-bounds write to occur. This vulnerability allows a local user with access to the VGA console to crash the system, potentially escalating their privileges on the system. The highest threat from this vulnerability is to data confidentiality and integrity as well as system availability.

Critical Impact

Local privilege escalation vulnerability in the Linux kernel VGA console subsystem allowing attackers with physical console access to corrupt memory, crash the system, or potentially gain elevated privileges through out-of-bounds write operations.

Affected Products

  • Linux Kernel (versions prior to fix, including 5.8.0-rc1 through 5.8.0-rc6)
  • Red Hat Enterprise Linux 7.0
  • Red Hat Enterprise Linux 8.0

Discovery Timeline

  • 2020-09-15 - CVE CVE-2020-14331 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2020-14331

Vulnerability Analysis

This vulnerability exists within the Linux kernel's VGA console subsystem, specifically in the invert video code path. The flaw manifests when a local attacker with console access invokes the VT_RESIZE ioctl to resize the virtual terminal console. During this operation, the kernel fails to properly validate the dimensions being set, resulting in an out-of-bounds write condition (CWE-787).

The vulnerability requires physical access to the VGA console, which limits remote exploitation scenarios but remains a significant risk in environments where physical access controls may be inadequate, such as shared servers, kiosks, or systems with inadequate physical security measures.

Root Cause

The root cause of this vulnerability lies in improper boundary checking within the VGA console's video inversion code. When the VT_RESIZE ioctl is called, the kernel performs screen buffer operations without adequately verifying that the new console dimensions remain within allocated memory boundaries. This oversight allows an attacker to specify dimensions that cause write operations to exceed the bounds of allocated screen buffers, corrupting adjacent kernel memory.

Attack Vector

The attack requires physical access to the system's VGA console. An attacker with local low-privileged access can trigger the vulnerability by:

  1. Opening a VGA console session on the target system
  2. Invoking the VT_RESIZE ioctl with crafted parameters
  3. Triggering the invert video code path with malicious console dimensions
  4. Exploiting the resulting out-of-bounds write to corrupt kernel memory

The out-of-bounds write can be leveraged to overwrite critical kernel data structures, potentially leading to privilege escalation from a low-privileged user to root access. The attack does not require user interaction once the attacker has console access.

The vulnerability is triggered through the ioctl interface by calling VT_RESIZE with manipulated parameters. When the kernel processes this resize request and subsequently executes the invert video routine, it writes data beyond the allocated screen buffer boundaries. Technical details and discussion can be found in the OpenWall OSS Security Discussion.

Detection Methods for CVE-2020-14331

Indicators of Compromise

  • Unexpected system crashes or kernel panics originating from the VGA console subsystem
  • Anomalous VT_RESIZE ioctl calls detected in system audit logs
  • Memory corruption signatures in kernel crash dumps referencing console or VGA driver code paths
  • Unusual privilege changes following VGA console activity

Detection Strategies

  • Enable kernel auditing for ioctl system calls, specifically monitoring for VT_RESIZE operations
  • Deploy kernel integrity monitoring to detect unauthorized memory modifications
  • Implement SentinelOne's runtime protection to detect privilege escalation attempts following console operations
  • Monitor for unusual patterns of console resize operations that may indicate exploitation attempts

Monitoring Recommendations

  • Configure audit rules to log all VT_RESIZE ioctl calls: auditctl -a always,exit -F arch=b64 -S ioctl -F a1=0x5609 -k vt_resize
  • Review kernel logs regularly for VGA console-related warnings or errors
  • Deploy endpoint detection solutions capable of monitoring kernel-level exploitation attempts
  • Implement physical access controls and monitor for unauthorized console access

How to Mitigate CVE-2020-14331

Immediate Actions Required

  • Update Linux kernel to the latest patched version available for your distribution
  • Apply vendor-specific security patches from Red Hat, Debian, or your distribution vendor
  • Restrict physical console access to authorized personnel only
  • Review and audit systems with VGA console access for signs of compromise

Patch Information

Patches have been released by major Linux distributions to address this vulnerability. Red Hat has documented this issue in Bug Report #1858679. Debian has released advisories in September 2020 and October 2020. The upstream kernel discussion is available via the OpenWall Linux Kernel Discussion. Administrators should update to patched kernel versions as soon as possible.

Workarounds

  • Disable VGA console access if not required for system operation by blacklisting the VGA console module
  • Implement strict physical access controls to prevent unauthorized console access
  • Use serial console or remote management interfaces instead of VGA console where possible
  • Consider using SELinux or AppArmor policies to restrict ioctl access to the VGA console subsystem
bash
# Restrict physical console access and audit VT_RESIZE calls
# Add audit rule to monitor VT_RESIZE ioctl operations
auditctl -a always,exit -F arch=b64 -S ioctl -F a1=0x5609 -k vt_resize_monitor

# Verify kernel version after patching
uname -r

# Check for available kernel updates (RHEL/CentOS)
yum check-update kernel

# Check for available kernel updates (Debian/Ubuntu)
apt list --upgradable | grep linux-image

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechLinux

  • SeverityMEDIUM

  • CVSS Score6.6

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:P/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
  • Red Hat Bug Report #1858679

  • Debian LTS Advisory September 2020

  • Debian LTS Advisory October 2020

  • Debian LTS Advisory October 2020

  • OpenWall OSS Security Discussion
  • Vendor Resources
  • OpenWall Linux Kernel Discussion
  • Related CVEs
  • CVE-2026-32282: Linux Root.Chmod Privilege Escalation Flaw

  • CVE-2025-11561: SSSD Privilege Escalation Vulnerability

  • CVE-2026-23253: Linux Kernel Privilege Escalation Flaw

  • CVE-2020-14381: Linux Kernel Privilege Escalation Flaw
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