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-2025-15584

CVE-2025-15584: Netskope Endpoint DLP DoS Vulnerability

CVE-2025-15584 is a denial-of-service flaw in Netskope Endpoint DLP for Windows that allows unprivileged users to trigger system crashes via integer overflow. This article covers technical details, impact, and mitigation.

Published: March 20, 2026

CVE-2025-15584 Overview

CVE-2025-15584 is an integer overflow vulnerability affecting the Endpoint DLP Module for Netskope Client on Windows systems. An unprivileged local user can exploit this vulnerability to trigger an integer overflow within the filter communication port, resulting in a Blue-Screen-of-Death (BSOD) and denial-of-service condition on the affected system.

Critical Impact

Successful exploitation allows unprivileged users to crash Windows systems running Netskope Client with Endpoint DLP enabled, causing denial of service through a kernel-level BSOD.

Affected Products

  • Netskope Client for Windows (with Endpoint DLP Module enabled)

Discovery Timeline

  • 2026-03-17 - CVE CVE-2025-15584 published to NVD
  • 2026-03-18 - Last updated in NVD database

Technical Details for CVE-2025-15584

Vulnerability Analysis

This vulnerability stems from an integer overflow condition (CWE-190) within the Netskope Endpoint DLP driver's filter communication port handling. When processing input data, the driver fails to properly validate integer boundaries, allowing a specially crafted request to cause an arithmetic overflow. Since this vulnerability exists in kernel-mode driver code, triggering the overflow results in a system crash (BSOD) rather than a controlled error condition.

The vulnerability requires local access to exploit, meaning an attacker must already have low-privileged access to the target system. However, no user interaction is required once the attacker has local access, and the attack complexity is low. The exploitation specifically targets the communication channel between user-mode applications and the kernel-mode DLP filter driver.

Root Cause

The root cause is an improper integer overflow check (CWE-190: Integer Overflow or Wraparound) in the filter communication port component of the Endpoint DLP driver. When the driver processes size or length parameters, it fails to validate that integer arithmetic operations do not exceed the maximum bounds for the integer type, leading to unexpected behavior when wrapped values are used in subsequent memory operations.

Attack Vector

The attack vector is local, requiring an unprivileged user with access to the Windows system running Netskope Client. The attacker interacts with the filter communication port used by the Endpoint DLP driver, sending malformed data designed to trigger the integer overflow condition. Since the Endpoint DLP module must be enabled in the client configuration for successful exploitation, systems without this feature enabled are not vulnerable.

The vulnerability manifests in the driver's filter communication port handling. An attacker can craft requests that cause integer overflow when the driver calculates buffer sizes or offsets, leading to memory corruption and subsequent system crash. For detailed technical information, refer to the Netskope Security Advisory NSKPSA-2025-006.

Detection Methods for CVE-2025-15584

Indicators of Compromise

  • Unexpected BSOD crashes on systems running Netskope Client with Endpoint DLP enabled
  • Windows Event Log entries indicating driver crashes related to Netskope DLP components
  • Multiple system crashes originating from the Netskope filter driver (DRIVER_IRQL_NOT_LESS_OR_EQUAL or similar stop codes)
  • Suspicious local process activity attempting to communicate with Netskope filter communication ports

Detection Strategies

  • Monitor Windows Event Logs for crash events related to Netskope driver components
  • Deploy endpoint detection rules to identify unusual interactions with the Netskope DLP filter communication port
  • Configure Windows Error Reporting to capture and analyze crash dumps for evidence of exploitation attempts
  • Use SentinelOne's behavioral AI to detect anomalous process behavior targeting kernel drivers

Monitoring Recommendations

  • Enable verbose logging for Netskope Client operations where available
  • Monitor for patterns of repeated system crashes that may indicate exploitation attempts
  • Implement centralized crash dump collection for analysis across the enterprise
  • Track user activity on systems that experience unexpected BSOD events

How to Mitigate CVE-2025-15584

Immediate Actions Required

  • Review the Netskope Security Advisory NSKPSA-2025-006 for patch availability and installation instructions
  • Inventory all systems running Netskope Client with Endpoint DLP enabled
  • Apply the vendor-provided security update as soon as it becomes available
  • Consider temporarily disabling the Endpoint DLP module on critical systems if an immediate patch is not available

Patch Information

Netskope has released information regarding this vulnerability in security advisory NSKPSA-2025-006. Organizations should consult the Netskope Security Advisory for specific patch versions and deployment guidance. Ensure all Netskope Client installations are updated to the patched version to remediate this vulnerability.

Workarounds

  • Disable the Endpoint DLP module in Netskope Client configuration if the functionality is not required
  • Restrict local access to sensitive systems to reduce the attack surface for local exploitation
  • Implement application whitelisting to prevent unauthorized applications from interacting with driver communication ports
  • Monitor and audit local user activities on systems where the Endpoint DLP module must remain enabled
bash
# Configuration example
# Review Netskope Client configuration to check Endpoint DLP status
# Consult Netskope documentation for disabling Endpoint DLP module as a temporary workaround
# Contact Netskope support for guidance on secure configuration pending patch deployment

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechNetskope

  • SeverityMEDIUM

  • CVSS Score6.8

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:H/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
  • AvailabilityHigh
  • CWE References
  • CWE-190
  • Technical References
  • Netskope Security Advisory NSKPSA-2025-006
  • Related CVEs
  • CVE-2026-2809: Netskope Client DLP DoS Vulnerability

  • CVE-2024-7401: Netskope Client Auth Bypass Vulnerability

  • CVE-2023-2270: Netskope Client Privilege Escalation Flaw
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