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-2024-8785

CVE-2024-8785: Progress WhatsUp Gold RCE Vulnerability

CVE-2024-8785 is a remote code execution vulnerability in Progress WhatsUp Gold that allows unauthenticated attackers to manipulate registry values. This article covers technical details, affected versions, and mitigation.

Updated: January 22, 2026

CVE-2024-8785 Overview

CVE-2024-8785 is a registry manipulation vulnerability in Progress WhatsUp Gold network monitoring software. In WhatsUp Gold versions released before 2024.0.1, a remote unauthenticated attacker could leverage the NmAPI.exe component to create or change an existing registry value in the registry path HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Ipswitch\. This vulnerability allows unauthorized modification of Windows registry entries without requiring any authentication, potentially enabling attackers to alter application behavior or configuration settings.

Critical Impact

Remote unauthenticated attackers can manipulate Windows registry values on systems running vulnerable WhatsUp Gold installations, potentially compromising system integrity and application configuration.

Affected Products

  • Progress WhatsUp Gold versions prior to 2024.0.1
  • Systems with exposed NmAPI.exe component
  • Windows environments with WhatsUp Gold network monitoring deployed

Discovery Timeline

  • 2024-12-02 - CVE CVE-2024-8785 published to NVD
  • 2024-12-09 - Last updated in NVD database

Technical Details for CVE-2024-8785

Vulnerability Analysis

This vulnerability stems from improper authentication and authorization controls in the NmAPI.exe component of WhatsUp Gold. The affected API endpoint fails to validate the identity of requesting clients before processing registry modification requests. This allows any network-accessible attacker to interact with the API and execute registry operations targeting the HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Ipswitch\ registry path.

The vulnerability is classified under CWE-648 (Incorrect Use of Privileged APIs), indicating that the application improperly exposes privileged functionality without adequate access controls. The attack can be executed remotely over the network without any prerequisites such as valid credentials or user interaction, making it particularly dangerous in environments where WhatsUp Gold is network-accessible.

Root Cause

The root cause lies in the NmAPI.exe component's failure to implement proper authentication mechanisms for registry manipulation operations. The API exposes privileged Windows registry modification capabilities to unauthenticated remote users, allowing arbitrary modifications within the Ipswitch registry namespace. This represents a classic case of missing authentication for critical functionality combined with improper use of privileged APIs.

Attack Vector

The attack vector is network-based, allowing remote exploitation without requiring any authentication or user interaction. An attacker with network access to a vulnerable WhatsUp Gold installation can send specially crafted requests to the NmAPI.exe component to create new registry keys or modify existing values within the HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Ipswitch\ path.

The exploitation process involves an attacker identifying a vulnerable WhatsUp Gold instance, crafting API requests targeting the NmAPI.exe component, and submitting registry modification commands. Successful exploitation could allow attackers to alter application configurations, potentially leading to further compromise of the monitoring infrastructure or the systems it monitors. Technical details regarding the specific API calls and request formats can be found in the Progress WhatsUp Gold Security Bulletin.

Detection Methods for CVE-2024-8785

Indicators of Compromise

  • Unexpected modifications to registry values under HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Ipswitch\
  • Unusual network connections or API calls to the NmAPI.exe process from external or unauthorized sources
  • Anomalous registry creation or modification events correlated with WhatsUp Gold service activity
  • Evidence of unauthenticated API requests in WhatsUp Gold or web server logs

Detection Strategies

  • Monitor Windows Security Event Logs for registry modification events (Event ID 4657) targeting the HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Ipswitch\ path
  • Implement network traffic analysis to detect unauthorized API requests to WhatsUp Gold services
  • Deploy endpoint detection rules to alert on unexpected NmAPI.exe process behavior or registry operations
  • Use SentinelOne's behavioral AI to detect anomalous registry manipulation patterns associated with this vulnerability

Monitoring Recommendations

  • Enable Windows audit policies for registry access and modification events in the Ipswitch registry namespace
  • Configure SIEM alerts for registry changes to WhatsUp Gold configuration paths from non-administrative processes
  • Implement network segmentation monitoring to detect external access attempts to WhatsUp Gold API endpoints
  • Review WhatsUp Gold application logs regularly for signs of unauthorized API activity

How to Mitigate CVE-2024-8785

Immediate Actions Required

  • Upgrade Progress WhatsUp Gold to version 2024.0.1 or later immediately
  • Restrict network access to WhatsUp Gold services using firewalls or network ACLs to trusted management networks only
  • Monitor registry activity under HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Ipswitch\ for unauthorized modifications
  • Review existing registry values in the affected path for any suspicious or unauthorized changes

Patch Information

Progress has released version 2024.0.1 of WhatsUp Gold which addresses this vulnerability. Organizations should upgrade to this version or later to remediate CVE-2024-8785. Detailed patch information and upgrade instructions are available in the Progress WhatsUp Gold Security Bulletin and the WhatsUp Gold 2024.0 Release Notes.

Workarounds

  • Implement strict network segmentation to prevent unauthorized access to WhatsUp Gold services from untrusted networks
  • Configure Windows Firewall rules to block external access to ports used by NmAPI.exe
  • Deploy registry monitoring and protection tools to detect and prevent unauthorized modifications to the Ipswitch registry path
  • Consider temporarily disabling network exposure of the WhatsUp Gold API if immediate patching is not possible
bash
# Example Windows Firewall rule to restrict NmAPI access (adjust port as needed)
netsh advfirewall firewall add rule name="Block WhatsUp Gold NmAPI External Access" dir=in action=block protocol=tcp localport=9644 remoteip=any

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechProgress Whatsup Gold

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability11.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-648

  • NVD-CWE-noinfo
  • Technical References
  • Progress What'sUp Gold Release Notes

  • Progress Network Monitoring Overview
  • Vendor Resources
  • Progress What'sUp Gold Security Bulletin
  • Related CVEs
  • CVE-2024-4885: Progress WhatsUp Gold RCE Vulnerability

  • CVE-2024-46909: Progress WhatsUp Gold RCE Vulnerability

  • CVE-2024-4884: Progress WhatsUp Gold RCE Vulnerability

  • CVE-2024-4883: Progress WhatsUp Gold RCE 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