CVE-2026-48172
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedLiteSpeed 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.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceLiteSpeed User-End cPanel Plugin before version 2.4.5 contains a privilege escalation vulnerability allowing attackers to potentially gain root access through mishandling of Redis enable/disable features. The flaw was actively exploited in the wild in May 2026.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.
NVD · CPE data< 2.4.7< 5.3.1.0CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Identify LiteSpeed plugin installationRun 'rpm -qa | grep -i litespeed' or check /usr/local/cpanel/whostmgr/docroot/cgi/addon_lsws.cgi for cPanel plugin presence, and check /usr/local/cps/bin/lsws_whmapp or similar for WHM pluginAffected if Either the LiteSpeed cPanel Plugin or WHM Plugin is installed on the system
-
Determine installed version of LiteSpeed cPanel PluginRun 'rpm -qa | grep lscpanel' or use '/usr/local/cpanel/whostmgr/docroot/cgi/addon_lsws.cgi -v' to retrieve the exact version numberAffected if Version is below 2.4.7 (affected range: < 2.4.7)
-
Determine installed version of LiteSpeed WHM PluginRun 'rpm -qa | grep lswhm' or check the WHM plugin interface for the version numberAffected if Version is below 5.3.1.0 (affected range: < 5.3.1.0)
-
Check if Redis feature is enabledExamine the LiteSpeed plugin configuration files or the WebAdmin interface for Redis-related settings. Look for redisEnable, redisAble, or similar configuration flags in /etc/litespeed/ or the plugin config directoryAffected if Redis functionality is enabled in the LiteSpeed configuration (the vulnerability involves mishandling of Redis enable/disable features)
-
Search logs for indicators of compromiseSearch authentication logs, LiteSpeed logs, and shell history for patterns matching 'redisAble' using: grep -r 'redisAble' /var/log/ and grep -r 'redisAble' ~/.bash_historyAffected if Any log entries, commands, or configuration changes involving the redisAble pattern are found (this is a known IOC for this vulnerability)
The system is affected if either LiteSpeed cPanel Plugin version is below 2.4.7 or WHM Plugin version is below 5.3.1.0, and Redis functionality is present or IOC patterns are found in logs.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scoped2.4.75.3.1.0
Immediately update LiteSpeed User-End cPanel Plugin to version 2.4.7 or later and use the provided grep command to search logs for exploitation indicators (cpanel_jsonapi_func=redisAble) to determine if the system was compromised.
LiteSpeed cPanel Plugin >= 2.4.7; LiteSpeed WHM Plugin >= 5.3.1.0
- Check current LiteSpeed cPanel Plugin version: rpm -qa | grep -i lscphp or cat /usr/local/cpanel/src/litespeed/VERSION
- Check current LiteSpeed WHM Plugin version: rpm -qa | grep -i lsw
- Upgrade LiteSpeed cPanel Plugin to version 2.4.7 or later via cPanel WHM or LSPHP RPM update
- Upgrade LiteSpeed WHM Plugin to version 5.3.1.0 or later via cPanel WHM or LSPHP RPM update
- Run the detection command to verify no active exploitation: grep -rE "cpanel_jsonapi_func=redisAble" /var/cpanel/logs /usr/local/cpanel/logs/ 2>/dev/null
- If output is found, analyze source IP addresses from logs and block suspicious IPs
- Review system logs (auth.log, secure, cPanel logs) for any unauthorized root access or privilege escalation attempts from detected IPs
- Restart LiteSpeed service after upgrade: systemctl restart lsws or /scripts/restartsrv_lsws
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation3.0 h
- Implementation2.0 h
- Testing2.0 h
- Review / QA1.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $2,304.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-48172 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2026-48172 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data