CVE-2024-28996

7.5 HIGH

📋 TL;DR

This CVE describes a SWQL injection vulnerability in SolarWinds Platform that allows attackers to execute arbitrary database queries. It affects SolarWinds Orion Platform users. Attack complexity is high, requiring specific conditions for exploitation.

💻 Affected Systems

Products:
  • SolarWinds Orion Platform
Versions: Versions prior to 2024.2
Operating Systems: Windows
Default Config Vulnerable: ⚠️ Yes
Notes: Affects systems with SWQL query functionality enabled. Requires authenticated access to exploit.

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

Complete compromise of SolarWinds database leading to data theft, privilege escalation, and potential lateral movement across the network.

🟠

Likely Case

Unauthorized data access and potential data manipulation through crafted SWQL queries.

🟢

If Mitigated

Limited impact due to proper input validation and parameterized queries preventing injection.

🌐 Internet-Facing: MEDIUM
🏢 Internal Only: HIGH

🎯 Exploit Status

Public PoC: ✅ No
Weaponized: UNKNOWN
Unauthenticated Exploit: ✅ No
Complexity: HIGH

Requires authenticated access and specific knowledge of SWQL syntax. No public exploits available as of analysis.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: SolarWinds Platform 2024.2 or later

Vendor Advisory: https://www.solarwinds.com/trust-center/security-advisories/CVE-2024-28996

Restart Required: Yes

Instructions:

1. Download SolarWinds Platform 2024.2 or later from SolarWinds Customer Portal. 2. Backup current configuration and database. 3. Run installer with administrative privileges. 4. Restart SolarWinds services after installation.

🔧 Temporary Workarounds

Input Validation Enhancement

all

Implement strict input validation for all SWQL query parameters

Network Segmentation

all

Restrict access to SolarWinds Platform to authorized users only

🧯 If You Can't Patch

  • Implement strict network access controls to limit who can access SolarWinds Platform
  • Enable detailed logging and monitoring of all SWQL query activity

🔍 How to Verify

Check if Vulnerable:

Check SolarWinds Platform version in web interface under Help > About or via Orion > Manage Orion Website

Check Version:

Not applicable - check via web interface

Verify Fix Applied:

Verify version is 2024.2 or later and check release notes for CVE-2024-28996 fix confirmation

📡 Detection & Monitoring

Log Indicators:

  • Unusual SWQL query patterns
  • Multiple failed query attempts
  • Queries with unusual parameters or syntax

Network Indicators:

  • Unexpected database connections from SolarWinds server
  • Unusual traffic patterns to SolarWinds web interface

SIEM Query:

source="solarwinds" AND (query="*SELECT*" OR query="*INSERT*" OR query="*UPDATE*" OR query="*DELETE*") AND user!="expected_user"

🔗 References

📤 Share & Export