Description
In WhatsUp Gold versions released before 2026.0.2, an improper authorization vulnerability in the Scheduled Reports API allows any authenticated user to invoke restricted actions.
Published: 2026-08-12
Score: 4.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

In WhatsUp Gold versions released before 2026.0.2, an improper authorization flaw in the Scheduled Reports API allows any authenticated user to invoke actions that should be restricted. These missing checks correspond to CWE‑602 and CWE‑862, meaning the system does not adequately limit operations within permitted bounds and fails to enforce proper authorization. The result is that a credentialed attacker can perform potentially sensitive monitoring tasks on the server, exposing data that should only be accessible to privileged users.

Affected Systems

Progress Software Corporation’s WhatsUp Gold network monitoring platform is affected. All installations of WhatsUp Gold prior to version 26.0.2 are vulnerable. The specific patch release that addresses the issue is 26.0.2, but the input does not list additional versions beyond that.

Risk and Exploitability

The CVSS score of 4.3 indicates moderate severity, and the EPSS score is not available. The flaw is not listed in the CISA KEV catalog. The vulnerability can be exploited by any authenticated user, typically through the network API used by the application. Attackers must first authenticate to the system; once logged in, they may invoke restricted report‑generation functions. The impact is unauthorized access to monitoring data rather than direct code execution or denial of service.

Generated by OpenCVE AI on August 12, 2026 at 23:43 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade WhatsUp Gold to version 26.0.2 or later to fix the authorization issue.
  • If an upgrade cannot be performed promptly, restrict the Scheduled Reports API to privileged accounts only and disable it for standard users.
  • Review all user accounts and remove any unnecessary permissions, ensuring roles follow the principle of least privilege.

Generated by OpenCVE AI on August 12, 2026 at 23:43 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 12 Aug 2026 20:00:00 +0000

Type Values Removed Values Added
First Time appeared Progress Software
Progress Software whatsup Gold
Vendors & Products Progress Software
Progress Software whatsup Gold

Wed, 12 Aug 2026 18:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Wed, 12 Aug 2026 15:45:00 +0000

Type Values Removed Values Added
Description In WhatsUp Gold versions released before 2026.0.2, an improper authorization vulnerability in the Scheduled Reports API allows any authenticated user to invoke restricted actions.
Title WhatsUp Gold versions prior to 26.0.2 contain an improper authorization vulnerability in the Scheduled Reports API.
Weaknesses CWE-602
CWE-862
References
Metrics cvssV3_1

{'score': 4.3, 'vector': 'CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N'}


Subscriptions

Progress Software Whatsup Gold
cve-icon MITRE

Status: PUBLISHED

Assigner: ProgressSoftware

Published:

Updated: 2026-08-12T17:06:42.725Z

Reserved: 2026-07-23T16:08:34.531Z

Link: CVE-2026-65938

cve-icon Vulnrichment

Updated: 2026-08-12T17:06:40.197Z

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-08-12T16:17:13.667

Modified: 2026-08-28T21:16:15.740

Link: CVE-2026-65938

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-12T23:45:03Z

Weaknesses
  • CWE-602

    Client-Side Enforcement of Server-Side Security

  • CWE-862

    Missing Authorization