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-2023-35841

CVE-2023-35841: Phoenixtech Winflash Privilege Escalation

CVE-2023-35841 is a privilege escalation vulnerability in Phoenixtech Winflash Driver that allows attackers to modify system firmware through exposed IOCTL. This article covers technical details, affected versions, and mitigation.

Published: February 11, 2026

CVE-2023-35841 Overview

CVE-2023-35841 is a privilege escalation vulnerability in the Phoenix WinFlash Driver for Windows. The vulnerability stems from an exposed IOCTL (Input/Output Control) interface with insufficient access control, allowing authenticated local attackers to escalate their privileges and potentially modify system firmware. This type of kernel driver vulnerability represents a significant security risk as it can enable attackers to bypass security controls and gain persistent access at the firmware level.

Critical Impact

Successful exploitation allows local privilege escalation with the ability to modify system firmware, potentially enabling persistent malware implantation that survives operating system reinstallation.

Affected Products

  • Phoenix WinFlash Driver versions prior to 4.5.0.0
  • Phoenix Technologies WinFlash for Windows platforms
  • Systems utilizing Phoenix WinFlash for BIOS/firmware updates

Discovery Timeline

  • 2024-05-14 - CVE-2023-35841 published to NVD
  • 2025-09-25 - Last updated in NVD database

Technical Details for CVE-2023-35841

Vulnerability Analysis

This vulnerability is classified under CWE-732 (Incorrect Permission Assignment for Critical Resource). The Phoenix WinFlash driver exposes IOCTL interfaces that lack proper access control validation, allowing low-privileged users to invoke privileged operations. The WinFlash driver is typically used for legitimate firmware update operations, but the insufficient access controls on its IOCTL handlers create an attack surface that can be exploited by malicious actors.

Kernel drivers like WinFlash operate at the highest privilege level in Windows systems (Ring 0). When these drivers expose functionality through poorly protected IOCTLs, they effectively become privilege escalation vectors. In this case, an attacker with local access and low privileges can leverage the vulnerable driver to perform operations that should require administrator or system-level access.

The vulnerability requires local access to exploit, meaning an attacker must already have some level of access to the target system. However, once exploited, the impact is severe as it allows modification of system firmware—a highly sensitive operation that can compromise the entire trust chain of a system.

Root Cause

The root cause is improper access control implementation in the IOCTL handler of the WinFlash driver. The driver fails to adequately verify that callers have the appropriate permissions before executing privileged operations. This architectural flaw allows any local user to send crafted IOCTL requests to the driver and have them processed without proper authorization checks.

Attack Vector

The attack requires local access to the target system. An attacker would need to:

  1. Obtain initial access to the Windows system with low-level user privileges
  2. Identify the presence of the vulnerable WinFlash driver
  3. Open a handle to the driver device
  4. Send crafted IOCTL requests to invoke privileged operations
  5. Leverage the elevated access to modify firmware or escalate privileges further

The vulnerability can be exploited through standard Windows DeviceIoControl API calls. Since the driver runs in kernel mode, successful exploitation grants the attacker kernel-level access, bypassing user-mode security controls. The ability to modify system firmware means attackers could potentially implant bootkits or other persistent malware that survives operating system reinstallation.

For detailed technical analysis of vulnerable kernel driver patterns, refer to the VMware Blog on Kernel Drivers and the JVN Vulnerability Report JVNVU93886750.

Detection Methods for CVE-2023-35841

Indicators of Compromise

  • Unusual access attempts to WinFlash driver device objects by non-administrative users
  • Unexpected firmware update operations or BIOS modification activities
  • Presence of unsigned or modified firmware components
  • Suspicious DeviceIoControl calls targeting the WinFlash driver from unexpected processes

Detection Strategies

  • Monitor for DeviceIoControl API calls to WinFlash driver devices from non-privileged processes
  • Implement driver loading auditing to detect vulnerable versions of the WinFlash driver (versions prior to 4.5.0.0)
  • Deploy endpoint detection solutions capable of monitoring kernel-level driver interactions
  • Audit firmware integrity using platform-specific tools to detect unauthorized modifications

Monitoring Recommendations

  • Enable Windows Security Event logging for driver loading events (Event ID 6)
  • Implement file integrity monitoring for driver files in the system drivers directory
  • Configure alerts for unexpected firmware update tool executions
  • Use SentinelOne's kernel-level visibility to monitor driver interactions and IOCTL activity

How to Mitigate CVE-2023-35841

Immediate Actions Required

  • Update Phoenix WinFlash Driver to version 4.5.0.0 or later immediately
  • Audit systems for the presence of vulnerable driver versions
  • Restrict local access to systems where WinFlash driver is installed
  • Review user accounts with local access for potential compromise indicators

Patch Information

Phoenix Technologies has released an updated version of the WinFlash Driver (4.5.0.0) that addresses this vulnerability by implementing proper access control checks on IOCTL handlers. Organizations should obtain the patched driver from their system vendor or directly from Phoenix Technologies. For official patch information, refer to the Phoenix Security Notification or the Phoenix Security Advisory.

Workarounds

  • If immediate patching is not possible, consider removing or disabling the WinFlash driver until the update can be applied
  • Implement application control policies to restrict which processes can interact with the WinFlash driver
  • Limit local user access on systems with sensitive firmware to reduce the attack surface
  • Deploy endpoint protection with kernel-level monitoring capabilities to detect exploitation attempts
bash
# Check for vulnerable WinFlash driver version on Windows
# Run in PowerShell as Administrator
Get-WmiObject Win32_PnPSignedDriver | Where-Object {$_.DeviceName -like "*WinFlash*"} | Select-Object DeviceName, DriverVersion
# If version is below 4.5.0.0, the system is vulnerable and requires updating

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechPhoenixtech Winflash

  • SeverityHIGH

  • CVSS Score7.8

  • EPSS Probability0.15%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-732
  • Technical References
  • VMware Blog on Kernel Drivers

  • JVN Vulnerability Report JVNVU93886750
  • Vendor Resources
  • Phoenix Security Notification CVE-2023-35841

  • Phoenix Security Advisory CVE-2023-35841
  • Latest CVEs
  • CVE-2025-52479: HTTP.jl & URIs.jl CRLF Injection Flaw

  • CVE-2026-31740: Linux Kernel Race Condition Vulnerability

  • CVE-2026-31743: Linux Kernel Buffer Overflow Vulnerability

  • CVE-2026-31744: Linux Kernel NULL Pointer 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