CVE-2024-10121

7.3 HIGH

📋 TL;DR

This critical vulnerability in wfh45678 Radar allows remote attackers to bypass authentication by manipulating the Interface Handler component with /../ input. It affects all systems running Radar versions up to 1.0.8, enabling unauthorized access to protected functionality.

💻 Affected Systems

Products:
  • wfh45678 Radar
Versions: up to 1.0.8
Operating Systems: All platforms running Radar
Default Config Vulnerable: ⚠️ Yes
Notes: All installations up to version 1.0.8 are vulnerable regardless of configuration.

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

Complete system compromise where attackers gain administrative privileges, access sensitive data, and potentially pivot to other systems.

🟠

Likely Case

Unauthorized access to protected interfaces and data, potentially leading to data theft or manipulation.

🟢

If Mitigated

Limited impact with proper network segmentation, strong authentication layers, and monitoring in place.

🌐 Internet-Facing: HIGH - Remote exploitation possible with public exploit available.
🏢 Internal Only: HIGH - Even internal systems are vulnerable to authenticated or network-accessible attacks.

🎯 Exploit Status

Public PoC: ⚠️ Yes
Weaponized: LIKELY
Unauthenticated Exploit: ⚠️ Yes
Complexity: LOW

Exploit is publicly disclosed and appears to be simple to execute.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Unknown

Vendor Advisory: None available

Restart Required: No

Instructions:

No official patch available. Vendor has not responded to disclosure. Consider alternative solutions or workarounds.

🔧 Temporary Workarounds

Network Access Restriction

linux

Restrict network access to Radar instances to only trusted IP addresses

iptables -A INPUT -p tcp --dport [RADAR_PORT] -s [TRUSTED_IP] -j ACCEPT
iptables -A INPUT -p tcp --dport [RADAR_PORT] -j DROP

Web Application Firewall Rules

all

Implement WAF rules to block requests containing /../ patterns

WAF configuration depends on specific product

🧯 If You Can't Patch

  • Isolate Radar instances in separate network segments with strict access controls
  • Implement additional authentication layers (2FA, IP whitelisting) before Radar access

🔍 How to Verify

Check if Vulnerable:

Check Radar version. If version is 1.0.8 or earlier, system is vulnerable.

Check Version:

Check Radar configuration files or admin interface for version information

Verify Fix Applied:

No official fix available to verify. Test workarounds by attempting exploitation from unauthorized sources.

📡 Detection & Monitoring

Log Indicators:

  • Unusual authentication patterns
  • Requests containing /../ patterns to Interface Handler
  • Access from unexpected IP addresses

Network Indicators:

  • Traffic to Radar interface from unauthorized sources
  • Patterns matching exploit payloads

SIEM Query:

source="radar_logs" AND (uri="*../*" OR auth_status="bypass")

🔗 References

📤 Share & Export