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-35247

CVE-2021-35247: SolarWinds Serv-U Auth Bypass Vulnerability

CVE-2021-35247 is an authentication bypass flaw in SolarWinds Serv-U affecting LDAP authentication input validation. Attackers could exploit improper character sanitization in the web login screen. This article covers technical details, affected versions, impact assessment, and mitigation strategies.

Published: March 4, 2026

CVE-2021-35247 Overview

CVE-2021-35247 is an improper input validation vulnerability affecting the SolarWinds Serv-U web login screen when configured for LDAP authentication. The vulnerability allows characters that are not sufficiently sanitized to be passed through the authentication mechanism, potentially enabling LDAP injection attacks. While SolarWinds has noted that no downstream effect has been detected due to LDAP servers ignoring improper characters, the lack of proper input validation represents a security gap that could be exploited in certain configurations.

Critical Impact

This vulnerability has been added to CISA's Known Exploited Vulnerabilities (KEV) catalog, indicating active exploitation in the wild. Organizations using Serv-U with LDAP authentication should prioritize patching immediately.

Affected Products

  • SolarWinds Serv-U (versions prior to 15.3)
  • Serv-U installations configured with LDAP authentication
  • Enterprise environments using Serv-U for secure file transfer

Discovery Timeline

  • 2022-01-10 - CVE-2021-35247 published to NVD
  • 2025-10-27 - Last updated in NVD database

Technical Details for CVE-2021-35247

Vulnerability Analysis

This vulnerability stems from insufficient input sanitization in the Serv-U web login screen when processing credentials destined for LDAP authentication. When users submit login credentials through the web interface, the application fails to adequately validate and sanitize special characters before passing them to the LDAP authentication backend.

The attack can be initiated remotely over the network without requiring any prior authentication or user interaction, making it particularly accessible to threat actors. While the immediate impact appears limited to integrity concerns rather than confidentiality or availability breaches, the inclusion in CISA's KEV catalog suggests real-world exploitation scenarios have been observed.

The vulnerability classification under CWE-20 (Improper Input Validation) accurately reflects the root cause: the application accepts input that it should reject or sanitize before processing.

Root Cause

The root cause of CVE-2021-35247 lies in the inadequate input validation mechanisms within the Serv-U web login interface. When processing authentication requests that leverage LDAP, the application fails to properly filter or escape metacharacters that have special meaning in LDAP queries. This includes characters such as parentheses (), asterisks *, backslashes \, and null bytes that could potentially alter the structure or logic of LDAP queries.

SolarWinds has addressed this by implementing additional validation and sanitization routines to ensure that only expected characters are processed by the authentication subsystem.

Attack Vector

The attack vector for CVE-2021-35247 involves manipulating the username or password fields in the Serv-U web login form with specially crafted LDAP metacharacters. An attacker would typically:

  1. Access the Serv-U web login interface over the network
  2. Craft login credentials containing LDAP special characters designed to manipulate authentication queries
  3. Submit the malicious input through the standard authentication flow
  4. Potentially bypass authentication controls or extract information depending on the LDAP server configuration

The vulnerability exploits the trust boundary between the web application and the backend LDAP server, where unsanitized input crosses from one security context to another.

Detection Methods for CVE-2021-35247

Indicators of Compromise

  • Unusual characters in authentication logs including LDAP metacharacters such as *, (, ), \, and null bytes
  • Failed authentication attempts with malformed usernames containing special characters
  • Anomalous LDAP query patterns originating from the Serv-U application
  • Unexpected successful authentications following multiple failed attempts with special character payloads

Detection Strategies

  • Monitor Serv-U authentication logs for login attempts containing LDAP injection characters such as *)(|, )(cn=), or other LDAP filter syntax
  • Implement web application firewall rules to detect and block LDAP injection patterns in login requests
  • Configure SIEM alerts for authentication anomalies involving the Serv-U web interface
  • Deploy network monitoring to identify unusual LDAP traffic patterns between Serv-U and directory services

Monitoring Recommendations

  • Enable verbose logging on the Serv-U server to capture detailed authentication request data
  • Configure LDAP server audit logs to track all authentication queries from the Serv-U application
  • Implement real-time alerting for authentication failures with suspicious character patterns
  • Regularly review access logs for reconnaissance activity targeting the web login interface

How to Mitigate CVE-2021-35247

Immediate Actions Required

  • Update SolarWinds Serv-U to version 15.3 or later immediately
  • Review authentication logs for evidence of exploitation attempts
  • Implement network segmentation to limit exposure of the Serv-U web interface
  • Consider temporarily disabling web-based LDAP authentication until patching is complete

Patch Information

SolarWinds has released an update that implements additional validation and sanitization mechanisms for the web login screen. The fix ensures that improper characters are properly filtered before being processed by the LDAP authentication subsystem. Organizations should upgrade to Serv-U version 15.3 or later to receive this security fix. Detailed patch information is available in the SolarWinds Serv-U Release Notes and the SolarWinds Security Advisory.

Workarounds

  • Implement a web application firewall (WAF) with rules to filter LDAP injection characters in login requests
  • Restrict network access to the Serv-U web login interface using firewall rules or VPN requirements
  • Consider switching to alternative authentication methods such as local authentication or Active Directory integration if LDAP patching cannot be performed immediately
  • Deploy input validation at the network perimeter to sanitize requests before they reach the Serv-U server
bash
# Example: Restrict Serv-U web interface access using iptables
# Allow only trusted IP ranges to access the Serv-U web port
iptables -A INPUT -p tcp --dport 443 -s 10.0.0.0/8 -j ACCEPT
iptables -A INPUT -p tcp --dport 443 -j DROP

# Monitor authentication logs for suspicious patterns
grep -E "[*()\\\\x00]" /path/to/servu/logs/authentication.log

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechSolarwinds Serv U

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability3.18%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CISA KEV Information
  • In CISA KEVYes
  • CWE References
  • CWE-20

  • NVD-CWE-noinfo
  • Technical References
  • CISA Known Exploited Vulnerabilities
  • Vendor Resources
  • SolarWinds Serv-U Release Notes

  • SolarWinds Security Advisory CVE-2021-35247
  • Related CVEs
  • CVE-2025-40549: SolarWinds Serv-U Auth Bypass Vulnerability

  • CVE-2023-40060: SolarWinds Serv-U Auth Bypass Vulnerability

  • CVE-2023-35179: SolarWinds Serv-U Auth Bypass Vulnerability

  • CVE-2024-45711: SolarWinds Serv-U 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