CVE-2014-125123
BaseFortify
Publication date: 2025-07-31
Last updated on: 2025-07-31
Assigner: VulnCheck
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| lxc | kloxo | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-89 | The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is an unauthenticated SQL injection in the Kloxo web hosting control panel before version 6.1.12. It occurs because the login-name parameter in lbin/webcommand.php does not properly sanitize input, allowing an attacker to extract the administrator's password from the backend database. With these credentials, the attacker can log into the control panel and use the Command Center feature to execute arbitrary operating system commands as root on the host system.
How can this vulnerability impact me? :
An attacker can exploit this vulnerability to gain administrator credentials without authentication, then execute arbitrary commands as root on the underlying host system. This can lead to full system compromise, data theft, service disruption, and unauthorized control over the hosting environment.