CVE-2025-23171

7.2 HIGH

📋 TL;DR

This vulnerability in Versa Director SD-WAN orchestration platform allows authenticated attackers to upload malicious files despite UI restrictions, potentially enabling webshell deployment. It affects organizations using vulnerable Versa Director versions for SD-WAN management. Attackers can exploit this to gain unauthorized access and control over the management platform.

💻 Affected Systems

Products:
  • Versa Director SD-WAN Orchestration Platform
Versions: Versions prior to 21.2.3, 22.1.2, 22.1.3, 22.1.4
Operating Systems: Not specified - appliance/VM-based platform
Default Config Vulnerable: ⚠️ Yes
Notes: Requires authenticated access to the Versa Director interface

⚠️ Manual Verification Required

This CVE does not have specific version information in our database, so automatic vulnerability detection cannot determine if your system is affected.

Why? The CVE database entry doesn't specify which versions are vulnerable (no version ranges provided by the vendor/NVD).

🔒 Custom verification scripts are available for registered users. Sign up free to download automated test scripts.

Recommended Actions:
  1. Review the CVE details at NVD
  2. Check vendor security advisories for your specific version
  3. Test if the vulnerability is exploitable in your environment
  4. Consider updating to the latest version as a precaution

⚠️ Risk & Real-World Impact

🔴

Worst Case

Complete compromise of the SD-WAN management platform leading to network-wide control, data exfiltration, and lateral movement to managed devices.

🟠

Likely Case

Unauthorized file upload leading to webshell installation, allowing attacker persistence and potential privilege escalation within the management system.

🟢

If Mitigated

Limited impact with proper network segmentation and monitoring, but still represents a significant management plane vulnerability.

🌐 Internet-Facing: HIGH
🏢 Internal Only: HIGH

🎯 Exploit Status

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

Proof of concept disclosed by third-party researchers, exploitation requires authenticated access but is technically straightforward

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 21.2.3, 22.1.2, 22.1.3, or 22.1.4

Vendor Advisory: https://security-portal.versa-networks.com/emailbulletins/68526dbbdc94d6b9f2faf71a

Restart Required: Yes

Instructions:

1. Backup current configuration. 2. Download appropriate patched version from Versa support portal. 3. Apply upgrade following Versa Director upgrade procedures. 4. Verify successful upgrade and functionality.

🔧 Temporary Workarounds

No GUI workaround available

all

Vendor states there are no workarounds to disable the vulnerable GUI option

🧯 If You Can't Patch

  • Implement strict network segmentation to isolate Versa Director from untrusted networks
  • Enhance monitoring for unusual file upload activities and webshell detection

🔍 How to Verify

Check if Vulnerable:

Check Versa Director version via web interface or CLI, compare against vulnerable versions

Check Version:

show version (via CLI) or check About/System Info in web interface

Verify Fix Applied:

Verify version is 21.2.3, 22.1.2, 22.1.3, or 22.1.4 after upgrade

📡 Detection & Monitoring

Log Indicators:

  • Unusual file upload activities
  • Temporary file creation with UUID prefixes
  • Webshell-related access patterns

Network Indicators:

  • Unexpected outbound connections from Versa Director
  • Suspicious HTTP requests to uploaded files

SIEM Query:

source="versa_director" AND (event="file_upload" OR filename="*.php" OR filename="*.jsp" OR filename="*.aspx")

🔗 References

📤 Share & Export