CVE-2026-48172: LiteSpeed cPanel Plugin Privilege Escalation Vulnerability
LiteSpeed User-End cPanel Plugin before 2.4.5 allows privilege escalation (possibly to root), as exploited in the wild in May 2026. Detection is best done via a command line of grep -rE "cpanel_jsonapi_func=redisAble" /var/cpanel/logs /usr/local/cpanel/logs/ 2>/dev/null in Bash. If you get no output, you have not been hit with exploitation of the vulnerability. If there is output, we recommend you examine the IP addresses in the list, determine if they are valid IP addresses, and if not, block them. To determine damage done, examine the system logs for use by the detected IP addresses. The issue is related to mishandling of Redis enable/disable features. The recommended minimum version is 2.4.7.
How it works
The flaw belongs to the CWE-266 class of incorrect privilege assignment. The plugin fails to enforce proper separation between ordinary cPanel user operations and system-level execution. An attacker with any valid cPanel account can invoke the plugin interface to run scripts that inherit root privileges, allowing arbitrary code execution at the highest privilege level on the host.
Am I affected? How to find it in your systems
The LiteSpeed cPanel Plugin is typically installed on servers running cPanel and WebHost Manager for web hosting management. Inventory affected systems by listing all cPanel plugins on each server and identifying the LiteSpeed component. Review plugin configuration files and installed versions, then compare them directly against the vendor advisory to determine exposure. Examine cPanel access logs and system audit records for unexpected script invocations or privilege transitions originating from user accounts.
How to remediate
Apply the vendor update or mitigation steps specified in the official advisory. After patching, review all cPanel user permissions to ensure the plugin is restricted to accounts that require it. Disable unnecessary plugin features and enforce least-privilege principles for any remaining cPanel extensions that interact with system processes.
If you can't patch immediately
Follow the vendor's published mitigations. Apply applicable CISA BOD 22-01 guidance for cloud-hosted services. Where mitigations cannot be implemented, discontinue use of the LiteSpeed cPanel Plugin until a fix is available. Segment hosting servers so that cPanel accounts cannot reach critical system paths, and monitor for anomalous root-level process spawns from plugin-related binaries.
If your data may have been exposed
Privilege-escalation flaws of this type have been used to access or exfiltrate data once initial account compromise occurs. Run a free exposure scan of your organization's email domains against known breach datasets to identify any accounts that may already appear in public incident records.
AICompiled with AI assistance from public sources and published under our editorial standards.
Details
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:XReferences
- blog.litespeedtech.com/2026/05/21/security-update-for-litespeed-cpanel-plugin/
- www.litespeedtech.com/products/litespeed-web-server/control-panel-support/cpanel
- www.litespeedtech.com/products/litespeed-web-server/control-panel-support/releas
- www.cisa.gov/known-exploited-vulnerabilities-catalog?field_cve=CVE-2026-48172