← All posts

Security

LiteSpeed Patched a Root Escape on Shared Hosting. It Did Not Give It a Number

LiteSpeed Web Server Enterprise 6.3.7 quietly fixes a flaw that lets one hosting account reach root on a shared server, breaking the isolation the whole model depends on. There is no CVE, no severity score, and no word on exploitation — cPanel had to issue the warning.

MAI
The LiteSpeed Technologies logo, the vendor of LiteSpeed Web Server Enterprise.

On September 11, LiteSpeed Technologies shipped version 6.3.7 of LiteSpeed Web Server Enterprise. Its release log lists three lines marked SECURITY, wedged between a new post-quantum cryptography option and a fix for how the server handles Node.js processes. Three days later cPanel published an advisory explaining what at least one of those lines was for: a privilege-escalation flaw in the web server that lets a low-privilege hosting account break out of its own account and reach root on the machine.

There is still no CVE identifier for it. No severity score. No statement from either company about whether it has been used against anyone.

What is affected

ProductLiteSpeed Web Server Enterprise
AffectedAll versions before 6.3.7
Fixed in6.3.7, released September 11, 2026
CVENone assigned as of September 15
Severity scoreNot published
ExploitationNot addressed by either vendor

cPanel's advisory describes the consequence plainly: an attacker holding one ordinary hosting account on the server could use the flaw to

access or alter other hosted websites and the server itself.

The flaw also defeats CageFS, CloudLinux's per-account filesystem jail, which is the control most shared hosts rely on to keep one customer out of another customer's files. Neither company has explained how, and the changelog entries — enhanced lscgid request authentication, stronger validation of internal redirect URLs, and blocking of internal environment variables set from .htaccess — do not say which of them closes it.

Why this class of bug is worse than its score would suggest

LiteSpeed runs 14.6% of all websites whose web server is identifiable, according to W3Techs figures for September 2026. That share is not spread evenly. LiteSpeed Enterprise is a drop-in Apache replacement sold largely to hosting companies, and its centre of gravity is exactly the environment this bug is dangerous in: one physical server carrying hundreds or thousands of unrelated customers, isolated from each other by software.

In that architecture the account boundary is the whole security model. A vulnerability that crosses it does not compromise one site; it compromises every site on the box, plus the credentials, databases and backups sitting there. And the entry ticket is cheap. An attacker does not need to phish an administrator or find an exposed management port — they need to buy a hosting account on a vulnerable provider, which costs a few dollars and requires no exploitation at all.

This is also the third route to root through the LiteSpeed stack on cPanel servers this year. CVE-2026-48172 in May and CVE-2026-54420 in June both hit LiteSpeed's cPanel plugin, both were exploited in the wild, and both ended up in CISA's Known Exploited Vulnerabilities catalog. The September flaw is the first in the web server itself rather than the control-panel glue around it, which means the smaller mitigation — remove or restrict the plugin — does not apply. The vulnerable component is the thing serving the pages.

The disclosure is the story

What makes this worth writing about is not the bug, which nobody outside the two vendors has seen described. It is how it arrived.

LiteSpeed maintains an active security blog. It posted there on August 27 about two cross-site scripting bugs in its WordPress cache plugin, each with a CVE, and again on September 2 about a server-side request forgery issue reported by Patchstack. Those are real but minor. A root escape across the tenant boundary in the flagship commercial web server got none of that: no blog post, no identifier, no advisory of its own. The warning reached administrators because cPanel decided to write one.

Without a CVE, the flaw is effectively invisible to the machinery the industry has built to handle exactly this. Vulnerability scanners key off identifiers. So do patch-management systems, compliance reporting, insurer questionnaires and CISA's KEV catalog. A hosting operator running an inventory today will not see this listed anywhere, because there is nothing to list. The two earlier LiteSpeed flaws were caught by that machinery only after they were numbered and, in both cases, after they were already being exploited.

Silence about exploitation is not evidence of absence either. Both previous flaws in this stack were found to be under active attack. A bug that grants root from a purchased account on a widely deployed hosting platform is close to the ideal target for the people who mass-scan for these things, and the three-day gap between the quiet patch and cPanel's advisory is three days in which the fix existed publicly and the warning did not.

What to do

If you run LiteSpeed Enterprise, update to 6.3.7. LiteSpeed's documented upgrade path is /usr/local/lsws/admin/misc/lsup.sh -f -v 6.3.7. Note that 6.4.0 RC2 shipped on September 14; a release candidate is not the fix to reach for on a production hosting fleet.

If you are a customer rather than an operator, the honest position is that you cannot verify this yourself, and asking is reasonable. A host that can tell you its LiteSpeed version and when it patched is a host that is paying attention. After updating, operators should treat the patch as a starting point rather than a conclusion and review CGI activity and logging on the affected servers, since nothing published so far establishes when the flaw became exploitable or whether it was found in use.

Sources: LiteSpeed Web Server release log · The Hacker News: LiteSpeed Enterprise Flaw Could Let One Hosting Account Gain Root Access on a Shared Server · LowEndTalk: 14 Sep 2026 — LiteSpeed Enterprise security advisory (URGENT) · The Hacker News: CISA Flags LiteSpeed cPanel Plugin Flaw Exploited for Root Privilege Escalation · Security Affairs: CISA adds Cisco Catalyst and LiteSpeed cPanel plugin flaws to its KEV catalog · Cyber Security Agency of Singapore: Critical Vulnerability in LiteSpeed User-End cPanel Plugin · LiteSpeed blog · W3Techs: Usage statistics of LiteSpeed

Keep reading