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

CVE-2020-14351: Linux Kernel Use-After-Free Vulnerability

CVE-2020-14351 is a use-after-free vulnerability in the Linux Kernel's perf subsystem that enables privilege escalation. This article covers the technical details, affected versions, impact, and mitigation.

Published: March 4, 2026

CVE-2020-14351 Overview

A use-after-free memory flaw was discovered in the Linux kernel's perf subsystem. This vulnerability allows a local attacker with permission to monitor perf events to corrupt memory and potentially escalate privileges on the affected system. The perf subsystem is a critical component used for performance monitoring and profiling in Linux systems, making this vulnerability particularly concerning for multi-user environments and shared systems.

Critical Impact

Local attackers with perf monitoring permissions can exploit this use-after-free condition to corrupt kernel memory, potentially achieving privilege escalation and compromising system confidentiality, integrity, and availability.

Affected Products

  • Linux Kernel (multiple versions)
  • Red Hat Enterprise Linux 7.0
  • Red Hat Enterprise Linux 8.0
  • Debian Linux 9.0

Discovery Timeline

  • 2020-12-03 - CVE-2020-14351 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2020-14351

Vulnerability Analysis

This vulnerability is classified as CWE-416 (Use After Free), a memory corruption vulnerability that occurs when a program continues to use a pointer after the memory it references has been freed. In the context of the Linux kernel's perf subsystem, this flaw allows for dangerous memory operations that can lead to system compromise.

The perf subsystem provides performance monitoring capabilities through hardware and software counters. A local attacker with permissions to monitor perf events can trigger a condition where freed memory is accessed and manipulated. This memory corruption can be leveraged to modify kernel data structures, potentially allowing the attacker to escalate their privileges to root level access.

The vulnerability requires local access and appropriate permissions to interact with the perf subsystem, which somewhat limits the attack surface. However, in multi-tenant environments or systems where unprivileged users have access to perf monitoring capabilities, this represents a significant security risk.

Root Cause

The root cause of this vulnerability lies in improper memory management within the perf subsystem's event handling code. When perf events are created, modified, or destroyed, the associated memory structures must be carefully managed to prevent use-after-free conditions. In this case, a race condition or improper reference counting allows a memory region to be freed while still being referenced by other parts of the perf subsystem code path.

Attack Vector

The attack vector is local, requiring the attacker to have authenticated access to the system and permissions to monitor perf events. The exploitation typically involves:

  1. Initial Access: The attacker gains local access to a vulnerable Linux system
  2. Permission Check: The attacker must have permission to use the perf subsystem (often controlled by perf_event_paranoid sysctl)
  3. Trigger Condition: The attacker creates and manipulates perf events to trigger the use-after-free condition
  4. Memory Corruption: Once triggered, the freed memory can be reallocated and populated with attacker-controlled data
  5. Privilege Escalation: By carefully controlling the corrupted memory contents, the attacker can modify kernel structures to gain elevated privileges

The vulnerability mechanism involves the perf subsystem's memory management routines. When perf events are monitored and freed, a race condition can occur that leaves dangling pointers accessible. For detailed technical information, see the Red Hat Bug Report #1862849.

Detection Methods for CVE-2020-14351

Indicators of Compromise

  • Unusual perf event activity from non-administrative users
  • Kernel crash logs (oops/panics) referencing the perf subsystem
  • Unexpected privilege escalation events following perf-related activity
  • Memory corruption signatures in kernel logs

Detection Strategies

  • Monitor perf_event_open system calls for anomalous patterns
  • Implement audit rules for perf subsystem access using auditd
  • Deploy kernel integrity monitoring to detect unauthorized modifications
  • Use SentinelOne Singularity Platform for real-time kernel-level threat detection

Monitoring Recommendations

  • Enable kernel logging for perf subsystem events
  • Configure perf_event_paranoid to restrict access to trusted users only
  • Implement centralized log collection for kernel messages across affected systems
  • Deploy endpoint detection solutions capable of monitoring kernel-level activity

How to Mitigate CVE-2020-14351

Immediate Actions Required

  • Update the Linux kernel to a patched version as soon as available
  • Restrict access to the perf subsystem by setting kernel.perf_event_paranoid=3
  • Review and audit users with perf monitoring permissions
  • Monitor systems for signs of exploitation attempts

Patch Information

Security patches addressing this vulnerability have been released by major Linux distribution vendors. Consult the following resources for patch details:

  • Red Hat Bug Report #1862849 - Contains tracking information and patch references
  • Debian LTS Advisory December 2020 - Debian security update information

System administrators should apply kernel updates from their respective distribution repositories and reboot systems to ensure the patched kernel is loaded.

Workarounds

  • Set kernel.perf_event_paranoid=3 to disable perf events for unprivileged users
  • Remove perf monitoring capabilities from non-essential user accounts
  • Use Linux Security Modules (SELinux/AppArmor) to restrict perf subsystem access
  • Consider disabling the perf subsystem entirely if not required for operations
bash
# Configuration example
# Restrict perf event access to root only
echo 'kernel.perf_event_paranoid=3' >> /etc/sysctl.conf
sysctl -p

# Verify the setting
sysctl kernel.perf_event_paranoid

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

  • Vulnerability Details
  • TypeUse After Free

  • Vendor/TechLinux Kernel

  • SeverityHIGH

  • CVSS Score7.8

  • EPSS Probability0.12%

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

  • Debian LTS Advisory December 2020
  • Vendor Resources
  • Red Hat Bug Report #1862849
  • Related CVEs
  • CVE-2026-23462: Linux Kernel Use-After-Free Vulnerability

  • CVE-2026-23458: Linux Kernel Use-After-Free Vulnerability

  • CVE-2026-23435: Linux Kernel Use-After-Free Vulnerability

  • CVE-2026-23456: Linux Kernel Use-After-Free 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