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-2026-48172

CVE-2026-48172: LiteSpeed cPanel Privilege Escalation Flaw

CVE-2026-48172 is a privilege escalation vulnerability in LiteSpeed User-End cPanel Plugin before 2.4.5 that could grant root access. Exploited in the wild, this article covers detection methods, impact, and mitigation.

Published: May 21, 2026

CVE-2026-48172 Overview

CVE-2026-48172 is a privilege escalation vulnerability in the LiteSpeed User-End cPanel Plugin before version 2.4.5. The flaw stems from mishandling of Redis enable and disable features within the plugin, allowing unauthenticated network-based attackers to escalate privileges, possibly to root. According to the advisory, the vulnerability was exploited in the wild in May 2026. The parent LiteSpeed WHM Plugin is not affected. The weakness is classified under CWE-266 (Incorrect Privilege Assignment).

Critical Impact

Unauthenticated remote attackers can escalate privileges to root on affected cPanel servers by abusing the Redis enable/disable feature exposed through the plugin's JSON API endpoint.

Affected Products

  • LiteSpeed User-End cPanel Plugin versions before 2.4.5
  • cPanel servers running the vulnerable User-End plugin
  • LiteSpeed WHM Plugin (parent plugin) is NOT affected

Discovery Timeline

  • 2026-05 - Exploitation observed in the wild per vendor advisory
  • 2026-05-21 - CVE-2026-48172 published to NVD
  • 2026-05-21 - Last updated in NVD database

Technical Details for CVE-2026-48172

Vulnerability Analysis

The vulnerability resides in the LiteSpeed User-End cPanel Plugin, a component installed alongside cPanel to manage LiteSpeed Web Server features at the user level. The plugin exposes a JSON API function named redisAble, which handles enabling and disabling Redis caching support. Improper privilege assignment in this handler allows an attacker to perform actions outside the intended privilege boundary of an unauthenticated or low-privileged caller. Successful exploitation can lead to full system compromise, including elevation to root.

Root Cause

The root cause is incorrect privilege assignment ([CWE-266]) in the Redis enable/disable feature of the User-End plugin. The handler invoked through cpanel_jsonapi_func=redisAble does not properly validate authorization or constrain the execution context before performing privileged operations. Because the User-End plugin runs in a context that can interact with privileged cPanel functionality, the mishandled feature provides a path to escalate beyond the original caller's permissions.

Attack Vector

The attack vector is network-based and requires no authentication or user interaction. An attacker issues a crafted HTTP request to the cPanel JSON API targeting the redisAble function. The vendor advisory specifies that exploitation attempts can be detected by searching cPanel log directories for the string cpanel_jsonapi_func=redisAble. The parent LiteSpeed WHM Plugin does not expose this code path and is therefore not exploitable through the same vector.

No public proof-of-concept code has been released. Refer to the LiteSpeed Control Panel Support page for vendor-supplied technical context.

Detection Methods for CVE-2026-48172

Indicators of Compromise

  • Presence of the string cpanel_jsonapi_func=redisAble in /var/cpanel/logs or /usr/local/cpanel/logs/
  • Requests from unfamiliar or non-allowlisted IP addresses targeting the cPanel JSON API
  • Unexpected creation, modification, or enablement of Redis configuration files following inbound HTTP traffic to the User-End plugin
  • New privileged processes or root-owned files spawned in temporal proximity to plugin requests

Detection Strategies

  • Run the vendor-recommended command grep -rE "cpanel_jsonapi_func=redisAble" /var/cpanel/logs /usr/local/cpanel/logs/ 2>/dev/null to identify exploitation attempts
  • Cross-reference any source IP addresses returned by the grep with allowlists and threat intelligence feeds
  • Correlate plugin access logs with system audit logs (/var/log/secure, auth.log) to identify privilege transitions following plugin requests
  • Review installed plugin version against 2.4.5 to confirm exposure

Monitoring Recommendations

  • Forward cPanel and WHM logs to a centralized logging or SIEM platform for retention and alerting on the redisAble indicator
  • Alert on any successful HTTP 200 responses to JSON API calls invoking redisAble from external IP addresses
  • Monitor for unexpected changes to Redis service state, configuration files, and systemd unit files on cPanel hosts
  • Track outbound network connections initiated by cPanel plugin processes to detect post-exploitation activity

How to Mitigate CVE-2026-48172

Immediate Actions Required

  • Upgrade the LiteSpeed User-End cPanel Plugin to version 2.4.5 or later on every affected cPanel host
  • Execute the vendor-supplied grep command to determine whether exploitation has already occurred
  • For any suspicious IP addresses identified, block them at the host or perimeter firewall and review system logs for activity tied to those IPs
  • If compromise is suspected, treat the host as breached and follow standard incident response procedures, including credential rotation and integrity verification

Patch Information

LiteSpeed Technologies has addressed the issue in LiteSpeed User-End cPanel Plugin version 2.4.5. Refer to the LiteSpeed Release Log Updates for the corresponding release notes and to the LiteSpeed Control Panel Support page for installation guidance.

Workarounds

  • Remove or disable the LiteSpeed User-End cPanel Plugin on hosts where upgrading to 2.4.5 cannot be performed immediately
  • Restrict access to cPanel JSON API endpoints to known administrative IP ranges using firewall or web application firewall rules
  • Block requests containing cpanel_jsonapi_func=redisAble at an upstream proxy or WAF until patching is complete
  • Audit all user accounts and SSH keys on the affected host to detect persistence introduced before remediation
bash
# Detection command from the vendor advisory
grep -rE "cpanel_jsonapi_func=redisAble" /var/cpanel/logs /usr/local/cpanel/logs/ 2>/dev/null

# Confirm the installed plugin version meets the fixed release
rpm -q lsws-cpanel-plugin || /usr/local/cpanel/whostmgr/docroot/cgi/lsws/lsws_whm_plugin --version

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechLitespeed

  • SeverityCRITICAL

  • CVSS Score10.0

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-266
  • Technical References
  • LiteSpeed Control Panel Support

  • LiteSpeed Release Log Updates
  • Related CVEs
  • CVE-2026-31386: LiteSpeed Web Server RCE Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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