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
    • 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-2021-35223

CVE-2021-35223: SolarWinds Serv-U RCE Vulnerability

CVE-2021-35223 is a remote code execution vulnerability in SolarWinds Serv-U File Server that exploits event auditing commands with user-supplied parameters. This article covers technical details, affected versions, and mitigation.

Published: February 25, 2026

CVE-2021-35223 Overview

CVE-2021-35223 is a Remote Code Execution (RCE) vulnerability affecting SolarWinds Serv-U File Server. The vulnerability exists in the audit functionality that allows administrators to execute commands when specific events occur, such as user login failures. An attacker can exploit this feature by supplying malicious parameters in the form of user string variables, enabling remote code execution on the affected system.

Critical Impact

Authenticated attackers can achieve remote code execution on SolarWinds Serv-U File Server systems by exploiting the command execution audit function with crafted user string variables, potentially leading to full system compromise.

Affected Products

  • SolarWinds Serv-U (versions prior to 15.2.4)
  • SolarWinds Serv-U File Server
  • SolarWinds Serv-U MFT Server

Discovery Timeline

  • August 31, 2021 - CVE-2021-35223 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2021-35223

Vulnerability Analysis

This vulnerability stems from improper input validation (CWE-20) in the SolarWinds Serv-U File Server's event auditing mechanism. The Serv-U server provides administrators with the ability to configure audit events that trigger command execution when specific server events occur, such as failed login attempts or file transfers.

The vulnerability allows authenticated users to inject malicious content through user string variables that are processed by the command execution function. When these variables are not properly sanitized, an attacker can craft input that results in arbitrary command execution on the underlying operating system with the privileges of the Serv-U service.

The attack is network-accessible and requires low attack complexity. While authentication is required, the impact is severe as successful exploitation can lead to complete confidentiality, integrity, and availability compromise of the affected system.

Root Cause

The root cause of CVE-2021-35223 is improper input validation in the command execution audit function. When user-controlled string variables are passed to the command execution mechanism, they are not adequately sanitized or escaped. This allows specially crafted input to break out of the intended parameter context and inject additional commands or modify the executed command's behavior.

The execute command feature processes user string variables without sufficient validation, enabling command injection when malicious parameters are supplied through events like login attempts.

Attack Vector

The attack vector is network-based, requiring an authenticated attacker to exploit the vulnerability. The attacker must have at least low-level privileges on the Serv-U system to trigger events that invoke the vulnerable command execution functionality.

The exploitation flow involves:

  1. The attacker authenticates to the Serv-U server with valid credentials
  2. The attacker triggers an auditable event (such as a login attempt) with specially crafted user string variables
  3. The Serv-U server processes these variables through the command execution function without proper sanitization
  4. The injected commands execute on the server with the privileges of the Serv-U service

For detailed technical information about the exploitation mechanism, refer to the SolarWinds Security Advisory and the CVE-2021-35223 Remote Code Execution Advisory.

Detection Methods for CVE-2021-35223

Indicators of Compromise

  • Unusual process spawns originating from the Serv-U service process
  • Unexpected command-line arguments in audit event configurations
  • Anomalous user login attempts with malformed or suspicious usernames containing special characters
  • Unauthorized modifications to Serv-U audit configuration files
  • Evidence of reverse shells or network connections initiated by the Serv-U process

Detection Strategies

  • Monitor Serv-U audit logs for events containing suspicious user string variables or special characters indicating command injection attempts
  • Implement endpoint detection rules for unusual child processes spawned by the Serv-U service
  • Deploy network intrusion detection signatures for command injection patterns in FTP/SFTP authentication traffic
  • Configure SIEM alerts for authentication events with anomalous parameter lengths or encoded payloads

Monitoring Recommendations

  • Enable verbose logging on Serv-U servers and forward logs to a centralized SIEM platform
  • Monitor for changes to audit event configurations and command execution settings
  • Implement file integrity monitoring on Serv-U configuration files and binaries
  • Track process creation events on servers running Serv-U for anomalous child processes

How to Mitigate CVE-2021-35223

Immediate Actions Required

  • Upgrade SolarWinds Serv-U to version 15.2.4 or later immediately
  • Review and audit all configured command execution events in Serv-U
  • Restrict network access to Serv-U administration interfaces to trusted IP addresses only
  • Implement network segmentation to isolate file transfer servers from critical infrastructure

Patch Information

SolarWinds has released Serv-U version 15.2.4 to address this vulnerability. Organizations should upgrade to this version or later as soon as possible. The patch information and release notes are available in the SolarWinds Serv-U Release Notes.

Additional details about the vulnerability and remediation steps can be found in the SolarWinds Security Advisory for CVE-2021-35223.

Workarounds

  • Disable the Execute Command audit functionality until the patch can be applied
  • Remove or limit any configured command execution events that process user-controlled variables
  • Implement strict input validation at network boundaries using a web application firewall or intrusion prevention system
  • Enforce principle of least privilege for all Serv-U user accounts to minimize attack surface
bash
# Example: Review current Serv-U audit configuration
# Check for command execution events that may be vulnerable
# Location varies by installation, typically:
cat /usr/local/Serv-U/Serv-U.Archive

# After patching, verify the installed version
/usr/local/Serv-U/Serv-U.exe -version
# Ensure version is 15.2.4 or higher

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechSolarwinds Serv U

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability5.28%

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

  • NVD-CWE-noinfo
  • Vendor Resources
  • SolarWinds Serv-U Release Notes

  • CVE-2021-35223 Remote Code Execution Advisory

  • SolarWinds Security Advisory CVE-2021-35223
  • Related CVEs
  • CVE-2021-35211: SolarWinds Serv-U RCE Vulnerability

  • CVE-2025-40541: SolarWinds Serv-U Privilege Escalation

  • CVE-2025-40540: SolarWinds Serv-U Privilege Escalation

  • CVE-2025-40539: SolarWinds Serv-U Privilege Escalation
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