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-2022-38106

CVE-2022-38106: SolarWinds Serv-U Path Traversal Flaw

CVE-2022-38106 is a path traversal vulnerability in SolarWinds Serv-U web client versions 15.3.0 to 15.3.1 affecting the directory creation function. This article covers technical details, affected versions, and mitigation.

Published: February 18, 2026

CVE-2022-38106 Overview

CVE-2022-38106 is a Cross-Site Scripting (XSS) vulnerability affecting SolarWinds Serv-U web client versions 15.3.0 through 15.3.1. The vulnerability exists in the directory creation function, allowing authenticated attackers to inject malicious scripts that can be executed in the context of other users' browsers. This type of stored XSS vulnerability can lead to session hijacking, credential theft, and unauthorized actions performed on behalf of legitimate users.

Critical Impact

Authenticated attackers can exploit this XSS vulnerability in the directory creation function to execute arbitrary JavaScript in victim browsers, potentially compromising user sessions and sensitive data within the Serv-U environment.

Affected Products

  • SolarWinds Serv-U version 15.3.0
  • SolarWinds Serv-U version 15.3.1
  • SolarWinds Serv-U Web Client interface

Discovery Timeline

  • 2022-12-16 - CVE-2022-38106 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2022-38106

Vulnerability Analysis

This vulnerability is classified under CWE-79 (Improper Neutralization of Input During Web Page Generation), commonly known as Cross-Site Scripting. The flaw resides in the web client's directory creation functionality, where user-supplied input is not properly sanitized before being rendered in the browser. When a user creates a directory with a specially crafted name containing malicious JavaScript, the script is stored server-side and executed whenever other users view or interact with that directory listing.

The attack requires network access and a low-privileged authenticated user account on the Serv-U system. Due to the changed scope characteristic, the impact extends beyond the vulnerable component itself, potentially affecting other users' browser sessions and data confidentiality. The vulnerability enables both confidentiality and integrity impacts through script execution in the victim's browser context.

Root Cause

The root cause of CVE-2022-38106 is improper input validation and output encoding in the Serv-U web client's directory creation handler. When processing directory names, the application fails to sanitize special characters and HTML entities before storing and subsequently rendering them in the web interface. This allows attackers to inject executable JavaScript that persists in the system and triggers when other users access the affected directory listings.

Attack Vector

The attack vector for this vulnerability is network-based and requires authentication with low privileges. An attacker must first authenticate to the Serv-U web client, then navigate to the directory creation function. By submitting a directory name containing malicious JavaScript payload, the attacker can store the script on the server. When other authenticated users—including administrators—browse to the affected directory, the malicious script executes in their browser session with their privileges.

The exploitation chain involves crafting a directory name that includes script tags or event handlers that bypass any client-side filtering. Since this is a stored XSS vulnerability, the payload persists and can affect multiple users over time, making it more dangerous than reflected XSS variants.

Detection Methods for CVE-2022-38106

Indicators of Compromise

  • Unusual directory names containing HTML tags, script elements, or JavaScript event handlers such as onerror, onload, or onclick
  • Web server logs showing directory creation requests with encoded or suspicious characters in the name parameter
  • User reports of unexpected browser behavior or pop-ups when browsing Serv-U directories
  • Session anomalies or unauthorized actions traced back to XSS payload execution

Detection Strategies

  • Implement web application firewall (WAF) rules to detect and block XSS payloads in directory creation requests
  • Monitor Serv-U web client logs for suspicious patterns in directory names including <script>, javascript:, or encoded variants
  • Deploy content security policy (CSP) headers to detect and report attempted script injections
  • Conduct regular security scans of the Serv-U web interface for stored XSS vulnerabilities

Monitoring Recommendations

  • Enable detailed logging for all directory creation operations in the Serv-U web client
  • Configure SIEM alerts for patterns matching common XSS payloads in HTTP request parameters
  • Monitor for unusual session behavior that may indicate successful XSS exploitation
  • Review directory listings periodically for entries containing suspicious characters or encoding

How to Mitigate CVE-2022-38106

Immediate Actions Required

  • Upgrade SolarWinds Serv-U to version 15.3.2 or later immediately
  • Review existing directory names for potentially malicious content and remove suspicious entries
  • Implement web application firewall rules to filter XSS payloads as a defense-in-depth measure
  • Enforce strict content security policies (CSP) to limit script execution sources

Patch Information

SolarWinds has addressed this vulnerability in Serv-U version 15.3.2. Organizations should upgrade to this version or later to remediate the XSS vulnerability. Detailed release notes and patch information are available in the SolarWinds Serv-U Release Notes. Additional security advisory details can be found at the SolarWinds Security Advisory for CVE-2022-38106.

Workarounds

  • Restrict access to the Serv-U web client to trusted network segments only until patching is complete
  • Implement strict input validation at the network perimeter using a reverse proxy or WAF
  • Disable directory creation capabilities for non-essential user accounts
  • Deploy browser-based XSS protection extensions for users who must access the vulnerable system
bash
# Configuration example - Restrict web client access by IP
# Add to Serv-U access control configuration
# Limit web client access to trusted admin subnet only
# Example firewall rule to restrict Serv-U web interface
iptables -A INPUT -p tcp --dport 443 -s 10.0.1.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 443 -j DROP

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechSolarwinds Serv U

  • SeverityMEDIUM

  • CVSS Score5.4

  • EPSS Probability4.80%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • CVE-2022-38106 Details
  • Vendor Resources
  • SolarWinds ServU Release Notes

  • SolarWinds Security Advisory CVE-2022-38106
  • Related CVEs
  • CVE-2024-28995: SolarWinds Serv-U Path Traversal Flaw

  • CVE-2021-35250: SolarWinds Serv-U Path Traversal Flaw

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

  • CVE-2025-40540: 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