CVE-2025-23171
📋 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
- Versa Director SD-WAN Orchestration Platform
⚠️ 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.
- Review the CVE details at NVD
- Check vendor security advisories for your specific version
- Test if the vulnerability is exploitable in your environment
- 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.
🎯 Exploit Status
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
allVendor 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
- https://security-portal.versa-networks.com/emailbulletins/68526dbbdc94d6b9f2faf71a
- https://support.versa-networks.com/support/solutions/articles/23000024323-release-21-2-3
- https://support.versa-networks.com/support/solutions/articles/23000025680-release-22-1-2
- https://support.versa-networks.com/support/solutions/articles/23000026033-release-22-1-3
- https://support.versa-networks.com/support/solutions/articles/23000026708-release-22-1-4