Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-30804

CVE-2024-30804: ASUS Fan_Xpert RCE Vulnerability

CVE-2024-30804 is a remote code execution flaw in ASUS Fan_Xpert software that allows attackers to execute arbitrary code via crafted IOCTL requests. This article covers technical details, affected versions, and mitigation.

Published: April 8, 2026

CVE-2024-30804 Overview

CVE-2024-30804 is a critical arbitrary code execution vulnerability discovered in the DeviceIoControl component of ASUS Fan_Xpert software. This vulnerability affects versions prior to v.10013 and allows attackers to execute arbitrary code by sending specially crafted IOCTL (Input/Output Control) requests to the vulnerable driver.

The flaw is classified under CWE-782 (Exposed IOCTL with Insufficient Access Control), indicating that the driver exposes dangerous functionality through IOCTL interfaces without implementing proper access controls or input validation.

Critical Impact

Successful exploitation allows attackers to execute arbitrary code with kernel-level privileges, potentially leading to complete system compromise, privilege escalation, and persistent access to affected systems.

Affected Products

  • ASUS Fan_Xpert versions prior to v.10013
  • Windows systems with vulnerable ASUS Fan_Xpert driver installed
  • Systems running ASUS motherboard utility software with the affected component

Discovery Timeline

  • 2024-04-26 - CVE-2024-30804 published to NVD
  • 2025-03-14 - Last updated in NVD database

Technical Details for CVE-2024-30804

Vulnerability Analysis

This vulnerability resides in the DeviceIoControl component of ASUS Fan_Xpert, a popular hardware monitoring and fan control utility bundled with ASUS motherboards. The vulnerability stems from improper handling of IOCTL requests sent to the kernel driver, allowing unprivileged users to send malicious requests that can lead to arbitrary code execution in kernel context.

Windows device drivers communicate with user-mode applications through IOCTL interfaces. When these interfaces lack proper input validation and access control mechanisms, attackers can exploit them to gain elevated privileges or execute arbitrary code. In this case, the Fan_Xpert driver fails to adequately validate the parameters passed through specific IOCTL codes, enabling code execution.

Root Cause

The root cause of CVE-2024-30804 is the exposed IOCTL interface with insufficient access control (CWE-782). The driver does not properly validate:

  1. The source and privileges of the requesting process
  2. The size and content of input buffers passed through IOCTL requests
  3. Memory addresses referenced in the IOCTL parameters

This allows any local user to interact with the driver and potentially achieve kernel-mode code execution, bypassing security boundaries between user and kernel space.

Attack Vector

The attack can be executed by a local attacker with the ability to send IOCTL requests to the vulnerable driver. The exploitation process typically involves:

  1. Identifying the device object associated with the vulnerable driver
  2. Opening a handle to the device using CreateFile()
  3. Constructing a malicious IOCTL request with crafted parameters
  4. Sending the request via DeviceIoControl() to trigger the vulnerability
  5. Achieving arbitrary code execution in kernel context

A proof-of-concept demonstrating this vulnerability is available in the DriverHunter Win-Driver-EXP repository. Attackers leveraging this technique can achieve full system compromise through kernel-level code execution.

Detection Methods for CVE-2024-30804

Indicators of Compromise

  • Unusual processes attempting to open handles to ASUS Fan_Xpert driver devices
  • Suspicious DeviceIoControl calls targeting ASUS-related drivers from non-standard applications
  • Kernel-mode crashes or blue screens potentially related to driver exploitation attempts
  • Unexpected privilege escalation activities following driver interactions

Detection Strategies

  • Monitor for processes making IOCTL calls to ASUS driver device objects that are not part of normal ASUS utility operations
  • Implement endpoint detection rules that flag unusual kernel driver interactions from non-ASUS signed processes
  • Use behavioral analysis to detect exploitation patterns consistent with IOCTL-based privilege escalation
  • Deploy SentinelOne Singularity to detect and prevent kernel-level exploitation attempts in real-time

Monitoring Recommendations

  • Enable Windows Security Event logging for driver load events (Event ID 6) and process creation (Event ID 4688)
  • Monitor registry keys associated with ASUS driver services for unauthorized modifications
  • Implement SentinelOne's kernel-level protection to detect malicious driver interactions
  • Track suspicious process behaviors indicative of privilege escalation following driver exploitation

How to Mitigate CVE-2024-30804

Immediate Actions Required

  • Update ASUS Fan_Xpert to version 10013 or later immediately
  • If updates are not available, consider temporarily disabling or uninstalling the affected driver
  • Implement application whitelisting to prevent unauthorized processes from interacting with system drivers
  • Deploy endpoint protection solutions capable of detecting kernel-level exploitation attempts

Patch Information

ASUS has addressed this vulnerability in Fan_Xpert version 10013 and later. Users should:

  1. Visit the official ASUS support website for their motherboard model
  2. Download the latest version of the AI Suite III or Fan_Xpert utility
  3. Install the updated software to remediate the vulnerability
  4. Verify the installed version is 10013 or higher

For detailed technical information regarding this vulnerability, refer to the DriverHunter PoC Repository.

Workarounds

  • Restrict access to the vulnerable driver by modifying its security descriptor to allow only trusted processes
  • Use Windows Driver Verifier to monitor driver behavior and detect exploitation attempts
  • Implement host-based intrusion prevention systems (HIPS) to block suspicious IOCTL patterns
  • Consider using Windows Device Guard or HVCI (Hypervisor-Protected Code Integrity) to limit kernel-mode code execution
bash
# Disable the vulnerable ASUS driver service temporarily (run as Administrator)
sc config AsusTPGpuCo stop
sc config AsusTPGpuCo disabled

# Verify driver is disabled
sc query AsusTPGpuCo

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechAsus

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.14%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-782
  • Technical References
  • GitHub PoC Repository
  • Related CVEs
  • CVE-2025-12793: ASUS Software Manager Agent RCE Flaw

  • CVE-2024-3912: ASUS Router RCE Vulnerability

  • CVE-2024-3079: ASUS Router RCE Vulnerability

  • CVE-2023-35087: ASUS RT-AC86U Firmware 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