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

CVE-2020-12928: AMD Ryzen Master Privilege Escalation Flaw

CVE-2020-12928 is a privilege escalation vulnerability in AMD Ryzen Master V15 that allows authenticated users to gain NT AUTHORITY SYSTEM privileges. This article covers technical details, affected versions, and mitigation.

Published: March 4, 2026

CVE-2020-12928 Overview

A privilege escalation vulnerability exists in a dynamically loaded AMD driver in AMD Ryzen Master V15. This flaw allows any authenticated user on the local system to escalate their privileges to NT AUTHORITY\SYSTEM, the highest privilege level on Windows operating systems. The vulnerability stems from improper exposure of dangerous methods or functions in the driver component.

Critical Impact

Any authenticated local user can gain complete SYSTEM-level access to the affected Windows machine, potentially leading to full system compromise, data theft, and persistent malware installation.

Affected Products

  • AMD Ryzen Master (all versions prior to patched release)

Discovery Timeline

  • October 13, 2020 - CVE CVE-2020-12928 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2020-12928

Vulnerability Analysis

This vulnerability is classified under CWE-749 (Exposed Dangerous Method or Function), indicating that the AMD Ryzen Master driver exposes functionality that can be leveraged by low-privileged users to perform privileged operations. AMD Ryzen Master is a utility designed to provide overclocking and system monitoring capabilities for AMD Ryzen processors. The driver component that facilitates communication between the user-mode application and hardware operates at kernel level with SYSTEM privileges.

The flaw exists in how the dynamically loaded driver handles requests from authenticated users. Due to insufficient validation of the caller's privilege level or improper access controls on the exposed driver interfaces, any authenticated user can invoke dangerous driver methods that execute with elevated privileges.

Root Cause

The root cause of this vulnerability lies in the exposed dangerous method or function (CWE-749) within the AMD Ryzen Master driver. The driver fails to properly validate or restrict access to privileged operations, allowing authenticated users with low privileges to invoke kernel-level functionality. This design flaw enables local privilege escalation by permitting unprivileged processes to communicate with the driver and trigger actions that execute with SYSTEM-level authority.

Attack Vector

This is a local attack vector vulnerability requiring the attacker to have authenticated access to the target system. The exploitation sequence involves:

  1. An attacker with low-privilege access (standard user account) on a Windows system with AMD Ryzen Master V15 installed identifies the vulnerable driver
  2. The attacker crafts a malicious request to the driver through its exposed interface (typically via IOCTL calls)
  3. The driver processes the request without adequately verifying the caller's privileges
  4. The requested operation executes with SYSTEM-level privileges, allowing the attacker to perform actions such as executing arbitrary code, modifying system files, or creating new administrator accounts

The vulnerability requires no user interaction once the attacker has local access, making it particularly dangerous in multi-user environments or when combined with other attack vectors that provide initial access.

Detection Methods for CVE-2020-12928

Indicators of Compromise

  • Unusual IOCTL communications with AMD Ryzen Master driver components
  • Unexpected processes running with SYSTEM privileges spawned by non-administrative users
  • New user accounts or privilege changes initiated outside normal administrative workflows
  • Suspicious driver loading activity associated with AMD Ryzen Master components

Detection Strategies

  • Monitor for anomalous driver interactions using endpoint detection and response (EDR) solutions
  • Implement application whitelisting to detect unauthorized binaries attempting to communicate with the vulnerable driver
  • Enable Windows Security Event logging for privilege escalation events (Event IDs 4672, 4673, 4674)
  • Deploy behavioral analysis to detect privilege escalation patterns from low-privileged user sessions

Monitoring Recommendations

  • Configure SentinelOne agents to monitor for suspicious driver communications and privilege escalation attempts
  • Enable audit logging for process creation events to track unusual SYSTEM-level process spawning
  • Monitor file system changes to critical system directories that could indicate post-exploitation activity
  • Implement network segmentation monitoring to detect lateral movement following potential privilege escalation

How to Mitigate CVE-2020-12928

Immediate Actions Required

  • Update AMD Ryzen Master to the latest patched version immediately
  • Audit systems for the presence of AMD Ryzen Master V15 and prioritize remediation
  • Consider temporarily uninstalling AMD Ryzen Master on systems where it is not critical until patching is complete
  • Implement the principle of least privilege to minimize the number of authenticated users on affected systems

Patch Information

AMD has released security updates to address this vulnerability. Users should consult the AMD Product Security page for the latest security patches and update instructions. Ensure that AMD Ryzen Master is updated to a version released after the security advisory addressing CVE-2020-12928.

Workarounds

  • Remove AMD Ryzen Master from systems where overclocking functionality is not required
  • Restrict local logon access to trusted users only on systems with AMD Ryzen Master installed
  • Implement application control policies to prevent unauthorized applications from interacting with the driver
  • Use network-level authentication and strong access controls to limit who can authenticate to affected systems
bash
# Check for installed AMD Ryzen Master version
wmic product where "name like '%AMD Ryzen Master%'" get name,version

# If removal is preferred as a workaround, uninstall via command line
wmic product where "name like '%AMD Ryzen Master%'" call uninstall /nointeractive

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 Ryzen Master

  • SeverityHIGH

  • CVSS Score7.8

  • EPSS Probability5.32%

  • 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-749

  • NVD-CWE-noinfo
  • Vendor Resources
  • AMD Product Security Resource
  • Latest CVEs
  • CVE-2025-70797: LimeSurvey XSS Vulnerability

  • CVE-2025-30650: Juniper Junos OS Auth Bypass Vulnerability

  • CVE-2026-35471: Goshs Path Traversal Vulnerability

  • CVE-2026-35393: Goshs Path Traversal 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