A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-2024-36333

CVE-2024-36333: AMD Radeon Software Privilege Escalation

CVE-2024-36333 is a DLL hijacking privilege escalation vulnerability in AMD Radeon Software Cleanup Utility that allows attackers to execute arbitrary code. This article covers technical details, affected versions, and mitigation.

Published: May 21, 2026

CVE-2024-36333 Overview

CVE-2024-36333 is a DLL hijacking vulnerability in the AMD Cleanup Utility, a tool used to remove AMD graphics driver components from Windows systems. The flaw stems from insecure library loading behavior tracked as [CWE-427: Uncontrolled Search Path Element]. An attacker who can place a malicious Dynamic Link Library (DLL) in a directory searched by the utility can achieve privilege escalation and arbitrary code execution in the context of the running process. The vulnerability affects the AMD Cleanup Utility and a wide range of AMD Radeon Pro workstation graphics products that rely on the affected Radeon Software stack.

Critical Impact

Successful exploitation allows local attackers to load attacker-controlled code with elevated privileges, leading to arbitrary code execution on the target Windows host.

Affected Products

  • AMD Cleanup Utility version 25.20.00.00
  • AMD Radeon Software (Pro edition)
  • AMD Radeon Pro workstation GPUs including Radeon Pro VII, W5500/W5500X, W5700/W5700X, W6300/W6300M, W6400, W6500M, W6600/W6600M/W6600X, W6800/W6800X/W6800X Duo, and W6900X

Discovery Timeline

  • 2026-05-15 - CVE-2024-36333 published to NVD
  • 2026-05-18 - Last updated in NVD database

Technical Details for CVE-2024-36333

Vulnerability Analysis

The AMD Cleanup Utility is typically executed with elevated rights to remove driver files, registry entries, and services associated with AMD Radeon graphics components. The utility loads one or more libraries during initialization without enforcing a fully qualified path or signature validation. This behavior maps directly to CWE-427, where an application resolves a library name through the standard Windows search order rather than from a trusted, fixed location.

Because exploitation requires local access and user interaction to launch the utility, the attack is constrained to scenarios where an adversary already has a foothold on the host or can stage a malicious file in a writable directory. Once the planted DLL is loaded, code runs at the privilege level of the cleanup utility process, which is generally elevated.

Root Cause

The root cause is uncontrolled search path resolution during DLL loading. When the AMD Cleanup Utility calls a library by name without specifying an absolute path, Windows searches a defined sequence of locations, including the application's working directory. An attacker who controls any directory earlier in the search order than the legitimate library location can substitute a malicious DLL with the same filename.

Attack Vector

Exploitation is local and requires low privileges plus user interaction to start the utility. A typical attack chain involves an adversary placing a crafted DLL in a location reached by the Windows library search order, such as the directory from which the cleanup utility is launched. When a user or administrator runs the AMD Cleanup Utility, the malicious DLL is loaded into the elevated process, granting the attacker code execution with the utility's privileges. Refer to the AMD Security Bulletin AMD-SB-6027 for vendor technical detail.

Detection Methods for CVE-2024-36333

Indicators of Compromise

  • Unsigned or unexpected DLL files located in the same directory as AMDCleanupUtility.exe or in user-writable directories preceding system paths in the load order.
  • Process creation events showing the AMD Cleanup Utility spawning unexpected child processes such as cmd.exe, powershell.exe, or rundll32.exe.
  • Module load events where the cleanup utility process loads DLLs from non-standard paths like %TEMP%, %USERPROFILE%\Downloads, or removable media.

Detection Strategies

  • Hunt for image load telemetry where AMD Cleanup Utility processes load DLLs from paths outside Program Files, Windows\System32, or AMD's signed installation directories.
  • Alert on Authenticode signature mismatches where a DLL loaded by the AMD utility is unsigned or signed by an unexpected publisher.
  • Correlate file creation in download or temp directories with subsequent execution of the AMD Cleanup Utility within a short time window.

Monitoring Recommendations

  • Enable Sysmon Event ID 7 (Image Loaded) and forward to a SIEM to baseline expected DLL load paths for AMD utilities.
  • Track process integrity level transitions when administrative tools execute from user-controlled directories.
  • Review endpoint logs for users running driver maintenance tools from non-standard locations such as removable drives or shared folders.

How to Mitigate CVE-2024-36333

Immediate Actions Required

  • Download and run the AMD Cleanup Utility only from the official AMD download portal and execute it from a clean, fully qualified path such as C:\Temp\AMDCleanupUtility\.
  • Restrict the directory containing the utility so that only administrators have write access, preventing low-privilege users from staging malicious DLLs.
  • Avoid running the utility from Downloads, removable media, or any directory that allows write access to standard users.

Patch Information

AMD has published guidance and a fixed version through AMD Security Bulletin AMD-SB-6027. Administrators should obtain the latest AMD Cleanup Utility build and updated AMD Radeon Software Pro Edition packages from AMD and replace any locally cached copies of version 25.20.00.00.

Workarounds

  • Execute the AMD Cleanup Utility only from directories that enforce administrator-only write permissions, eliminating the planting opportunity.
  • Remove the utility binary from endpoints when not actively in use, and re-download fresh copies from AMD before each maintenance session.
  • Apply application control policies such as Windows Defender Application Control or AppLocker to block execution of unsigned DLLs in user-writable paths.
bash
# Example: use icacls to restrict write access on the utility's working directory
icacls "C:\Tools\AMDCleanupUtility" /inheritance:r
icacls "C:\Tools\AMDCleanupUtility" /grant:r "Administrators:(OI)(CI)F" "SYSTEM:(OI)(CI)F" "Users:(OI)(CI)RX"

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 Radeon Software

  • SeverityHIGH

  • CVSS Score7.0

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:P/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-427
  • Vendor Resources
  • AMD Security Bulletin AMD-SB-6027
  • Latest CVEs
  • CVE-2024-8261: Prolizyazilim OBS Auth Bypass Vulnerability

  • CVE-2024-13068: LimonDesk Auth Bypass Vulnerability

  • CVE-2025-53679: Fortinet FortiSandbox RCE Vulnerability

  • CVE-2026-9446: Simple POS Inventory System SQLi Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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