Panellicense

LiteSpeed Enterprise 6.3.7 build 2: update again for lscgid hardening

LiteSpeed has issued a second follow-up build for its critical privilege-escalation fix. Every LSWS Enterprise server below 6.3.7 build 2 needs another update.

LSAll LiteSpeed articlesNews & changelogs5 min readUpdated 2026-09-17
schema: TechArticleschema: FAQPageschema: BreadcrumbList

LiteSpeed has released LiteSpeed Web Server Enterprise 6.3.7 build 2, the second follow-up build in its response to a critical privilege-escalation flaw in the lscgid CGI helper. A malicious website user on a shared-hosting server could potentially bypass account isolation, including CloudLinux CageFS, and gain root-level access to the server.

The version number alone is no longer enough. If you installed 6.3.7 when it first shipped, or updated again to build 1, the server is still affected according to LiteSpeed's latest advisory. The required baseline is now 6.3.7 build 2 or later.

Who needs to update

The advisory applies to LiteSpeed Web Server Enterprise installations not running 6.3.7 build 2 or later. It is especially urgent on shared cPanel, Plesk, and DirectAdmin servers where customers can run CGI applications or otherwise control website content.

The patch sequence has moved quickly:

ReleaseSecurity changeCurrent status
6.3.7 build 0Strengthened lscgid request authentication, internal redirect validation, and protection of internal environment variablesSuperseded
6.3.7 build 1Addressed another corner case in internal redirect URL validationSuperseded
6.3.7 build 2Further hardens the lscgid CGI helperCurrent minimum

LiteSpeed has not assigned a public CVE identifier in the advisory. The vendor describes the original issue as critical because a low-privilege website user could potentially escape expected account isolation and reach root privileges. The advisory does not state that exploitation has been observed in the wild.

Check the installed version and build

Run both commands as root:

/usr/local/lsws/bin/lshttpd -v
cat /usr/local/lsws/BUILD

The first command identifies the installed LSWS version. The second is the decisive check for this update: it must report 2 or a later build for version 6.3.7.

For a small fleet, you can check each server over SSH:

for h in $(cat servers.txt); do
  printf '%s: ' "$h"
  ssh -n "root@$h" '/usr/local/lsws/bin/lshttpd -v 2>&1; printf "build "; cat /usr/local/lsws/BUILD'
done

Install 6.3.7 build 2

LiteSpeed's advisory supplies this forced update command:

/usr/local/lsws/admin/misc/lsup.sh -f -v 6.3.7

After it completes, restart LiteSpeed:

/usr/local/lsws/bin/lswsctrl restart

Then verify the build again rather than assuming the updater selected the newest package:

/usr/local/lsws/bin/lshttpd -v
cat /usr/local/lsws/BUILD

If the build still reports 0 or 1, do not treat the host as patched. LiteSpeed notes that newly announced builds can take time to reach every update channel; retry once the package is available or contact LiteSpeed support rather than downgrading to an earlier release.

The update is for LSWS Enterprise itself, not the LiteSpeed Cache WordPress plugin. Updating LSCWP does not replace this server-level patch. If you are still deploying LSWS across a fleet, see installing LiteSpeed on cPanel and installing LiteSpeed on Plesk for the control-panel integration paths.

What to verify after the restart

LiteSpeed recommends confirming normal operation of CGI applications and server-level logging tools after the update. Check at least:

  • a representative CGI application on each server;
  • sites or services that write through piped loggers;
  • the LSWS error log at /usr/local/lsws/logs/error.log for new startup or permission errors;
  • the WebAdmin or control-panel plugin to confirm LSWS returned to service.

A basic service check is:

/usr/local/lsws/bin/lswsctrl status
curl -I https://yourdomain.example/

Review servers that were exposed

Patching closes the known path but does not undo activity that happened before the update. LiteSpeed advises reviewing affected hosts for unusual CGI activity or piped logging behaviour. Prioritise servers with untrusted shared-hosting accounts and inspect logs from the period before build 2 was installed.

Look for unexplained CGI execution, unexpected changes to root-owned files, unfamiliar scheduled tasks, or logging helpers that no longer match your configuration. These are general compromise-review checks, not indicators LiteSpeed has attributed specifically to this flaw. If you find evidence of root-level modification, isolate the host and follow your incident-response process rather than relying on the update alone.

Sources

Is LiteSpeed Enterprise 6.3.7 without a build number patched?+
Not necessarily. The latest advisory requires 6.3.7 build 2 or later. Run /usr/local/lsws/bin/lshttpd -v and cat /usr/local/lsws/BUILD; the BUILD file must report 2 or a later build.
Do I need to update if I already installed 6.3.7 build 1?+
Yes. Build 1 fixed an additional internal-redirect validation corner case, but build 2 adds further lscgid hardening and is now the minimum release LiteSpeed identifies as unaffected.
How do I update LiteSpeed Enterprise to 6.3.7 build 2?+
As root, run /usr/local/lsws/admin/misc/lsup.sh -f -v 6.3.7, restart with /usr/local/lsws/bin/lswsctrl restart, and verify cat /usr/local/lsws/BUILD reports 2 or later.
Does updating the LiteSpeed Cache WordPress plugin fix this?+
No. This issue is in the LiteSpeed Web Server Enterprise lscgid helper. Update the server software itself; an LSCWP plugin update is unrelated.
Is there a CVE for this LiteSpeed privilege-escalation issue?+
LiteSpeed's advisory does not provide a public CVE identifier. It describes a critical privilege-escalation risk that can bypass account isolation, including CageFS, and potentially give a malicious website user root-level access.
Has the vulnerability been exploited in the wild?+
LiteSpeed's advisory does not state that in-the-wild exploitation has been observed. Because the potential impact is root compromise on shared-hosting servers, operators should still update immediately and review previously exposed systems.

Next steps

Switch in an afternoon

Switch from your current reseller — free.

We migrate active cPanel, Plesk, LiteSpeed and CloudLinux licenses from any reseller. We prorate the first month so you never pay twice, and your customers see zero downtime during the swap.