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
    • 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-58384

CVE-2025-58384: DOXENSE WATCHDOC RCE Vulnerability

CVE-2025-58384 is a remote code execution vulnerability in DOXENSE WATCHDOC caused by unsafe deserialization in the .NET Remoting library. This article covers technical details, affected versions, impact, and mitigation.

Published: March 18, 2026

CVE-2025-58384 Overview

CVE-2025-58384 is an insecure deserialization vulnerability affecting DOXENSE WATCHDOC before version 6.1.1.5332. The vulnerability exists within the .NET Remoting library used by the Watchdoc administration interface, allowing attackers to achieve remote code execution by supplying maliciously crafted serialized data. This flaw represents a severe security risk as it can be exploited remotely without authentication.

Critical Impact

Remote code execution through insecure deserialization in the .NET Remoting library enables complete system compromise without requiring authentication or user interaction.

Affected Products

  • DOXENSE WATCHDOC versions prior to 6.1.1.5332
  • Systems utilizing the Watchdoc administration interface with .NET Remoting enabled

Discovery Timeline

  • 2025-09-26 - CVE-2025-58384 published to NVD
  • 2025-09-29 - Last updated in NVD database

Technical Details for CVE-2025-58384

Vulnerability Analysis

This vulnerability falls under CWE-502 (Deserialization of Untrusted Data), a well-documented class of security flaws that occurs when applications deserialize data from untrusted sources without proper validation. In the context of DOXENSE WATCHDOC, the .NET Remoting library within the administration interface accepts serialized objects that can be manipulated by attackers to execute arbitrary code on the target system.

.NET Remoting is a legacy inter-process communication framework that has known security concerns when exposed to untrusted networks. The framework allows objects to be serialized, transmitted, and deserialized on remote systems. When deserialization occurs without proper type filtering or validation, attackers can craft malicious payloads that, upon deserialization, trigger code execution through gadget chains present in the .NET runtime or application dependencies.

The vulnerability is particularly dangerous because it requires no authentication and can be exploited directly over the network, making it an attractive target for automated exploitation and lateral movement within enterprise environments.

Root Cause

The root cause stems from the use of .NET Remoting without adequate security controls in the Watchdoc administration interface. .NET Remoting inherently trusts incoming serialized data and will instantiate objects based on type information provided in the stream. Without implementing type filtering (such as SerializationBinder restrictions) or transitioning to more secure communication mechanisms, the application remains vulnerable to deserialization attacks.

The .NET BinaryFormatter and related serializers used by .NET Remoting have been flagged by Microsoft as insecure by design when processing untrusted input, as they allow arbitrary type instantiation that can lead to code execution.

Attack Vector

The attack vector is network-based, targeting the Watchdoc administration interface. An attacker can craft a malicious serialized payload containing gadget chains that execute arbitrary commands when deserialized by the vulnerable application. Common gadget chains in .NET environments leverage types such as ObjectDataProvider, TypeConfuseDelegate, or PSObject to achieve code execution.

The attack flow typically involves:

  1. Identifying the exposed .NET Remoting endpoint on the Watchdoc administration interface
  2. Crafting a serialized payload using tools like ysoserial.net with appropriate gadget chains
  3. Transmitting the malicious payload to the vulnerable endpoint
  4. Achieving code execution with the privileges of the Watchdoc application service

For detailed technical information regarding exploitation mechanics, refer to the Doxense CVE-2025-58384 Advisory.

Detection Methods for CVE-2025-58384

Indicators of Compromise

  • Unexpected network connections to .NET Remoting ports associated with the Watchdoc administration interface
  • Anomalous process spawning from the Watchdoc service process (e.g., cmd.exe, powershell.exe, or other shell processes)
  • Suspicious serialized data patterns in network traffic containing known .NET gadget chain signatures
  • Unusual file creation or modification activities in Watchdoc installation directories

Detection Strategies

  • Deploy network intrusion detection rules to identify .NET Remoting traffic containing suspicious serialized object patterns
  • Implement endpoint detection rules monitoring for child process creation from the Watchdoc service
  • Configure application whitelisting to prevent unauthorized executables from being spawned by the Watchdoc process
  • Monitor Windows Event Logs for .NET runtime exceptions or unusual deserialization errors from the Watchdoc application

Monitoring Recommendations

  • Enable detailed logging for the Watchdoc administration interface and forward logs to a SIEM solution
  • Configure network monitoring to alert on unexpected traffic to Watchdoc administration ports
  • Implement file integrity monitoring on Watchdoc installation directories
  • Deploy SentinelOne agents to detect and respond to post-exploitation activities such as credential harvesting or lateral movement

How to Mitigate CVE-2025-58384

Immediate Actions Required

  • Upgrade DOXENSE WATCHDOC to version 6.1.1.5332 or later immediately
  • If immediate patching is not possible, restrict network access to the Watchdoc administration interface using firewall rules
  • Audit exposed services and ensure the .NET Remoting endpoint is not accessible from untrusted networks
  • Review system logs for any indicators of prior exploitation attempts

Patch Information

DOXENSE has released a security update addressing this vulnerability in WATCHDOC version 6.1.1.5332. Organizations should apply this update as soon as possible. The patch is available through the Doxense Update Portal. For detailed patch information and security guidance, refer to the official security advisory.

Workarounds

  • Implement network segmentation to isolate the Watchdoc administration interface from untrusted networks
  • Configure host-based firewall rules to restrict access to the administration interface to authorized IP addresses only
  • Deploy a web application firewall (WAF) or network intrusion prevention system (IPS) with rules to detect .NET deserialization attacks
  • Consider disabling .NET Remoting functionality if not required for operational purposes
bash
# Example: Windows Firewall rule to restrict access to Watchdoc admin interface
# Replace PORT_NUMBER with the actual port used by Watchdoc administration
netsh advfirewall firewall add rule name="Restrict Watchdoc Admin" dir=in action=block protocol=tcp localport=PORT_NUMBER
netsh advfirewall firewall add rule name="Allow Watchdoc Admin from Trusted" dir=in action=allow protocol=tcp localport=PORT_NUMBER remoteip=10.0.0.0/8

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechDoxense Watchdoc

  • SeverityCRITICAL

  • CVSS Score10.0

  • EPSS Probability1.30%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-502
  • Technical References
  • Doxense CVE-2025-58384 Advisory

  • Doxense Update Notification
  • Latest CVEs
  • CVE-2026-35467: Browser API Key Information Disclosure

  • CVE-2026-35466: cveInterface.js XSS Vulnerability

  • CVE-2026-30252: ZenShare Suite XSS Vulnerability

  • CVE-2026-30251: ZenShare Suite v17.0 XSS Vulnerability
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