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-2021-25276

CVE-2021-25276: SolarWinds Serv-U Privilege Escalation

CVE-2021-25276 is a privilege escalation vulnerability in SolarWinds Serv-U allowing unprivileged users to gain LocalSystem access. This post covers technical details, affected versions, impact, and mitigation steps.

Published: February 25, 2026

CVE-2021-25276 Overview

CVE-2021-25276 is an insecure permissions vulnerability affecting SolarWinds Serv-U FTP server prior to version 15.2.2 Hotfix 1. The vulnerability exists because a directory containing user profile files—including password hashes—is configured with world-readable and world-writable permissions. This misconfiguration allows an unprivileged Windows user with local filesystem access to create arbitrary FTP users by simply copying a valid profile file into this directory, potentially achieving LocalSystem privileges for reading or replacing arbitrary files on the system.

Critical Impact

An unprivileged local attacker can escalate privileges to LocalSystem by creating malicious FTP user profiles, enabling arbitrary file read/write access across the entire filesystem.

Affected Products

  • SolarWinds Serv-U versions prior to 15.2.2 Hotfix 1
  • SolarWinds Serv-U 15.2.2 (without hotfix applied)

Discovery Timeline

  • 2021-02-03 - CVE-2021-25276 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2021-25276

Vulnerability Analysis

This vulnerability stems from a fundamental access control misconfiguration in SolarWinds Serv-U's user profile management system. The Serv-U FTP server stores user profile files in a specific directory on the Windows filesystem. These profile files contain sensitive information including password hashes and user configuration settings such as home directory paths.

The core issue is that this user profile directory is configured with overly permissive Access Control Lists (ACLs), allowing any local Windows user—including unprivileged accounts—to both read existing profile files and write new ones into the directory. This represents a classic case of CWE-732: Incorrect Permission Assignment for Critical Resource.

The vulnerability enables local privilege escalation because the Serv-U service operates with LocalSystem privileges. When an attacker creates a malicious FTP user profile with a home directory set to C:\, the FTP service grants that user access to read and write files across the entire filesystem with LocalSystem permissions. This effectively transforms low-privilege local access into full system compromise.

Root Cause

The root cause is improper permission assignment (CWE-732) on the directory containing Serv-U user profile files. The directory lacks appropriate Access Control Lists to restrict read and write operations to authorized administrators and the Serv-U service account only. This design flaw allows any authenticated Windows user with local filesystem access to manipulate the FTP server's user database directly through the filesystem.

Attack Vector

Exploitation requires local access to the Windows server's filesystem where SolarWinds Serv-U is installed. The attack follows these steps:

  1. The attacker, using an unprivileged Windows account, locates the Serv-U user profile directory
  2. The attacker reads an existing valid profile file to understand the file format and structure
  3. The attacker creates or modifies a profile file to define a new FTP user with a known password hash and sets the home directory to C:\ or another sensitive path
  4. The attacker copies this malicious profile file into the world-writable profile directory
  5. The Serv-U service loads the new profile, creating the attacker-controlled FTP user
  6. The attacker authenticates to the FTP service with the new credentials and gains LocalSystem-level access to files on the system

The attack is particularly dangerous because it requires no service restart—the new user profile becomes active immediately upon being written to the directory.

Detection Methods for CVE-2021-25276

Indicators of Compromise

  • Unexpected or unauthorized user profile files appearing in the Serv-U user profile directory
  • FTP user accounts that were not created through the Serv-U management interface
  • Anomalous FTP authentication events for unknown user accounts
  • File access logs showing FTP service reading or writing files outside of expected directories

Detection Strategies

  • Monitor the Serv-U user profile directory for file creation events using Windows security auditing or endpoint detection tools
  • Implement file integrity monitoring (FIM) on the Serv-U installation directory and user profile storage locations
  • Audit Windows Event Logs for object access events targeting the vulnerable directory path
  • Review FTP server logs for authentication attempts using unexpected usernames

Monitoring Recommendations

  • Deploy SentinelOne endpoint protection to detect and alert on suspicious file system activity targeting Serv-U directories
  • Enable Windows Advanced Audit Policy for file system object access on sensitive Serv-U paths
  • Configure alerting for new user profile file creation outside of normal administrative workflows
  • Establish baseline of legitimate Serv-U user profiles and alert on deviations

How to Mitigate CVE-2021-25276

Immediate Actions Required

  • Upgrade SolarWinds Serv-U to version 15.2.2 Hotfix 1 or later immediately
  • Audit existing user profile files for any unauthorized or suspicious entries
  • Review Windows ACLs on the Serv-U user profile directory and restrict permissions to administrators and the Serv-U service account only
  • Examine FTP server logs for signs of unauthorized access or suspicious user activity

Patch Information

SolarWinds has addressed this vulnerability in Serv-U 15.2.2 Hotfix 1. Organizations should apply this update as the primary remediation measure. For detailed technical analysis and additional context on this vulnerability, refer to the Trustwave SpiderLabs Blog.

Workarounds

  • Manually restrict NTFS permissions on the Serv-U user profile directory to remove access for unprivileged users while maintaining access for administrators and the service account
  • Implement application whitelisting to prevent unauthorized modifications to Serv-U configuration files
  • Limit local access to servers running Serv-U to only essential personnel
  • Consider network segmentation to reduce the exposure of file transfer services

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechSolarwinds Serv U

  • SeverityHIGH

  • CVSS Score7.1

  • EPSS Probability0.40%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-732
  • Technical References
  • Trustwave Blog Analysis on SolarWinds Vulnerabilities
  • Latest CVEs
  • CVE-2026-40322: SiYuan Knowledge Management RCE Vulnerability

  • CVE-2026-40318: SiYuan Path Traversal Vulnerability

  • CVE-2026-40259: SiYuan Auth Bypass Vulnerability

  • CVE-2026-40255: AdonisJS HTTP Server CSRF 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