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-2026-6737

CVE-2026-6737: ASUS AsusPTPFilter Privilege Escalation

CVE-2026-6737 is a privilege escalation flaw in ASUS AsusPTPFilter driver that allows local attackers to bypass security and access restricted touchpad data. This article covers technical details, impact, and fixes.

Published: May 18, 2026

CVE-2026-6737 Overview

CVE-2026-6737 affects the AsusPTPFilter driver, a component of the ASUS Precision Touchpad software. The driver exposes an Input/Output Control (IOCTL) interface with insufficient access control checks. A local authenticated user can issue crafted IOCTL requests to bypass driver security mechanisms. Successful exploitation either discloses restricted touchpad information or renders the touchpad unusable through a denial-of-service condition. The flaw is categorized under [CWE-782] (Exposed IOCTL with Insufficient Access Control). ASUS has released a security update addressing the issue.

Critical Impact

A local user can bypass driver-level access controls through crafted IOCTL requests to leak restricted touchpad data or disable touchpad functionality.

Affected Products

  • ASUS Precision Touchpad software (AsusPTPFilter driver)
  • Systems running vulnerable versions of the ASUS Precision Touchpad package
  • Refer to the ASUS Security Advisory for the complete list of affected versions

Discovery Timeline

  • 2026-05-08 - CVE CVE-2026-6737 published to NVD
  • 2026-05-08 - Last updated in NVD database

Technical Details for CVE-2026-6737

Vulnerability Analysis

The vulnerability resides in the AsusPTPFilter kernel-mode driver shipped with ASUS Precision Touchpad software. The driver registers an IOCTL handler that accepts requests from user-mode callers without enforcing adequate access control on the requesting process. As a result, any local user context can reach privileged driver functionality intended only for trusted callers. Attackers leverage this exposure to retrieve restricted information from the touchpad device or to issue control codes that disrupt normal operation.

The issue is local in nature and requires the attacker to already have code execution on the affected host. It does not directly yield elevated privileges, but it weakens the trust boundary between user mode and the kernel driver. The downstream effects are limited to information exposure tied to the touchpad and a usability impact on the input device.

Root Cause

The root cause is missing or insufficient caller validation in the driver's IOCTL dispatch routine. The driver does not verify whether the requesting principal holds the required privileges before executing sensitive control codes. This pattern is classified as [CWE-782] - Exposed IOCTL with Insufficient Access Control. Drivers that expose IOCTL interfaces must validate caller identity, integrity level, or signed image context before honoring privileged commands.

Attack Vector

Exploitation requires local access and low privileges on a system where the vulnerable AsusPTPFilter driver is loaded. The attacker opens a handle to the driver device object and issues crafted IOCTL requests with specific control codes and input buffers. Depending on the code path triggered, the driver either returns information that should be restricted or transitions the touchpad into a state where it no longer responds to user input. No user interaction is required beyond the attacker's own local session.

The vulnerability is described in prose only; no verified public proof-of-concept code is available at this time. Refer to the ASUS Security Advisory for vendor-supplied technical details.

Detection Methods for CVE-2026-6737

Indicators of Compromise

  • Unexpected loss of touchpad functionality on systems with ASUS Precision Touchpad installed, particularly after recent local process activity
  • Unusual DeviceIoControl calls targeting the AsusPTPFilter device object from non-vendor processes
  • Unsigned or unfamiliar user-mode binaries opening handles to the touchpad filter driver

Detection Strategies

  • Monitor process creation events for unsigned binaries that interact with HID or touchpad device objects
  • Audit kernel driver IOCTL interactions through Event Tracing for Windows (ETW) providers covering device I/O
  • Correlate touchpad service or driver error events with concurrent local user process activity

Monitoring Recommendations

  • Track installed versions of the ASUS Precision Touchpad package across the fleet and flag hosts running pre-patch builds
  • Alert on repeated failed IOCTL requests against the AsusPTPFilter driver, which may indicate fuzzing or enumeration
  • Review endpoint telemetry for processes opening raw handles to \\.\ device paths associated with the touchpad driver

How to Mitigate CVE-2026-6737

Immediate Actions Required

  • Apply the ASUS security update for ASUS Precision Touchpad as referenced in the ASUS Security Advisory
  • Inventory endpoints running the AsusPTPFilter driver and prioritize patching for laptops and convertibles with ASUS hardware
  • Restrict local logon rights on affected systems to reduce the population of users able to invoke the vulnerable IOCTL

Patch Information

ASUS has published guidance under the "Security Update for ASUS Precision Touchpad" section of the ASUS Security Advisory. Administrators should download and deploy the updated ASUS Precision Touchpad package from official ASUS support channels for each affected model. Validate the driver version after installation to confirm the vulnerable build of AsusPTPFilter has been replaced.

Workarounds

  • Limit interactive and remote local access to trusted administrators where patching cannot be performed immediately
  • Apply application control policies to block unauthorized binaries from issuing DeviceIoControl requests against the touchpad driver
  • Disable or uninstall the ASUS Precision Touchpad software on systems that do not require its advanced features until the patch is deployed
bash
# Verify installed ASUS Precision Touchpad driver version on Windows
powershell -Command "Get-WmiObject Win32_PnPSignedDriver | Where-Object { $_.DeviceName -like '*ASUS*Touchpad*' } | Select-Object DeviceName, DriverVersion, DriverDate"

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

  • SeverityLOW

  • CVSS Score2.0

  • EPSS Probability0.02%

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

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

  • CVE-2025-15037: ASUS Business System 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