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

CVE-2020-15368: ASRock RGB Driver Privilege Escalation

CVE-2020-15368 is a privilege escalation vulnerability in ASRock RGB Driver firmware that allows attackers to gain elevated system privileges. This article covers technical details, affected versions, and mitigation.

Published: March 4, 2026

CVE-2020-15368 Overview

CVE-2020-15368 is a driver vulnerability in the ASRock RGB Driver (AsrDrv103.sys) that fails to properly restrict access from user space. This improper access control allows local attackers to interact with the driver in unintended ways, potentially leading to system instability or integrity compromise. The vulnerability has been demonstrated by triggering a triple fault via a request to zero CR3 (Control Register 3), which controls the page table base address in x86 processors.

Critical Impact

Local attackers with low privileges can exploit this driver vulnerability to compromise system integrity, potentially causing system crashes (triple faults) or enabling further exploitation through improper access to privileged CPU control registers.

Affected Products

  • ASRock RGB Driver Firmware
  • ASRock RGB Driver (AsrDrv103.sys)

Discovery Timeline

  • 2020-06-29 - CVE-2020-15368 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2020-15368

Vulnerability Analysis

The vulnerability exists within AsrDrv103.sys, a Windows kernel driver distributed as part of the ASRock RGB lighting control software. This driver exposes functionality to user-mode applications through IOCTL (I/O Control) interfaces but fails to implement proper access restrictions or input validation on these exposed operations.

The core issue is that the driver permits user-space processes to execute privileged operations that should be restricted to kernel mode only. This includes the ability to manipulate critical CPU control registers such as CR3, which holds the physical address of the page directory used for virtual-to-physical address translation.

When an attacker sends a specially crafted IOCTL request to zero the CR3 register, the CPU loses its reference to valid page tables, immediately causing a triple fault. A triple fault occurs when the processor encounters an exception while attempting to handle a double fault, resulting in an immediate CPU reset or system crash (Blue Screen of Death).

Root Cause

The root cause is insufficient access control and input validation in the AsrDrv103.sys kernel driver. The driver exposes dangerous primitives to user-space applications without properly verifying the legitimacy of requests or restricting access to privileged operations. Hardware drivers that allow direct manipulation of CPU control registers from user mode represent a significant security boundary violation.

Attack Vector

This vulnerability requires local access to the target system. An attacker with low-privilege user access can load or communicate with the vulnerable driver if it is already installed on the system. The attack does not require user interaction and can be performed programmatically.

The exploitation flow involves:

  1. Opening a handle to the AsrDrv103.sys driver device
  2. Sending a crafted IOCTL request targeting the CR3 register manipulation functionality
  3. Supplying parameters that cause CR3 to be zeroed
  4. The kernel driver executes the operation, immediately triggering a triple fault

Technical details and proof-of-concept materials are available through the GitHub CVE-2020-15368 Repository and the CodeDetector Blog Post.

Detection Methods for CVE-2020-15368

Indicators of Compromise

  • Presence of AsrDrv103.sys driver file on the system
  • Driver service registration for ASRock RGB Driver in Windows Service Control Manager
  • Unusual process interactions with the ASRock RGB driver device object
  • System crashes or triple faults with no apparent cause

Detection Strategies

  • Monitor for the loading of AsrDrv103.sys kernel driver on endpoints
  • Implement driver allowlisting policies to prevent unauthorized kernel drivers from loading
  • Use endpoint detection tools to identify applications opening handles to vulnerable driver devices
  • Deploy Windows Defender Application Control (WDAC) or similar driver signing policies

Monitoring Recommendations

  • Enable Windows Event Logging for driver load events (Event ID 7045 for new service installation)
  • Monitor for unexpected IOCTL communications with RGB-related drivers
  • Implement crash dump analysis workflows to identify triple faults potentially caused by this vulnerability
  • Track installation of ASRock software packages across the enterprise

How to Mitigate CVE-2020-15368

Immediate Actions Required

  • Identify all systems with ASRock RGB Driver software installed
  • Uninstall the ASRock RGB Driver if the RGB lighting functionality is not required
  • Restrict local user permissions where possible to limit attack surface
  • Implement application control policies to prevent execution of exploit tools

Patch Information

Check with ASRock for updated versions of the RGB Driver software that address this vulnerability. The driver AsrDrv103.sys should be replaced with a patched version that properly restricts access to privileged operations. Consult the CodeDetector Blog Post for additional technical context.

Workarounds

  • Remove or disable the AsrDrv103.sys driver if RGB lighting control is not essential for operations
  • Use Windows Device Manager to disable the ASRock RGB Driver service
  • Implement strict driver allowlisting using Windows Defender Application Control (WDAC)
  • Apply least-privilege principles to limit which users can interact with kernel drivers
bash
# Disable the ASRock RGB driver service
sc stop AsrDrv103
sc config AsrDrv103 start= disabled

# Optionally remove the driver file (run as Administrator)
# del C:\Windows\System32\drivers\AsrDrv103.sys

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechAsrock

  • SeverityMEDIUM

  • CVSS Score5.5

  • EPSS Probability13.65%

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

  • GitHub CVE-2020-15368 Repository
  • Latest CVEs
  • CVE-2026-35467: Browser API Key Information Disclosure

  • CVE-2026-35466: cveInterface.js XSS Vulnerability

  • CVE-2026-30252: ZenShare Suite XSS Vulnerability

  • CVE-2026-30251: ZenShare Suite v17.0 XSS Vulnerability
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