An unauthenticated SQL injection vulnerability exists in the Kloxo web hosting control panel (developed by LXCenter) prior to version 6.1.12. The flaw resides in the login-name parameter passed to lbin/webcommand.php, which fails to properly sanitize input, allowing an attacker to extract the administrator’s password from the backend database. After recovering valid credentials, the attacker can authenticate to the Kloxo control panel and leverage the Command Center feature (display.php) to execute arbitrary operating system commands as root on the underlying host system. This vulnerability was reported to be exploited in the wild in January 2014.
Security readout for executives and security teams
Plain-English summary
Kloxo before 6.1.12 could let an unauthenticated internet user steal the administrator password through SQL injection, then use the control panel to run operating system commands as root. For any legacy Kloxo-hosted server, this is a full host compromise risk, not just a website issue.
Executive priority
Treat confirmed vulnerable Kloxo systems as emergency remediation. A successful attack can grant root control of the hosting server, affecting hosted sites, customer data, and adjacent systems.
Technical view
The reported flaw is CWE-89 SQL injection in the login-name parameter to lbin/webcommand.php. Successful abuse can expose the admin password from the backend database, enabling authenticated access to Kloxo and command execution through Command Center/display.php as root. Public exploit references exist.
Likely exposure
Exposure is most likely on legacy internet-facing servers still running LXCenter Kloxo versions before 6.1.12. The bundle does not establish exposure for Kloxo-MR or unrelated hosting panels.
Exploitation context
The bundle says exploitation was reported in January 2014 and includes public exploit references. It also says KEV is false, so current active exploitation is not established from the provided evidence.
Researcher notes
Evidence is strong for the vulnerability class, affected version boundary, and public exploit availability. Current exploitation is not proven by KEV in this bundle. Validate only with safe inventory, version checks, access review, and log analysis.
Mitigation direction
Identify and remove internet exposure for legacy Kloxo panels.
Upgrade or replace Kloxo versions earlier than 6.1.12 per vendor guidance.
Rotate Kloxo administrator credentials after remediation.
Assume affected hosts may be compromised and review for root-level persistence.
Restrict control panel access to trusted management networks.
Validation and detection
Inventory servers for LXCenter Kloxo and record exact versions.
Check whether lbin/webcommand.php is reachable from untrusted networks.
Review control panel and system logs around January 2014 onward.
Look for unauthorized Kloxo admin logins and command execution activity.
Verify administrative credentials were rotated after any remediation.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-89: Database access and collection lookup
Injection into data stores can inform collection, data access, and exfiltration detection reviews. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
The CVE wording references authentication or credential exposure, so valid-account and credential-access review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
The CVE wording references database injection or access, so collection and exfiltration review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
1CVSS vectors
3Timeline events
1ADP providers
7Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: pocAutomatable: yesTechnical Impact: total
CVSS vector scores
1 official score
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-89 · source CWE mapping
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.