CVE-2024-45713
📋 TL;DR
SolarWinds Kiwi CatTools can disclose sensitive information when a non-default troubleshooting setting is enabled. This affects administrators who have enabled this setting for diagnostic purposes, potentially exposing credentials or configuration data.
💻 Affected Systems
- SolarWinds Kiwi CatTools
📦 What is this software?
Kiwi Cattools by Solarwinds
⚠️ Risk & Real-World Impact
Worst Case
Attackers gain access to administrative credentials, configuration files, or sensitive network information, leading to full system compromise or lateral movement.
Likely Case
Unauthorized users access debugging logs containing sensitive data like passwords, API keys, or device configurations.
If Mitigated
Limited exposure of non-critical debugging information if proper access controls and monitoring are implemented.
🎯 Exploit Status
Exploitation requires access to the system where the setting is enabled, typically through authenticated access or existing compromise.
🛠️ Fix & Mitigation
✅ Official Fix
Patch Version: 4.4.1
Vendor Advisory: https://www.solarwinds.com/trust-center/security-advisories/CVE-2024-45713
Restart Required: Yes
Instructions:
1. Download Kiwi CatTools 4.4.1 from SolarWinds Customer Portal. 2. Run installer as administrator. 3. Follow upgrade prompts. 4. Restart service/application.
🔧 Temporary Workarounds
Disable Debug Logging
windowsTurn off non-default troubleshooting settings that enable sensitive data logging.
Open Kiwi CatTools > Settings > Logging > Disable 'Enable Debug Logging'
🧯 If You Can't Patch
- Disable all non-default troubleshooting/logging settings immediately.
- Restrict access to Kiwi CatTools installation directory and log files using file system permissions.
🔍 How to Verify
Check if Vulnerable:
Check Kiwi CatTools settings for enabled debug/troubleshooting options and verify version is below 4.4.1.
Check Version:
In Kiwi CatTools: Help > About, or check registry: HKEY_LOCAL_MACHINE\SOFTWARE\SolarWinds\Kiwi CatTools\Version
Verify Fix Applied:
Confirm version is 4.4.1 or higher in Help > About, and verify debug logging is disabled.
📡 Detection & Monitoring
Log Indicators:
- Unauthorized access attempts to log files
- Sensitive data patterns in debug logs
Network Indicators:
- Unusual file access patterns to Kiwi CatTools directories
SIEM Query:
source="Kiwi CatTools" AND (event="Debug Logging Enabled" OR keywords="password","credential","key" in log_content)