CVE-2024-6980

9.8 CRITICAL

📋 TL;DR

A verbose error handling issue in the GravityZone Update Server proxy service allows attackers to perform server-side request forgery (SSRF) attacks. This vulnerability affects on-premise deployments of Bitdefender GravityZone Console versions before 6.38.1-5, potentially enabling attackers to make unauthorized requests to internal systems.

💻 Affected Systems

Products:
  • Bitdefender GravityZone Console
Versions: Versions before 6.38.1-5
Operating Systems: Windows Server (on-premise deployments only)
Default Config Vulnerable: ⚠️ Yes
Notes: Only affects on-premise deployments; cloud deployments are not vulnerable.

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

Attackers could use SSRF to access internal services, exfiltrate sensitive data, or pivot to other internal systems, potentially leading to full network compromise.

🟠

Likely Case

Attackers exploit SSRF to scan internal networks, access metadata services, or interact with internal APIs to gather information for further attacks.

🟢

If Mitigated

With proper network segmentation and access controls, impact is limited to the GravityZone server itself or adjacent systems in the same network segment.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

Public PoC: ✅ No
Weaponized: UNKNOWN
Unauthenticated Exploit: ⚠️ Yes
Complexity: LOW

Verbose error handling makes exploitation straightforward once the vulnerability is understood.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 6.38.1-5

Vendor Advisory: https://www.bitdefender.com/consumer/support/support/security-advisories/verbose-error-handling-issue-in-gravityzone-update-server-proxy-service/

Restart Required: Yes

Instructions:

1. Download GravityZone Console version 6.38.1-5 from Bitdefender portal. 2. Backup current configuration. 3. Run the installer to upgrade. 4. Restart the GravityZone services.

🔧 Temporary Workarounds

Network Segmentation

all

Restrict GravityZone server network access to only necessary endpoints

Firewall Rules

all

Block outbound HTTP/HTTPS requests from GravityZone server to internal networks

🧯 If You Can't Patch

  • Implement strict network segmentation to isolate GravityZone server from sensitive internal systems
  • Deploy web application firewall (WAF) rules to detect and block SSRF patterns

🔍 How to Verify

Check if Vulnerable:

Check GravityZone Console version in administration interface or via 'About' section

Check Version:

Not applicable - check via GravityZone Console web interface

Verify Fix Applied:

Confirm version is 6.38.1-5 or later in GravityZone Console interface

📡 Detection & Monitoring

Log Indicators:

  • Unusual outbound HTTP requests from GravityZone server
  • Error logs showing verbose proxy service errors

Network Indicators:

  • HTTP requests from GravityZone server to internal IP ranges
  • Unusual traffic patterns from GravityZone Update Server

SIEM Query:

source="gravityzone" AND (http_request OR outbound_connection) AND dest_ip IN (internal_ranges)

🔗 References

📤 Share & Export