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-6671

CVE-2024-6671: Progress WhatsUp Gold SQLi Vulnerability

CVE-2024-6671 is a SQL injection flaw in Progress WhatsUp Gold that allows unauthenticated attackers to retrieve encrypted passwords. This article covers the technical details, affected versions, and mitigation.

Updated: January 22, 2026

CVE-2024-6671 Overview

CVE-2024-6671 is a SQL Injection vulnerability affecting Progress WhatsUp Gold network monitoring software in versions released before 2024.0.0. When the application is configured with only a single user, an unauthenticated attacker can exploit this vulnerability to retrieve the user's encrypted password through crafted SQL queries. This vulnerability poses significant risk to organizations relying on WhatsUp Gold for network infrastructure monitoring, as successful exploitation could lead to unauthorized access to the monitoring platform.

Critical Impact

An unauthenticated attacker can retrieve encrypted user credentials via SQL Injection, potentially leading to complete compromise of the WhatsUp Gold monitoring infrastructure.

Affected Products

  • Progress WhatsUp Gold versions prior to 2024.0.0
  • WhatsUp Gold installations configured with a single user account
  • Network monitoring deployments using vulnerable WhatsUp Gold versions

Discovery Timeline

  • 2024-08-29 - CVE-2024-6671 published to NVD
  • 2024-09-04 - Last updated in NVD database

Technical Details for CVE-2024-6671

Vulnerability Analysis

This SQL Injection vulnerability (CWE-89) exists in Progress WhatsUp Gold's authentication mechanism. The flaw allows unauthenticated attackers to inject malicious SQL statements that can extract sensitive information from the underlying database. The specific condition requiring a single-user configuration suggests the vulnerability exists in a code path that handles simplified or default authentication scenarios.

SQL Injection vulnerabilities occur when user-supplied input is incorporated into SQL queries without proper sanitization or parameterization. In this case, the vulnerability enables direct extraction of encrypted password data, which could subsequently be subjected to offline cracking attempts or used in pass-the-hash style attacks depending on the encryption implementation.

Root Cause

The root cause of CVE-2024-6671 is improper input validation and lack of parameterized queries in the authentication handling code. When WhatsUp Gold is configured with only a single user, the application fails to properly sanitize user input before incorporating it into database queries. This allows attackers to manipulate query logic and extract the encrypted password stored in the database.

Attack Vector

The attack is network-based and requires no authentication or user interaction. An attacker can remotely exploit this vulnerability by sending specially crafted requests to the WhatsUp Gold application. The prerequisite condition is that the target installation must be configured with only a single user account, which may be common in smaller deployments or during initial setup phases.

The exploitation flow typically involves:

  1. Identifying a WhatsUp Gold instance configured with a single user
  2. Crafting SQL injection payloads targeting the authentication mechanism
  3. Extracting the encrypted password from database responses
  4. Attempting offline decryption or hash-based authentication attacks

For technical details on the vulnerability mechanism, refer to the Progress Security Bulletin August 2024.

Detection Methods for CVE-2024-6671

Indicators of Compromise

  • Unusual SQL error messages in WhatsUp Gold application logs
  • Anomalous authentication attempts with SQL metacharacters in request parameters
  • Database query logs showing injection patterns such as UNION SELECT, OR 1=1, or similar SQL syntax
  • Unexpected data extraction patterns from the user credentials table

Detection Strategies

  • Monitor web application logs for SQL injection attack signatures in authentication-related endpoints
  • Implement Web Application Firewall (WAF) rules to detect and block common SQL injection patterns
  • Review database audit logs for unauthorized SELECT queries against user credential tables
  • Deploy network-based intrusion detection systems with SQL injection detection rules

Monitoring Recommendations

  • Enable detailed logging on WhatsUp Gold authentication endpoints
  • Configure alerts for failed authentication attempts with unusual characters
  • Monitor for bulk data extraction patterns from the application database
  • Implement behavioral analytics to detect anomalous query patterns

How to Mitigate CVE-2024-6671

Immediate Actions Required

  • Upgrade Progress WhatsUp Gold to version 2024.0.0 or later immediately
  • Review WhatsUp Gold configuration and add additional user accounts if currently using single-user configuration
  • Audit authentication logs for signs of prior exploitation attempts
  • Consider implementing network segmentation to limit exposure of the WhatsUp Gold interface

Patch Information

Progress has addressed this vulnerability in WhatsUp Gold version 2024.0.0. Organizations should upgrade to this version or later to remediate CVE-2024-6671. The security patch information and upgrade guidance is available in the Progress Security Bulletin August 2024.

Workarounds

  • Add additional user accounts to the WhatsUp Gold configuration to avoid the single-user condition
  • Restrict network access to the WhatsUp Gold web interface using firewall rules
  • Implement a Web Application Firewall (WAF) with SQL injection protection in front of the application
  • Consider temporary isolation of vulnerable instances until patching can be completed
bash
# Network restriction example (iptables)
# Limit access to WhatsUp Gold web interface to trusted management networks only
iptables -A INPUT -p tcp --dport 443 -s 10.0.0.0/8 -j ACCEPT
iptables -A INPUT -p tcp --dport 443 -j DROP

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechProgress Whatsup Gold

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability5.65%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-89
  • Technical References
  • Progress Network Monitoring Overview
  • Vendor Resources
  • Progress Security Bulletin August 2024
  • Related CVEs
  • CVE-2024-6672: Progress WhatsUp Gold SQLi Vulnerability

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

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

  • CVE-2024-8785: 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