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

CVE-2022-0072: OpenLiteSpeed Path Traversal Vulnerability

CVE-2022-0072 is a directory traversal vulnerability in LiteSpeed Technologies OpenLiteSpeed Web Server that allows unauthorized file access. This article covers technical details, affected versions, and mitigation.

Published: February 11, 2026

CVE-2022-0072 Overview

CVE-2022-0072 is a Directory Traversal vulnerability affecting LiteSpeed Technologies OpenLiteSpeed Web Server and LiteSpeed Web Server dashboards. This security flaw allows attackers to perform Path Traversal attacks, potentially enabling unauthorized access to files and directories outside the intended web root. The vulnerability exists in the web server dashboard component and can be exploited remotely without authentication.

Critical Impact

Attackers can traverse directory structures to access sensitive files outside the web root, potentially exposing configuration files, credentials, and other confidential data hosted on affected LiteSpeed web servers.

Affected Products

  • LiteSpeed Technologies OpenLiteSpeed versions 1.5.11 through 1.5.12
  • LiteSpeed Technologies OpenLiteSpeed versions 1.6.5 through 1.6.20.1
  • LiteSpeed Technologies OpenLiteSpeed versions 1.7.0 before 1.7.16.1

Discovery Timeline

  • 2022-10-27 - CVE CVE-2022-0072 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2022-0072

Vulnerability Analysis

The vulnerability resides in the HTTP server component of OpenLiteSpeed, specifically in how the dashboard handles file path requests. The flaw stems from inadequate input validation when processing user-supplied path parameters, allowing attackers to include directory traversal sequences (such as ../) in requests to access files outside the intended directory structure.

This type of vulnerability (CWE-22: Improper Limitation of a Pathname to a Restricted Directory) occurs when software uses external input to construct a pathname intended to identify a file or directory located underneath a restricted parent directory, but fails to properly neutralize special elements within the pathname that could cause resolution outside of that directory.

The network-based attack vector means this vulnerability can be exploited remotely without requiring local access to the target system. The vulnerability enables unauthorized reading of files, which could expose sensitive configuration data, credentials, or other confidential information.

Root Cause

The root cause of CVE-2022-0072 lies in insufficient sanitization of user-supplied input in the dashboard's file handling logic. The httpserver.cpp component fails to properly validate and neutralize path traversal sequences before using them to access files on the filesystem. This allows specially crafted requests containing sequences like ../ to escape the intended directory boundaries.

The vulnerable code can be found in the OpenLiteSpeed httpserver.cpp file, which was subsequently patched in version 1.7.16.1.

Attack Vector

The attack vector for CVE-2022-0072 is network-based, requiring no authentication or user interaction. An attacker can exploit this vulnerability by sending specially crafted HTTP requests to the OpenLiteSpeed dashboard that include directory traversal sequences in path parameters.

The exploitation mechanism involves manipulating URL paths or parameters to include parent directory references (../), allowing the attacker to traverse upward from the web root and access arbitrary files on the server that are readable by the web server process. This could include sensitive system files such as /etc/passwd, application configuration files, database credentials, or other confidential data.

Detection Methods for CVE-2022-0072

Indicators of Compromise

  • HTTP requests to the OpenLiteSpeed dashboard containing path traversal sequences such as ../, ..%2f, %2e%2e/, or similar URL-encoded variants
  • Unusual access patterns to the web server dashboard from external IP addresses
  • Log entries showing requests attempting to access files outside the normal web root directory structure
  • Failed or successful file access attempts to sensitive system files like /etc/passwd or configuration files

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect and block path traversal patterns in incoming HTTP requests
  • Configure intrusion detection systems (IDS) to alert on requests containing directory traversal sequences targeting LiteSpeed dashboard endpoints
  • Monitor web server access logs for suspicious path patterns that include .. sequences or URL-encoded equivalents
  • Deploy network traffic analysis to identify anomalous requests to management interfaces

Monitoring Recommendations

  • Enable detailed access logging on OpenLiteSpeed servers and centralize logs for analysis
  • Set up alerts for any access attempts to the dashboard from untrusted network segments
  • Regularly audit file access permissions and monitor for unauthorized file reads
  • Implement file integrity monitoring on sensitive configuration files to detect potential data exfiltration

How to Mitigate CVE-2022-0072

Immediate Actions Required

  • Update OpenLiteSpeed to version 1.7.16.1 or later immediately to address this vulnerability
  • Restrict network access to the OpenLiteSpeed dashboard to trusted IP addresses only
  • Review access logs for any evidence of prior exploitation attempts
  • Implement web application firewall rules to block path traversal patterns as a defense-in-depth measure

Patch Information

LiteSpeed Technologies has addressed this vulnerability in OpenLiteSpeed version 1.7.16.1. The fix includes proper input validation and sanitization of file paths to prevent directory traversal attacks. Organizations should upgrade to version 1.7.16.1 or later to remediate this vulnerability. The patched code can be reviewed in the OpenLiteSpeed GitHub repository.

Workarounds

  • Restrict access to the OpenLiteSpeed dashboard to localhost only or trusted internal networks using firewall rules
  • Deploy a reverse proxy with path validation in front of the dashboard to filter malicious requests
  • Disable the web-based dashboard entirely if not required for operations
  • Implement network segmentation to isolate web server management interfaces from public networks
bash
# Example: Restrict dashboard access using iptables
# Only allow dashboard access (default port 7080) from trusted management network
iptables -A INPUT -p tcp --dport 7080 -s 10.0.0.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 7080 -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/TechOpenlitespeed

  • SeverityMEDIUM

  • CVSS Score5.8

  • EPSS Probability0.66%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-22
  • Technical References
  • GitHub OpenLiteSpeed Code Reference

  • GitHub OpenLiteSpeed Code Reference
  • Related CVEs
  • CVE-2021-47855: OpenLiteSpeed XSS Vulnerability

  • CVE-2022-0073: Litespeedtech Openlitespeed RCE Vulnerability
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