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-60349

CVE-2025-60349: Prevx pxscan.sys Driver DoS Vulnerability

CVE-2025-60349 is a denial of service flaw in Prevx v3.0.5.220's pxscan.sys driver that enables attackers to terminate processes via IOCTL code 0x22E044. This article covers technical details, affected versions, and mitigation.

Published: April 15, 2026

CVE-2025-60349 Overview

A denial of service vulnerability has been discovered in Prevx v3.0.5.220 that allows attackers to terminate arbitrary processes by sending a specially crafted IOCTL code to the pxscan.sys driver. The vulnerability exists in the handling of IOCTL code 0x22E044, which when triggered, terminates any processes listed under the registry key HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\pxscan\Files.

Critical Impact

Attackers can exploit this vulnerability to cause denial of service conditions by terminating critical system processes or security software, potentially leaving systems unprotected or causing service disruptions.

Affected Products

  • Prevx v3.0.5.220
  • Systems with the pxscan.sys driver installed

Discovery Timeline

  • 2025-10-28 - CVE CVE-2025-60349 published to NVD
  • 2025-10-30 - Last updated in NVD database

Technical Details for CVE-2025-60349

Vulnerability Analysis

This vulnerability is classified under CWE-400 (Uncontrolled Resource Consumption), though in this specific case it manifests as improper access control in a kernel-mode driver. The pxscan.sys driver in Prevx v3.0.5.220 fails to properly validate and restrict access to dangerous IOCTL operations.

When an attacker sends IOCTL code 0x22E044 to the driver, it triggers process termination for any processes registered under the HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\pxscan\Files registry key. This can be exploited remotely via network attack vectors without requiring user interaction or privileges, making it particularly dangerous for exposed systems.

Root Cause

The root cause of this vulnerability lies in the insufficient access control and input validation within the pxscan.sys driver's IOCTL handler. The driver does not properly verify the caller's authorization before executing the process termination routine associated with IOCTL code 0x22E044. This allows any user or process that can communicate with the driver to trigger the dangerous functionality.

Attack Vector

The vulnerability is exploitable via network-based attack vectors. An attacker can craft and send the specific IOCTL code 0x22E044 to the pxscan.sys driver. Upon receiving this IOCTL, the driver enumerates the registry key HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\pxscan\Files and terminates all processes listed there. This can be abused to:

  1. Terminate security software processes, disabling endpoint protection
  2. Cause denial of service by killing critical system processes
  3. Disrupt business operations by terminating application processes

A proof-of-concept exploit is available on GitHub, demonstrating the practical exploitability of this vulnerability.

Detection Methods for CVE-2025-60349

Indicators of Compromise

  • Unexpected process terminations, particularly security software or critical services
  • IOCTL communications to pxscan.sys driver from untrusted or unusual processes
  • Modifications to the registry key HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\pxscan\Files
  • System instability or repeated service crashes without apparent cause

Detection Strategies

  • Monitor for IOCTL calls to the pxscan.sys driver, specifically looking for IOCTL code 0x22E044
  • Implement registry auditing on HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\pxscan\Files to detect unauthorized changes
  • Deploy endpoint detection rules that alert on unexpected process terminations following driver communication
  • Use behavioral analysis to identify patterns consistent with DoS attacks targeting kernel drivers

Monitoring Recommendations

  • Enable Windows Driver Framework (WDF) logging to capture IOCTL activity to kernel drivers
  • Configure SIEM rules to correlate multiple process termination events within short time windows
  • Implement file integrity monitoring for the pxscan.sys driver file
  • Monitor network traffic for potential remote exploitation attempts targeting driver interfaces

How to Mitigate CVE-2025-60349

Immediate Actions Required

  • Assess whether Prevx v3.0.5.220 is installed in your environment and identify affected systems
  • Consider temporarily disabling or unloading the pxscan.sys driver if not critical to operations
  • Implement network segmentation to limit exposure of vulnerable endpoints
  • Monitor for exploitation attempts using the detection strategies outlined above
  • Evaluate alternative security solutions if Prevx is providing critical protection functionality

Patch Information

At the time of this writing, no official patch information has been provided by the vendor. Organizations should monitor the Prevx website for security updates and patch releases. Given the severity of this vulnerability, immediate workarounds should be implemented while awaiting an official fix.

Workarounds

  • Restrict access to the pxscan.sys driver through Windows access control mechanisms
  • Use Windows Defender Application Control (WDAC) or AppLocker to block untrusted applications from communicating with the driver
  • Implement network-level controls to prevent remote exploitation attempts
  • Consider uninstalling Prevx v3.0.5.220 if the functionality is not critical and no patch is available
  • Deploy compensating controls such as additional endpoint protection solutions to maintain security coverage

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechPrevx

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.11%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-400
  • Technical References
  • Prevx Security Resource

  • GitHub PoC for CVE-2025-60349
  • Latest CVEs
  • CVE-2026-8468: Elixir Plug Library DoS Vulnerability

  • CVE-2026-8295: simdjson Information Disclosure Vulnerability

  • CVE-2025-68421: Comarch ERP Optima Auth Bypass Vulnerability

  • CVE-2025-68420: Comarch ERP Optima Privilege Escalation
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