A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection Platforms. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Read More
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-2025-3462

CVE-2025-3462: ASUS DriverHub Auth Bypass Vulnerability

CVE-2025-3462 is an authentication bypass flaw in ASUS DriverHub that allows unauthorized sources to interact with software features via crafted HTTP requests. This article covers technical details, impact, and mitigation.

Updated: May 15, 2026

CVE-2025-3462 Overview

CVE-2025-3462 is an origin validation flaw [CWE-346] in ASUS DriverHub. The software fails to properly validate the source of incoming HTTP requests. Attackers can craft HTTP requests from unauthorized origins to interact with the DriverHub local service. ASUS confirms the issue is limited to motherboards and does not affect laptops, desktop computers, or other endpoints. Successful exploitation requires user interaction, typically through a malicious webpage that targets the DriverHub local listener. The flaw can lead to availability impact on the host system and downstream subsystems.

Critical Impact

Remote attackers can interact with ASUS DriverHub features via crafted HTTP requests, enabling abuse of driver installation functionality on affected motherboards.

Affected Products

  • ASUS DriverHub (motherboard utility)
  • ASUS motherboards shipping with DriverHub pre-installed
  • Systems where users manually installed ASUS DriverHub

Discovery Timeline

  • 2025-05-09 - CVE-2025-3462 published to NVD
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2025-3462

Vulnerability Analysis

ASUS DriverHub runs a local background service that exposes an HTTP interface to the host. The service is intended to receive driver management commands from the official ASUS DriverHub web property. The vulnerability stems from insufficient validation of the request Origin, allowing requests from arbitrary domains to reach privileged endpoints. An attacker who lures a user to a malicious site can issue cross-origin requests that the local service accepts as legitimate. Public research published by MrBruh demonstrates that the flaw can be chained with DriverHub's signed installer execution functionality. This chain can result in arbitrary code execution on the local system through abuse of trusted driver installation logic.

Root Cause

The root cause is improper origin validation [CWE-346] within the DriverHub local HTTP listener. The service accepts requests without strictly enforcing that the originating host matches the expected ASUS domain. Substring or loose hostname matching, rather than exact-match origin checks, expands the attack surface to attacker-controlled domains.

Attack Vector

Exploitation requires the victim to visit an attacker-controlled webpage while DriverHub is running locally. The malicious page issues crafted HTTP requests to the DriverHub listener bound on localhost. Because origin validation is insufficient, the service processes these requests as if they came from ASUS infrastructure. The attacker can then instruct DriverHub to download and execute installer payloads via its driver update workflow. For full technical details, refer to the MrBruh DriverHub writeup and the ASUS Security Advisory.

Detection Methods for CVE-2025-3462

Indicators of Compromise

  • Outbound HTTP requests from browser processes targeting 127.0.0.1 or localhost on DriverHub service ports while the user is on non-ASUS domains.
  • DriverHub spawning installer processes (.exe or .msi) sourced from URLs outside the official ASUS update infrastructure.
  • Unexpected child processes of AsusDriverHub.exe or related DriverHub binaries.

Detection Strategies

  • Hunt for process trees where the DriverHub service launches signed or unsigned installers shortly after browser activity.
  • Monitor local HTTP traffic to the DriverHub listener with Origin or Referer headers from non-ASUS domains.
  • Alert on driver or kernel module installations initiated by DriverHub outside of user-driven update sessions.

Monitoring Recommendations

  • Enable command-line and process-creation auditing on systems running ASUS DriverHub.
  • Forward endpoint telemetry to a centralized analytics platform to correlate browser activity with local installer execution.
  • Track network connections from DriverHub to non-ASUS hosts and flag deviations from baseline update behavior.

How to Mitigate CVE-2025-3462

Immediate Actions Required

  • Update ASUS DriverHub to the version listed in the ASUS Security Advisory or uninstall it if not required.
  • Verify that the DriverHub service is not running on systems that do not need driver management.
  • Restrict browser access to untrusted sites on workstations where DriverHub remains installed.

Patch Information

ASUS has released an updated DriverHub build that addresses the origin validation flaw. Refer to the "Security Update for ASUS DriverHub" section of the ASUS Security Advisory for the corrected version and download instructions. Apply the update through DriverHub's built-in updater or by reinstalling the latest package from ASUS.

Workarounds

  • Uninstall ASUS DriverHub if motherboard driver management is not actively used.
  • Stop and disable the DriverHub background service to prevent the local HTTP listener from accepting requests.
  • Use host-based firewall rules to block inbound connections to the DriverHub listener from browser processes.
bash
# Stop and disable the ASUS DriverHub service on Windows
sc stop "AsusDriverHubService"
sc config "AsusDriverHubService" start= disabled

# Uninstall via PowerShell (run as Administrator)
Get-Package -Name "*DriverHub*" | Uninstall-Package

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechAsus

  • SeverityHIGH

  • CVSS Score8.4

  • EPSS Probability0.34%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:L/VI:L/VA:H/SC:N/SI:N/SA:H/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
  • IntegrityLow
  • AvailabilityHigh
  • CWE References
  • CWE-346
  • Technical References
  • ASUS Security Advisory

  • MrBruh Driver Hub
  • Related CVEs
  • CVE-2025-59367: ASUS DSL-AC51 Auth Bypass Vulnerability

  • CVE-2025-59366: ASUS AiCloud Auth Bypass Vulnerability

  • CVE-2025-2492: ASUS Router AiCloud Auth Bypass Flaw

  • CVE-2026-6737: ASUS AsusPTPFilter Privilege Escalation
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