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

CVE-2020-10757: Linux Kernel Privilege Escalation Flaw

CVE-2020-10757 is a privilege escalation vulnerability in Linux Kernel affecting versions after 4.5-rc1. The flaw in mremap handling of DAX Huge Pages allows local attackers to gain elevated privileges. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: March 4, 2026

CVE-2020-10757 Overview

A memory corruption vulnerability was discovered in the Linux Kernel affecting versions after 4.5-rc1. The flaw exists in the way mremap handles DAX (Direct Access) Huge Pages, allowing improper memory boundary operations that can lead to privilege escalation. A local attacker with access to a DAX-enabled storage device can exploit this vulnerability to gain elevated privileges on the affected system.

Critical Impact

Local privilege escalation vulnerability allowing attackers with DAX storage access to gain full system control through improper memory remapping operations.

Affected Products

  • Linux Linux Kernel (versions after 4.5-rc1)
  • Red Hat Enterprise Linux 7.0 and 8.0
  • Red Hat Enterprise MRG 2.0
  • openSUSE Leap 15.1
  • Fedora 31
  • Debian Linux 8.0
  • Canonical Ubuntu Linux 16.04 ESM, 18.04 LTS, 20.04 LTS
  • NetApp Active IQ Unified Manager, Cloud Backup, SteelStore Cloud Integrated Storage

Discovery Timeline

  • June 4, 2020 - Vulnerability publicly disclosed via Openwall OSS Security Post
  • June 9, 2020 - CVE-2020-10757 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2020-10757

Vulnerability Analysis

This vulnerability stems from improper handling of DAX Huge Pages during memory remapping operations within the Linux Kernel. DAX (Direct Access) is a feature that allows applications to access persistent memory directly without going through the traditional page cache, enabling faster I/O operations. When combined with Huge Pages (memory pages larger than the standard 4KB), the kernel's mremap system call fails to properly validate and handle memory boundaries.

The flaw allows a local attacker who has access to DAX-enabled storage (such as Intel Optane or other persistent memory devices) to manipulate memory mappings in a way that corrupts kernel memory structures. This memory corruption can be leveraged to achieve privilege escalation, potentially gaining root access on the affected system.

Root Cause

The root cause is classified as CWE-119 (Improper Restriction of Operations within the Bounds of a Memory Buffer). The mremap function in the Linux Kernel does not correctly enforce memory boundaries when handling DAX Huge Pages. This results in improper memory operations that can lead to out-of-bounds memory access or corruption of adjacent memory regions. The vulnerability specifically affects the interaction between the DAX subsystem and the Huge Pages memory management component.

Attack Vector

The attack requires local access to the system and the ability to interact with DAX-enabled storage devices. An attacker must have at least low-level privileges to mount and access DAX filesystems. The attack flow involves:

  1. The attacker gains access to a DAX-enabled storage device on the target system
  2. A specially crafted memory mapping is created using mmap with DAX Huge Pages
  3. The mremap system call is invoked to manipulate the memory region boundaries
  4. Improper boundary handling corrupts kernel memory structures
  5. The memory corruption is leveraged to escalate privileges to root

The vulnerability can be exploited without user interaction and impacts the confidentiality, integrity, and availability of the affected system.

Detection Methods for CVE-2020-10757

Indicators of Compromise

  • Unusual mremap system calls targeting DAX-mapped memory regions
  • Unexpected privilege changes for processes interacting with DAX filesystems
  • Kernel panic or system instability related to memory management operations
  • Suspicious processes accessing DAX-enabled storage devices with elevated permissions

Detection Strategies

  • Monitor system calls using auditd or similar tools for unusual mremap operations on DAX filesystems
  • Implement kernel-level monitoring to detect anomalous memory mapping patterns
  • Use SentinelOne's behavioral AI to detect privilege escalation attempts following DAX filesystem interactions
  • Deploy file integrity monitoring on critical DAX-mounted storage areas

Monitoring Recommendations

  • Enable kernel auditing for memory-related system calls (mremap, mmap, munmap)
  • Configure alerts for unexpected privilege elevation events
  • Monitor DAX filesystem mount operations and access patterns
  • Implement continuous kernel integrity verification using SentinelOne Singularity platform

How to Mitigate CVE-2020-10757

Immediate Actions Required

  • Apply the latest kernel security patches from your distribution vendor immediately
  • Restrict access to DAX-enabled storage devices to trusted users only
  • Consider disabling DAX functionality if not required for production workloads
  • Audit user access permissions for systems with persistent memory hardware

Patch Information

The Linux Kernel developers have addressed this vulnerability through commit 5bfea2d9b17f1034a68147a8b03b9789af5700f9. This patch corrects the boundary handling in mremap for DAX Huge Pages. The fix is available in the upstream Linux kernel and has been backported to various distribution kernels.

Multiple vendors have released security updates:

  • Red Hat Bug Report #1842525
  • Ubuntu Security Notice #4426
  • Debian Security Advisory #4698
  • openSUSE Security Announcement
  • NetApp Security Advisory

Workarounds

  • Disable DAX support by removing the dax mount option from affected filesystems
  • Restrict access to DAX devices using filesystem permissions and SELinux/AppArmor policies
  • Implement strict user access controls to limit who can interact with persistent memory devices
  • Consider using containers or virtual machines to isolate workloads requiring DAX functionality
bash
# Remove DAX mount option from fstab
# Before: /dev/pmem0 /mnt/pmem ext4 dax,defaults 0 0
# After:  /dev/pmem0 /mnt/pmem ext4 defaults 0 0

# Remount filesystem without DAX
sudo umount /mnt/pmem
sudo mount -o defaults /dev/pmem0 /mnt/pmem

# Restrict access to pmem devices
sudo chmod 600 /dev/pmem*
sudo chown root:root /dev/pmem*

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 Kernel

  • SeverityHIGH

  • CVSS Score7.8

  • EPSS Probability0.67%

  • 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-119
  • Technical References
  • Red Hat Bug Report #1842525

  • Debian LTS Security Announcement

  • Fedora Package Announcement

  • NetApp Security Advisory

  • Ubuntu Security Notice #4426

  • Ubuntu Security Notice #4439

  • Ubuntu Security Notice #4440

  • Ubuntu Security Notice #4483

  • Debian Security Advisory #4698

  • Debian Security Advisory #4699

  • Openwall OSS Security Post
  • Vendor Resources
  • openSUSE Security Announcement

  • Linux Kernel Commit Update
  • Related CVEs
  • CVE-2026-23417: Linux Kernel Privilege Escalation Flaw

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

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

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