Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-14390

CVE-2020-14390: Linux Kernel DOS Vulnerability

CVE-2020-14390 is a denial of service flaw in Linux Kernel affecting versions before 5.9-rc6. An out-of-bounds memory write during screen size changes can cause memory corruption. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: March 4, 2026

CVE-2020-14390 Overview

A flaw was found in the Linux kernel in versions before 5.9-rc6. When changing screen size, an out-of-bounds memory write can occur leading to memory corruption or a denial of service. Due to the nature of the flaw, privilege escalation cannot be fully ruled out.

Critical Impact

This out-of-bounds write vulnerability in the Linux kernel can lead to memory corruption, denial of service, and potential privilege escalation when screen size changes are triggered on affected systems.

Affected Products

  • Linux Kernel versions before 5.9-rc6
  • Linux Kernel 5.9.0 release candidates (rc1 through rc5)
  • Debian Linux 9.0

Discovery Timeline

  • September 18, 2020 - CVE-2020-14390 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2020-14390

Vulnerability Analysis

This vulnerability (CWE-787: Out-of-bounds Write) exists in the Linux kernel's screen size handling functionality. When a screen size change operation is performed, the kernel fails to properly validate memory boundaries, resulting in an out-of-bounds memory write condition. This type of vulnerability can corrupt adjacent memory regions, potentially affecting kernel data structures and system stability.

The local attack vector requires an attacker to have high privileges on the target system. Once exploited, the vulnerability can compromise system integrity and availability, with limited impact on confidentiality. While primarily manifesting as a denial of service condition, the memory corruption nature of the flaw means that privilege escalation scenarios cannot be entirely dismissed.

Root Cause

The root cause of this vulnerability lies in improper bounds checking during screen resize operations within the Linux kernel. When the screen dimensions are modified, the kernel performs memory operations to accommodate the new size. However, insufficient validation of these new dimensions allows writes to occur beyond the allocated buffer boundaries, leading to out-of-bounds memory access.

Attack Vector

The vulnerability requires local access to the system with elevated privileges. An attacker with appropriate permissions can trigger the vulnerability by initiating a screen size change operation that causes the kernel to write data beyond allocated memory boundaries. The attack does not require user interaction once the attacker has the necessary local access.

The exploitation scenario involves manipulating screen dimension parameters to trigger improper memory writes. While the immediate consequence is memory corruption leading to system instability or denial of service, the corrupted memory regions could potentially be leveraged for more sophisticated attacks depending on system configuration and memory layout.

Detection Methods for CVE-2020-14390

Indicators of Compromise

  • Unexpected kernel panics or system crashes during display or terminal operations
  • Memory corruption errors in kernel logs related to framebuffer or console subsystems
  • Unusual system instability when screen dimensions are changed
  • Kernel oops messages referencing out-of-bounds memory access

Detection Strategies

  • Monitor system logs for kernel panic events associated with display or console operations
  • Implement kernel debugging tools to detect out-of-bounds memory access patterns
  • Deploy endpoint detection solutions capable of monitoring kernel-level memory operations
  • Review audit logs for unusual privilege escalation attempts following system instability

Monitoring Recommendations

  • Enable kernel crash dump analysis to identify root causes of unexpected system failures
  • Configure alerting for repeated kernel errors related to memory access violations
  • Monitor affected Linux systems for signs of exploitation attempts during maintenance windows
  • Track vendor security advisories from Red Hat, Debian, and openSUSE

How to Mitigate CVE-2020-14390

Immediate Actions Required

  • Update the Linux kernel to version 5.9-rc6 or later to address this vulnerability
  • Apply distribution-specific security patches from your Linux vendor
  • Review system access controls to limit local privileged access to authorized personnel only
  • Implement kernel security hardening measures where available

Patch Information

Security patches addressing this vulnerability have been released by multiple Linux distributions. Administrators should consult their distribution's security advisories for specific patch versions:

  • openSUSE Security Announcement
  • Debian LTS Security Announcement
  • Red Hat Bug Report #1876788

Workarounds

  • Restrict local access to systems running vulnerable kernel versions
  • Limit privileged user access to only essential administrative personnel
  • Consider implementing additional access controls on display and console operations where possible
  • Deploy endpoint protection solutions to monitor for exploitation attempts while patches are being applied
bash
# Check current kernel version
uname -r

# For Debian-based systems, update to patched kernel
sudo apt update && sudo apt upgrade linux-image-$(uname -r)

# For RHEL/CentOS systems
sudo yum update kernel

# Reboot to apply kernel update
sudo reboot

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.6

  • EPSS Probability0.16%

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

  • openSUSE Security Announcement

  • Red Hat Bug Report #1876788

  • Debian LTS Security Announcement

  • Debian LTS Security Announcement
  • Related CVEs
  • CVE-2026-31465: Linux Kernel Writeback DoS Vulnerability

  • CVE-2026-31472: Linux Kernel IPTFS DoS Vulnerability

  • CVE-2026-31451: Linux Kernel ext4 DOS Vulnerability

  • CVE-2026-31448: Linux Kernel ext4 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