The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2025-23171

CVE-2025-23171: Versa Director SD-WAN RCE Vulnerability

CVE-2025-23171 is a remote code execution flaw in Versa Director SD-WAN that allows authenticated attackers to upload webshells via insecure file upload. This post covers technical details, affected versions, and mitigation.

Updated: January 22, 2026

CVE-2025-23171 Overview

CVE-2025-23171 is an unrestricted file upload vulnerability in the Versa Director SD-WAN orchestration platform that allows authenticated attackers to upload malicious webshells. The vulnerability stems from improper file upload permission controls where the user interface appears to restrict file uploads, but the backend server still accepts and processes the upload requests. Additionally, the platform discloses full filenames of uploaded temporary files, including UUID prefixes, which can aid attackers in locating and executing their uploaded payloads.

Critical Impact

Authenticated attackers can upload webshells through the insecure UCPE image upload functionality, potentially gaining persistent remote code execution capabilities on critical SD-WAN infrastructure.

Affected Products

  • Versa Director versions prior to 21.2.3
  • Versa Director versions prior to 22.1.2
  • Versa Director versions prior to 22.1.3
  • Versa Director versions prior to 22.1.4

Discovery Timeline

  • 2025-06-19 - CVE-2025-23171 published to NVD
  • 2025-06-23 - Last updated in NVD database

Technical Details for CVE-2025-23171

Vulnerability Analysis

This vulnerability is classified as CWE-434 (Unrestricted Upload of File with Dangerous Type). The core issue lies in a disconnect between the client-side user interface controls and the server-side file upload handling logic. While the Versa Director UI presents visual restrictions that appear to prevent certain file uploads, the backend validation is insufficient or absent, allowing upload requests to succeed regardless of the frontend restrictions.

The vulnerability is particularly dangerous in the context of UCPE (Universal Customer Premises Equipment) image uploads, where an authenticated attacker can leverage this weakness to upload a webshell disguised as a legitimate image file. The additional information disclosure flaw that reveals full temporary filenames (including UUID prefixes) significantly reduces the complexity of exploitation by allowing attackers to predict or discover the exact path to their uploaded malicious files.

Root Cause

The root cause is a failure to implement proper server-side validation for file upload operations. The security controls rely primarily on client-side UI restrictions, which can be easily bypassed by attackers who interact directly with the API endpoints. The server does not adequately validate file types, content, or implement proper access controls on the upload functionality. Furthermore, the exposure of temporary file paths with UUID identifiers represents an additional information disclosure weakness that facilitates exploitation.

Attack Vector

The attack requires authenticated access to the Versa Director platform. An attacker with valid credentials can exploit this vulnerability through the following attack flow:

  1. Authenticate to the Versa Director platform with any valid user account
  2. Craft a malicious webshell file (e.g., JSP, PHP, or other server-side executable)
  3. Bypass the UI restrictions by directly sending HTTP requests to the file upload endpoint
  4. Upload the webshell through the UCPE image upload functionality
  5. Use the disclosed filename information (including UUID prefix) to locate the uploaded file
  6. Access the webshell through a web browser to execute arbitrary commands on the server

The attack can be executed over the network and does not require user interaction. Once a webshell is successfully deployed, the attacker gains the ability to execute arbitrary commands with the privileges of the web application, potentially leading to full system compromise of the SD-WAN management infrastructure.

Detection Methods for CVE-2025-23171

Indicators of Compromise

  • Unexpected files with executable extensions (.jsp, .php, .sh) in UCPE image upload directories
  • Web server access logs showing requests to unusual file paths containing UUID patterns
  • Abnormal file upload activity from authenticated users, particularly targeting UCPE image endpoints
  • Process execution anomalies originating from the web application context

Detection Strategies

  • Monitor HTTP traffic for file upload requests containing potentially malicious content types or extensions
  • Implement file integrity monitoring on Versa Director upload directories to detect unauthorized file additions
  • Review web server access logs for patterns indicating webshell access attempts (e.g., unusual POST requests to uploaded files)
  • Deploy endpoint detection solutions to identify process spawning from web server processes

Monitoring Recommendations

  • Enable verbose logging for all file upload operations on Versa Director
  • Configure alerts for any file uploads containing executable content or suspicious extensions
  • Monitor network traffic for unusual outbound connections from the Versa Director server that may indicate webshell command-and-control activity
  • Implement user behavior analytics to detect anomalous upload patterns from authenticated accounts

How to Mitigate CVE-2025-23171

Immediate Actions Required

  • Upgrade Versa Director to version 21.2.3 or later, or versions 22.1.2, 22.1.3, or 22.1.4 depending on your deployment
  • Audit existing upload directories for any suspicious or unexpected files
  • Review access logs for evidence of exploitation attempts
  • Restrict network access to the Versa Director management interface to trusted IP addresses only

Patch Information

Versa Networks has released security patches addressing this vulnerability. Organizations should upgrade to one of the following remediated versions:

  • Versa Director 21.2.3
  • Versa Director 22.1.2
  • Versa Director 22.1.3
  • Versa Director 22.1.4

For additional details, refer to the Versa Networks Security Bulletin.

Workarounds

  • Versa Networks has confirmed there are no workarounds to disable the vulnerable GUI option
  • Implement network segmentation to limit access to Versa Director management interfaces
  • Apply strict authentication controls and enable multi-factor authentication where possible
  • Deploy web application firewalls (WAF) to inspect and block malicious file upload attempts
  • Regularly audit user accounts with upload privileges and remove unnecessary access

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechVersa Director

  • SeverityHIGH

  • CVSS Score7.2

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-434
  • Technical References
  • Versa Networks Email Bulletin

  • Versa Networks Release Notes 21.2.3

  • Versa Networks Release Notes 22.1.2

  • Versa Networks Release Notes 22.1.3

  • Versa Networks Release Notes 22.1.4
  • Related CVEs
  • CVE-2024-45208: Versa Director SD-WAN RCE Vulnerability

  • CVE-2024-39717: Versa Director Auth Bypass Vulnerability

  • CVE-2024-42450: Versa Director Auth Bypass Vulnerability

  • CVE-2024-45229: Versa Director Auth Bypass Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English