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

CVE-2026-29923: PowerStrip Privilege Escalation Flaw

CVE-2026-29923 is a privilege escalation vulnerability in EnTech Taiwan PowerStrip that allows local attackers to gain SYSTEM privileges through crafted IOCTL requests. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: April 9, 2026

CVE-2026-29923 Overview

CVE-2026-29923 is a local privilege escalation vulnerability in the pstrip64.sys driver included with EnTech Taiwan PowerStrip version 3.90.736 and earlier. The vulnerability allows local users to escalate privileges to SYSTEM by sending crafted IOCTL requests to the vulnerable driver, enabling unprivileged users to map arbitrary physical memory into their address space and modify critical kernel structures.

Critical Impact

Local attackers can leverage this driver vulnerability to achieve SYSTEM-level privileges, enabling complete compromise of the affected Windows system through arbitrary kernel memory manipulation.

Affected Products

  • EnTech Taiwan PowerStrip versions ≤3.90.736
  • Windows systems with pstrip64.sys driver installed

Discovery Timeline

  • 2026-04-09 - CVE-2026-29923 published to NVD
  • 2026-04-09 - Last updated in NVD database

Technical Details for CVE-2026-29923

Vulnerability Analysis

This vulnerability resides in the pstrip64.sys kernel-mode driver, which is a component of the PowerStrip display utility software developed by EnTech Taiwan. The driver exposes IOCTL handlers that fail to properly validate user-supplied parameters, allowing unprivileged local users to manipulate physical memory mappings.

The core issue stems from the driver's functionality to interface with display hardware at a low level. The driver implements IOCTL handlers that can map arbitrary physical memory addresses into user-mode virtual address space without adequate privilege verification or boundary checks. This design flaw enables attackers to read and write to arbitrary physical memory locations, including kernel memory regions that contain sensitive security structures.

By exploiting this capability, an attacker can locate and modify critical kernel objects such as process tokens, enabling token theft or privilege attribute manipulation. This results in complete elevation from a low-privileged user account to NT AUTHORITY\SYSTEM, the highest privilege level on Windows systems.

Root Cause

The root cause of CVE-2026-29923 is improper input validation within the IOCTL dispatch routine of the pstrip64.sys driver. The driver accepts physical memory addresses and size parameters from user-mode applications without verifying that the calling process has appropriate privileges or that the requested memory regions are safe to expose. This allows any local user to leverage the driver as a primitive for arbitrary physical memory access, bypassing Windows kernel security mechanisms.

Attack Vector

The attack requires local access to a Windows system with the vulnerable PowerStrip driver installed. An attacker executes a malicious application that:

  1. Opens a handle to the pstrip64.sys device object
  2. Sends specially crafted IOCTL requests specifying target physical memory addresses
  3. Receives a user-mode virtual address mapping to the requested physical memory
  4. Locates kernel structures (such as EPROCESS tokens) in the mapped memory
  5. Modifies token privileges or performs token swapping to escalate to SYSTEM

The attack does not require any user interaction beyond execution of the malicious payload, and no authentication credentials beyond those of the initial low-privileged user are needed.

Detection Methods for CVE-2026-29923

Indicators of Compromise

  • Presence of pstrip64.sys driver loaded in kernel memory on systems where PowerStrip should not be installed
  • Unusual process token modifications detected through security auditing
  • Processes spawning with SYSTEM privileges from non-administrator user sessions
  • Suspicious IOCTL communications to the PowerStrip driver device from unexpected applications

Detection Strategies

  • Monitor for the loading of pstrip64.sys driver through Windows Driver Load events (Sysmon Event ID 6)
  • Implement behavioral detection for privilege escalation patterns, such as token manipulation sequences
  • Deploy endpoint detection rules that alert on unexpected IOCTL requests to hardware driver devices
  • Use Windows Security Event Log monitoring for Event ID 4688 (Process Creation) with elevated token privileges from low-integrity processes

Monitoring Recommendations

  • Enable driver load auditing through Group Policy and forward events to a centralized SIEM
  • Configure SentinelOne policies to monitor and alert on suspicious kernel driver activity
  • Implement application whitelisting to prevent unauthorized applications from communicating with vulnerable drivers
  • Regularly audit installed drivers and remove unnecessary third-party kernel components

How to Mitigate CVE-2026-29923

Immediate Actions Required

  • Identify all systems with EnTech Taiwan PowerStrip or pstrip64.sys driver installed
  • Uninstall PowerStrip software if not required for business operations
  • Manually remove the pstrip64.sys driver if the software cannot be fully uninstalled
  • Restrict local user accounts using principle of least privilege to limit potential attack surface

Patch Information

No vendor patch information is currently available for this vulnerability. Organizations should monitor the EnTech Taiwan Utility Overview page for security updates. Additional technical details are available from the Packet Storm Security advisory.

Workarounds

  • Remove or disable the pstrip64.sys driver until a patched version is available
  • Use Windows Device Guard or HVCI (Hypervisor-protected Code Integrity) to restrict unsigned or vulnerable driver loading
  • Apply application control policies to prevent the PowerStrip utility from running on managed endpoints
  • Implement network segmentation to limit lateral movement if a system is compromised via this vulnerability
bash
# Disable the vulnerable driver on Windows systems
sc stop pstrip64
sc config pstrip64 start= disabled

# Remove the driver file (run as Administrator)
del /F /Q "C:\Windows\System32\drivers\pstrip64.sys"

# Verify driver is no longer loaded
driverquery /v | findstr /i pstrip

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechEntech Powerstrip

  • SeverityNONE

  • CVSS ScoreN/A

  • Known ExploitedNo
  • Impact Assessment
  • ConfidentialityNone
  • IntegrityNone
  • AvailabilityNone
  • Technical References
  • EnTech Taiwan Utility Overview

  • Packet Storm File Upload
  • Latest CVEs
  • CVE-2025-49454: TinySalt Path Traversal Vulnerability

  • CVE-2025-48261: MultiVendorX Information Disclosure Flaw

  • CVE-2025-32119: CardGate WooCommerce SQL Injection Flaw

  • CVE-2025-26879: s2Member Plugin Reflected XSS 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