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

CVE-2020-12912: AMD Energy Driver Privilege Escalation Flaw

CVE-2020-12912 is a privilege escalation vulnerability in AMD Energy Driver for Linux that enables side channel attacks via the RAPL interface. This article covers technical details, affected systems, and mitigations.

Published: March 4, 2026

CVE-2020-12912 Overview

A potential vulnerability in the AMD extension to Linux "hwmon" service may allow an attacker to use the Linux-based Running Average Power Limit (RAPL) interface to show various side channel attacks. In line with industry partners, AMD has updated the RAPL interface to require privileged access.

Critical Impact

This side channel vulnerability allows unprivileged local attackers to potentially extract sensitive information by monitoring power consumption patterns through the RAPL interface, enabling cryptographic key extraction and other information disclosure attacks.

Affected Products

  • AMD Energy Driver for Linux (all versions prior to security update)

Discovery Timeline

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

Technical Details for CVE-2020-12912

Vulnerability Analysis

This vulnerability falls under two CWE categories: CWE-749 (Exposed Dangerous Method or Function) and CWE-203 (Observable Discrepancy). The RAPL interface in AMD's Linux energy driver exposes power consumption metrics that can be leveraged by attackers to perform side channel attacks. By monitoring fine-grained power consumption data, an attacker can infer sensitive information about concurrent processes, including cryptographic operations.

The attack requires local access to the system but does not require elevated privileges in vulnerable configurations. The vulnerability enables high confidentiality impact as attackers can potentially extract sensitive data such as cryptographic keys through power analysis techniques. The integrity and availability of the system remain unaffected.

Root Cause

The root cause of this vulnerability is the exposure of the RAPL interface to unprivileged users through the Linux hwmon subsystem. The AMD energy driver allowed any local user to read power consumption metrics without requiring elevated privileges. This design flaw enables side channel attacks where an attacker monitors power fluctuations to deduce information about operations being performed by other processes on the system.

Attack Vector

The attack vector is local, requiring the attacker to have user-level access to the target Linux system running the vulnerable AMD energy driver. The attacker exploits the publicly accessible RAPL interface through the /sys/class/hwmon/ filesystem entries to read real-time power consumption data. By correlating these power measurements with the execution of cryptographic algorithms or other sensitive operations, the attacker can perform differential power analysis or similar techniques to extract secrets.

The attack does not require user interaction and can be performed with low complexity once local access is obtained. Research has demonstrated that RAPL-based side channel attacks can successfully recover AES keys and other cryptographic material from SGX enclaves and regular processes.

Detection Methods for CVE-2020-12912

Indicators of Compromise

  • Unusual read access patterns to /sys/class/hwmon/ entries by unprivileged processes
  • Processes repeatedly sampling power consumption data at high frequency
  • Presence of power analysis tools or custom scripts targeting RAPL interfaces
  • Suspicious correlation between power monitoring and cryptographic operations timing

Detection Strategies

  • Monitor access to hwmon and RAPL-related sysfs entries for abnormal read patterns
  • Implement audit rules for /sys/class/hwmon/ and /sys/class/powercap/ directories
  • Use system call tracing to identify processes accessing power measurement interfaces
  • Deploy endpoint detection solutions that can identify known side channel attack tools

Monitoring Recommendations

  • Enable Linux audit framework to log access to power measurement interfaces
  • Implement file integrity monitoring on hwmon configuration files
  • Review system logs for unusual patterns of sysfs access by non-root users
  • Correlate power interface access with concurrent cryptographic operations

How to Mitigate CVE-2020-12912

Immediate Actions Required

  • Update the AMD energy driver to the patched version that requires privileged access for RAPL interface
  • Restrict access to /sys/class/hwmon/ entries using file permissions or SELinux/AppArmor policies
  • Audit local user accounts and remove unnecessary access from untrusted users
  • Consider disabling the AMD energy driver on systems where power monitoring is not required

Patch Information

AMD has updated the RAPL interface to require privileged access in coordination with industry partners. System administrators should apply the latest kernel updates and AMD driver updates that implement this security fix. Refer to the AMD Product Security Information page for official patch details and guidance.

Workarounds

  • Manually restrict permissions on hwmon sysfs entries to root-only access
  • Use mandatory access control (SELinux/AppArmor) to prevent unprivileged access to power monitoring interfaces
  • Disable the amd_energy kernel module if power monitoring functionality is not required
  • Implement network segmentation and limit local access to sensitive systems
bash
# Configuration example - Restrict access to hwmon entries
# Disable amd_energy module
sudo modprobe -r amd_energy
echo "blacklist amd_energy" | sudo tee /etc/modprobe.d/blacklist-amd-energy.conf

# Or restrict permissions on hwmon entries (temporary, resets on reboot)
sudo chmod 400 /sys/class/hwmon/hwmon*/energy*_input

# Add SELinux/AppArmor policy to restrict access permanently

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechAmd Energy Driver For Linux

  • SeverityMEDIUM

  • CVSS Score5.5

  • EPSS Probability1.21%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-749

  • CWE-203
  • Vendor Resources
  • AMD Product Security Information
  • Latest CVEs
  • CVE-2025-9185: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9184: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9180: Mozilla Firefox Auth Bypass Vulnerability

  • CVE-2025-8030: Mozilla Firefox RCE 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