Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-46905

CVE-2024-46905: Progress WhatsUp Gold SQLi Vulnerability

CVE-2024-46905 is a SQL injection flaw in Progress WhatsUp Gold enabling authenticated users with Network Manager permissions to escalate privileges to admin. This article covers technical details, affected versions, and mitigation.

Updated: January 22, 2026

CVE-2024-46905 Overview

CVE-2024-46905 is a SQL Injection vulnerability affecting Progress WhatsUp Gold, a widely deployed network monitoring and management solution. This vulnerability allows an authenticated user with lower-privileged access (at least Network Manager permissions) to execute malicious SQL queries that can lead to privilege escalation to the admin account. The flaw exists in WhatsUp Gold versions released before 2024.0.1.

Critical Impact

Authenticated attackers can exploit this SQL Injection vulnerability to escalate privileges from a lower-privileged Network Manager account to full administrative access, potentially gaining complete control over the WhatsUp Gold deployment and monitored network infrastructure.

Affected Products

  • Progress WhatsUp Gold versions prior to 2024.0.1
  • WhatsUp Gold installations with Network Manager role users
  • Enterprise deployments utilizing multi-user access configurations

Discovery Timeline

  • 2024-12-02 - CVE-2024-46905 published to NVD
  • 2024-12-03 - Last updated in NVD database

Technical Details for CVE-2024-46905

Vulnerability Analysis

This SQL Injection vulnerability (CWE-89) enables authenticated users with Network Manager permissions to inject malicious SQL statements into database queries processed by WhatsUp Gold. The attack can be conducted over the network without requiring user interaction, making it particularly dangerous in enterprise environments where multiple users have varying levels of access to the monitoring platform.

The vulnerability's impact is significant as successful exploitation results in full compromise of confidentiality, integrity, and availability of the affected system. An attacker can leverage this flaw to read sensitive configuration data, modify user permissions, and potentially disrupt monitoring operations.

Root Cause

The root cause of CVE-2024-46905 lies in improper input validation and sanitization within WhatsUp Gold's database query handling mechanisms. User-supplied input from authenticated sessions is not adequately parameterized before being incorporated into SQL queries, allowing specially crafted input to modify the intended query logic. This represents a classic CWE-89 (Improper Neutralization of Special Elements used in an SQL Command) vulnerability pattern.

Attack Vector

The attack vector for this vulnerability requires network access to the WhatsUp Gold web interface and valid credentials for an account with at least Network Manager permissions. Once authenticated, the attacker can submit malicious SQL payloads through vulnerable application endpoints. These payloads manipulate database queries to extract administrative credentials, modify user roles, or directly escalate the attacker's privileges to administrator level.

The attack does not require any user interaction beyond the attacker's own actions, and the scope remains unchanged (contained to the vulnerable component). However, the potential for cascading effects on monitored network infrastructure makes this a serious concern for organizations relying on WhatsUp Gold for critical network monitoring.

Detection Methods for CVE-2024-46905

Indicators of Compromise

  • Unusual database queries containing SQL injection patterns such as UNION SELECT, OR 1=1, or comment sequences (--, /**/) in application logs
  • Unexpected privilege changes or new administrator accounts created without proper authorization workflows
  • Anomalous authentication events showing lower-privileged accounts accessing administrative functions
  • Database audit logs revealing unauthorized data access or modification attempts

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect and block common SQL injection patterns targeting WhatsUp Gold endpoints
  • Enable detailed database query logging and configure alerts for suspicious query patterns or syntax errors indicative of injection attempts
  • Monitor WhatsUp Gold user activity logs for privilege escalation events or unauthorized administrative actions
  • Deploy endpoint detection solutions capable of identifying post-exploitation behaviors following successful privilege escalation

Monitoring Recommendations

  • Configure SIEM correlation rules to identify SQL injection attack signatures combined with subsequent privilege changes
  • Establish baseline user activity patterns and alert on deviations, particularly for Network Manager role accounts
  • Monitor network traffic to WhatsUp Gold servers for anomalous request patterns or payloads
  • Implement regular auditing of user accounts and permissions within WhatsUp Gold to detect unauthorized modifications

How to Mitigate CVE-2024-46905

Immediate Actions Required

  • Upgrade Progress WhatsUp Gold to version 2024.0.1 or later immediately to address this vulnerability
  • Review and audit all user accounts, removing unnecessary Network Manager or higher privileges until patching is complete
  • Implement network segmentation to restrict access to WhatsUp Gold management interfaces to trusted networks only
  • Enable enhanced logging and monitoring on WhatsUp Gold servers to detect exploitation attempts

Patch Information

Progress has released WhatsUp Gold version 2024.0.1 which addresses this SQL Injection vulnerability. Organizations should consult the Progress WhatsUp Gold Security Bulletin for detailed patch information and upgrade guidance. The WhatsUp Gold 2024.0 Release Notes provide additional information about security improvements included in this release.

Workarounds

  • Restrict network access to the WhatsUp Gold web interface using firewall rules, limiting connectivity to trusted IP addresses only
  • Review and minimize the number of users with Network Manager or higher permissions to reduce the attack surface
  • Implement additional authentication controls such as multi-factor authentication (MFA) for WhatsUp Gold access
  • Deploy a Web Application Firewall (WAF) in front of WhatsUp Gold to filter malicious SQL injection attempts
bash
# Example: Restrict WhatsUp Gold access via Windows Firewall
# Block external access to WhatsUp Gold web interface (default port 443)
netsh advfirewall firewall add rule name="Block External WhatsUp Gold" dir=in action=block protocol=tcp localport=443 remoteip=any

# Allow access only from trusted management subnet
netsh advfirewall firewall add rule name="Allow WhatsUp Gold Management" dir=in action=allow protocol=tcp localport=443 remoteip=10.0.0.0/24

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechWhatsup Gold

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability1.39%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-89
  • Technical References
  • Progress WhatsUp Gold Release Notes

  • Progress Network Monitoring Overview
  • Vendor Resources
  • Progress WhatsUp Gold Security Bulletin
  • Related CVEs
  • CVE-2024-6670: Progress WhatsUp Gold SQLi 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