A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-62785

CVE-2025-62785: Wazuh Platform DOS Vulnerability

CVE-2025-62785 is a denial of service flaw in Wazuh platform where compromised agents can crash analysisd by sending malicious messages. This article covers the technical details, affected versions, and mitigation.

Published: April 29, 2026

CVE-2025-62785 Overview

CVE-2025-62785 is a Null Pointer Dereference vulnerability affecting Wazuh, a free and open source platform used for threat prevention, detection, and response. The vulnerability exists in the fillData() function implementation, which fails to check whether a value is NULL before calling os_strdup() on it. A compromised agent can exploit this flaw to crash the analysisd daemon by sending a specially crafted message to the Wazuh manager.

Critical Impact

An attacker who is able to craft and send an agent message to the Wazuh manager can cause the analysisd service to crash, rendering the security monitoring platform unavailable and potentially creating a blind spot in organizational threat detection capabilities.

Affected Products

  • Wazuh versions prior to 4.10.2
  • Wazuh Manager deployments accepting agent connections
  • Wazuh analysisd daemon component

Discovery Timeline

  • 2025-10-29 - CVE-2025-62785 published to NVD
  • 2025-11-03 - Last updated in NVD database

Technical Details for CVE-2025-62785

Vulnerability Analysis

This vulnerability is classified under CWE-252 (Unchecked Return Value), which manifests as a Null Pointer Dereference condition. The core issue lies in the fillData() function within the Wazuh codebase, where the implementation assumes that input values will always be non-NULL. When a NULL value is passed to os_strdup(), the function attempts to operate on invalid memory, resulting in an immediate crash of the analysisd process.

The Wazuh Manager relies on analysisd as a critical component for processing and analyzing security events from connected agents. When this daemon crashes, the entire security monitoring pipeline becomes unavailable, creating a significant gap in threat detection and response capabilities. This is particularly concerning in enterprise environments where continuous monitoring is essential.

Root Cause

The root cause is improper input validation in the fillData() function. The function directly passes values to os_strdup() without first validating that the value is not NULL. The os_strdup() function, which duplicates a string in memory, cannot handle NULL pointers and will cause a crash when attempting to read from an invalid memory location. This is a classic defensive programming oversight where boundary conditions were not properly handled.

Attack Vector

The attack vector requires a compromised or malicious agent that has established a connection to the Wazuh manager. The attacker must craft a specially formatted message containing NULL values in fields that are subsequently processed by the fillData() function. When the Wazuh manager receives and processes this malformed message, the analysisd daemon attempts to duplicate the NULL value, triggering the crash.

The vulnerability is network-accessible, meaning any agent with network connectivity to the Wazuh manager can potentially exploit this issue. The attack does not require authentication beyond what is needed for agent communication, and the complexity of exploitation is relatively low once an attacker has agent-level access to the environment.

Detection Methods for CVE-2025-62785

Indicators of Compromise

  • Unexpected crashes or restarts of the analysisd daemon on Wazuh managers
  • Core dump files associated with analysisd process indicating NULL pointer access
  • Unusual or malformed messages in Wazuh agent communication logs
  • Agent connections from unexpected IP addresses or compromised hosts

Detection Strategies

  • Monitor analysisd process stability and implement alerting for unexpected process terminations
  • Review Wazuh manager logs for malformed agent messages or protocol violations
  • Implement network monitoring to detect unusual patterns in agent-to-manager communications
  • Deploy endpoint detection and response (EDR) solutions on agent hosts to identify compromised agents

Monitoring Recommendations

  • Configure process monitoring to alert on analysisd crashes with automatic notification to security teams
  • Implement log aggregation for Wazuh manager components to centralize crash analysis
  • Monitor system resources on Wazuh manager hosts for signs of repeated crash-restart cycles
  • Review agent enrollment and authentication logs for unauthorized agent connections

How to Mitigate CVE-2025-62785

Immediate Actions Required

  • Upgrade Wazuh to version 4.10.2 or later, which contains the fix for this vulnerability
  • Review connected agents for signs of compromise before upgrading
  • Implement network segmentation to limit which hosts can communicate with the Wazuh manager
  • Enable enhanced logging on the Wazuh manager to assist with forensic analysis if exploitation is suspected

Patch Information

Wazuh has released version 4.10.2 which addresses this vulnerability. The fix adds proper NULL value checking in the fillData() function before calling os_strdup(). The specific commit implementing this fix is available in the GitHub Commit Update. Additional details about this vulnerability can be found in the GitHub Security Advisory GHSA-mqpq-pcxc-8259.

Workarounds

  • Implement strict network access controls to limit agent connectivity to trusted hosts only
  • Deploy intrusion detection rules to identify malformed agent messages before they reach the manager
  • Configure automatic service restart for analysisd to minimize downtime if exploitation occurs
  • Consider isolating critical Wazuh manager infrastructure behind additional security controls while awaiting patching
bash
# Configuration example
# Network firewall rule to restrict agent connections to known hosts
iptables -A INPUT -p tcp --dport 1514 -s trusted_agent_network/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 1514 -j DROP

# Enable process monitoring for analysisd
systemctl enable wazuh-manager
echo "Respawn=always" >> /etc/systemd/system/wazuh-manager.service.d/override.conf
systemctl daemon-reload

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechWazuh

  • SeverityMEDIUM

  • CVSS Score6.9

  • EPSS Probability0.10%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/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
  • AvailabilityLow
  • CWE References
  • CWE-252
  • Vendor Resources
  • GitHub Commit Update

  • GitHub Security Advisory GHSA-mqpq-pcxc-8259
  • Related CVEs
  • CVE-2026-26204: Wazuh Heap-Based DoS Vulnerability

  • CVE-2026-32983: Wazuh Manager authd Service DoS Flaw

  • CVE-2025-15615: Wazuh Manager authd Service DoS Flaw

  • CVE-2026-25771: Wazuh API DoS Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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