Critical (10.0) Actively Exploited

LiteSpeed cPanel privilege escalation (CVE-2026-48172) [PoC]

CVE-2026-48172

CVE-2026-48172: LiteSpeed User-End cPanel Plugin pre-2.4.5 privilege escalation to root, actively exploited. Update to 2.4.7 immediately.

Actively exploited in the wild - CVE-2026-48172 is a critical privilege escalation flaw in the LiteSpeed User-End cPanel Plugin before version 2.4.5 that allows attackers to possibly gain root access on the server. Exploitation was confirmed in May 2026; update to version 2.4.7 immediately.

Overview

CVE-2026-48172 resides in the Redis enable/disable feature of the LiteSpeed User-End cPanel plugin. The software mishandles these operations, allowing an unauthenticated attacker to escalate privileges up to root. This flaw is rated CRITICAL with a CVSS score of 10.0, as it requires no authentication, no user interaction, and can be exploited over the network with low complexity.

The U.S. Cybersecurity and Infrastructure Security Agency (CISA) has added this vulnerability to its Known Exploited Vulnerabilities (KEV) catalog, confirming active exploitation in the wild as of May 2026. Despite its severity, the Exploit Prediction Scoring System (EPSS) currently gives a 0.0% probability of exploitation in the next 30 days, suggesting that attacks are targeted rather than widespread at this time.

Detection

The recommended detection method uses a command line check in Bash:

grep -rE "cpanel_jsonapi_func=redisAble" /var/cpanel/logs /usr/local/cpanel/logs/ 2>/dev/null
  • No output means the server has not been hit with exploitation of this vulnerability.
  • If output is present, examine the IP addresses in the list. Determine if they are valid IP addresses; if not, block them. Examine system logs for activity from these detected IP addresses to assess damage.

Affected Versions

All versions of the LiteSpeed User-End cPanel Plugin before 2.4.5 are vulnerable. The recommended minimum version is 2.4.7.

Remediation

  1. Update immediately: Upgrade the LiteSpeed User-End cPanel Plugin to version 2.4.7 or later.
  2. Check for compromise: Run the detection command above on all cPanel servers. If indicators are found, investigate the affected systems for unauthorized access or backdoors.
  3. Block malicious IPs: If exploitation is detected, block the offending IP addresses at the firewall level.

Security Insight

This vulnerability illustrates a recurring pattern in web hosting control panels - plugin code that manages third-party services (like Redis) is often written with insufficient privilege separation. The ability for an unauthenticated user to escalate directly to root from a feature toggle underscores how critical it is to apply the principle of least privilege to all plugin code, not just core panel functionality. Vendors that integrate external services through plugins should audit these components with the same rigor applied to their primary software. For related cybersecurity news and data breach reports, visit security news and breach reports.

Further Reading

Share:

Never miss a critical vulnerability

Get real-time security alerts delivered to your preferred platform.

Public PoC References

Unverified third-party code

These repositories are publicly listed on GitHub and have not been audited by Yazoul Security. They may contain malware, backdoors, destructive payloads, or operational security risks (telemetry, exfiltration). Treat them as hostile binaries. Inspect source before execution. Run only in isolated, disposable lab environments (offline VM, no credentials, no production data).

Authorized use only. This information is provided for defensive research, detection engineering, and patch validation. Using exploit code against systems you do not own or do not have explicit written permission to test is illegal in most jurisdictions and violates Yazoul's terms of use.

Repository Stars
HORKimhab/CVE-2026-48172

CVE-2026-48172

★ 1
retmakarunia/CVE-2026-48172

cPanel user run arbitrary scripts as root

★ 0
fevar54/CVE-2026-48172---LiteSpeed-cPanel-Plugin-Version-Auditor

This script safely checks the local version of the LiteSpeed cPanel plugin to determine if the system is running a version vulnerable to CVE-2026-48172. It does not send exploits or interact with netw

★ 0

Showing 3 of 3 known references. Source: nomi-sec/PoC-in-GitHub.

Related Advisories

Never Miss a Critical Alert

CVE advisories, breach reports, and threat intel — delivered daily to your inbox.