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

CVE-2025-15037: ASUS Business System Privilege Escalation

CVE-2025-15037 is a privilege escalation vulnerability in ASUS Business System Control Interface driver that allows unprivileged users to access sensitive hardware resources. This article covers technical details, impact, and mitigation.

Updated: May 15, 2026

CVE-2025-15037 Overview

CVE-2025-15037 is an incorrect permission assignment vulnerability [CWE-732] in the ASUS Business System Control Interface driver. The driver exposes sensitive functionality through an Input/Output Control (IOCTL) interface that does not properly restrict access based on caller privileges. An unprivileged local user can send a specially crafted IOCTL request to reach kernel-mode code paths that should be limited to administrators. Successful exploitation can grant unauthorized access to sensitive hardware resources and disclose kernel information that aids further attacks. ASUS describes the issue under the "ASUS Business System Control Interface" section of its security advisory.

Critical Impact

Local unprivileged users can issue IOCTL requests to the ASUS Business System Control Interface driver and read kernel memory or access privileged hardware resources, weakening kernel address space layout randomization (KASLR) protections and enabling follow-on privilege escalation.

Affected Products

  • ASUS Business System Control Interface driver (Windows kernel driver shipped with ASUS commercial systems)
  • Refer to the ASUS Security Advisory for the full list of impacted models and driver versions

Discovery Timeline

  • 2026-03-12 - CVE-2025-15037 published to the National Vulnerability Database (NVD)
  • 2026-03-12 - Last updated in NVD database

Technical Details for CVE-2025-15037

Vulnerability Analysis

The ASUS Business System Control Interface driver registers a device object that accepts IOCTL requests from user mode. The driver does not enforce sufficient access checks on the device object's Discretionary Access Control List (DACL) or within individual IOCTL handlers. As a result, any local user with the ability to open the device can dispatch IOCTLs that the vendor intended only for privileged management software.

The affected IOCTL handlers expose primitives that interact with hardware and kernel memory. According to the CVSS vector, exploitation requires local access and low privileges, with high impact on confidentiality and no direct impact on integrity or availability. This profile aligns with a kernel information disclosure and hardware access exposure rather than direct code execution.

Root Cause

The root cause is improper permission assignment on a privileged kernel interface [CWE-732]. The driver fails to validate that callers hold administrative rights before granting access to sensitive operations. Combined with a permissive device DACL, this design lets standard user tokens reach kernel-resident functionality that was assumed to be administrator-only.

Attack Vector

An attacker first obtains code execution as any local user on a system where the vulnerable driver is loaded. The attacker opens a handle to the driver's device object and issues DeviceIoControl calls with crafted IOCTL codes and input buffers. The driver processes these requests in kernel mode and returns data sourced from physical memory, model-specific registers, or other hardware-backed resources. The attacker uses the returned data to defeat KASLR or to pivot to a separate kernel exploit. No verified proof-of-concept code is published in the referenced advisory, so the vulnerability is described here in prose only. See the ASUS Security Advisory for vendor technical details.

Detection Methods for CVE-2025-15037

Indicators of Compromise

  • Unexpected processes running as standard users that open handles to the ASUS Business System Control Interface device object
  • DeviceIoControl activity against the ASUS driver originating from non-ASUS or non-administrative binaries
  • Kernel driver load events for outdated versions of the ASUS Business System Control Interface driver on systems where ASUS management software is not actively used

Detection Strategies

  • Inventory endpoints for the presence and version of the ASUS Business System Control Interface driver and compare against the fixed version listed in the ASUS advisory
  • Audit handle-open and IOCTL telemetry to the ASUS device object from unsigned or non-vendor user-mode processes
  • Correlate driver interactions with subsequent suspicious activity such as token manipulation, credential access, or new service creation

Monitoring Recommendations

  • Enable Windows kernel auditing and Endpoint Detection and Response (EDR) telemetry for driver load events and IOCTL traffic
  • Alert on standard user accounts opening handles to vendor management drivers that are typically used only by administrative tooling
  • Track local privilege escalation patterns following ASUS driver access, including process token changes and kernel exploit signatures

How to Mitigate CVE-2025-15037

Immediate Actions Required

  • Apply the updated ASUS Business System Control Interface driver published in the ASUS Security Advisory to all affected endpoints
  • Remove the driver on systems that do not require ASUS management functionality
  • Restrict local logon and code execution rights to reduce the population of users who could reach the IOCTL interface

Patch Information

ASUS has published remediation guidance under the "ASUS Business System Control Interface" section of its security portal. Administrators should consult the ASUS Security Advisory for the fixed driver version and deploy it through standard software distribution channels. Verify the updated driver is loaded by checking the driver version in Device Manager or with pnputil /enum-drivers after deployment.

Workarounds

  • Block load of the vulnerable driver version using Windows Defender Application Control (WDAC) or a driver blocklist policy until patching completes
  • Tighten the DACL on the driver's device object where supported, or uninstall the ASUS Business System Control Interface package on systems that do not need it
  • Limit standard user privileges and enforce application allowlisting to reduce the chance of an attacker reaching DeviceIoControl against the vulnerable device
bash
# Configuration example: list loaded ASUS drivers and confirm the patched version
pnputil /enum-drivers | findstr /I "asus"
sc query type= driver | findstr /I "AsusBusinessSystemControl"

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechAsus

  • SeverityMEDIUM

  • CVSS Score6.8

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:N/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
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-732
  • Technical References
  • ASUS Security Advisory
  • Related CVEs
  • CVE-2026-6737: ASUS AsusPTPFilter Privilege Escalation

  • CVE-2026-1880: ASUS DriverHub Privilege Escalation Flaw

  • CVE-2026-3428: ASUS Member Center Privilege Escalation

  • CVE-2026-1878: ASUS ROG Driver Privilege Escalation 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