Severity by source
CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/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:X
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
Lifecycle Timeline
7DescriptionCVE.org
OpenLiteSpeed and LSWS Enterprise provided by LiteSpeed Technologies contain an OS command injection vulnerability. An arbitrary OS command may be executed by an attacker with the administrative privilege.
AnalysisAI
OS command injection in OpenLiteSpeed and LSWS Enterprise web servers from LiteSpeed Technologies allows administrative users to execute arbitrary operating system commands on the host. The flaw affects all versions of both products per ENISA EUVD and was reported by JPCERT/CC via JVN. No public exploit identified at time of analysis and EPSS exploitation probability is low (0.16%, 37th percentile), but the high CVSS 4.0 score (8.6) reflects full confidentiality, integrity, and availability impact on the underlying host.
Technical ContextAI
OpenLiteSpeed is the open-source edition of LiteSpeed Web Server (LSWS), while LSWS Enterprise is the commercial high-performance HTTP server widely deployed for shared hosting and WordPress workloads. Both products expose a web-based administrative console (WebAdmin) for configuration of virtual hosts, listeners, scripts, and server processes. The root cause is CWE-78 (Improper Neutralization of Special Elements used in an OS Command), meaning user-controllable input reachable from the administrative interface is concatenated into a shell command without proper sanitization or argument separation, allowing shell metacharacters to break out of the intended command context. CPEs cpe:2.3:a:litespeed_technologies:openlitespeed:*:* and cpe:2.3:a:litespeed_technologies:lsws_enterprise:*:* indicate version-agnostic applicability.
RemediationAI
No vendor-released patch identified at time of analysis in the provided data; consult the JVN advisory at https://jvn.jp/en/jp/JVN22152812/ and the LiteSpeed Technologies product pages (https://openlitespeed.org/ and https://www.litespeedtech.com/products/litespeed-web-server) for the fixed release and upgrade to it as soon as available. Until a patched build is installed, restrict network reachability of the WebAdmin console (default TCP 7080) to a management VLAN, VPN, or specific bastion IPs via firewall rules so it is never exposed to the internet - the side effect is that legitimate administrators must connect through that path. Rotate WebAdmin credentials, enforce strong unique passwords, and audit which accounts hold administrative privilege to minimize the population that can trigger the injection; in multi-tenant hosting, consider delegating only non-administrative roles to customers. Enable and review WebAdmin access logs for unexpected configuration changes or command-execution-related parameters as a detection control.
Same weakness CWE-78 – OS Command Injection
View allSame technique Command Injection
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-12333