| CVSS Meta Temp Score | Current Exploit Price (≈) | CTI Interest Score |
|---|---|---|
| 7.1 | $0-$5k | 0.00 |
Summary
A vulnerability categorized as critical has been discovered in Milw0rm Clone Script 1.0. This impacts an unknown function of the file admin/login.php. Such manipulation of the argument PWD leads to sql injection. This vulnerability is documented as CVE-2015-4658. The attack can be executed remotely. Additionally, an exploit exists.
Details
A vulnerability was found in Milw0rm Clone Script 1.0. It has been rated as critical. Affected by this issue is an unknown functionality of the file admin/login.php. The manipulation of the argument PWD with an unknown input leads to a sql injection vulnerability. Using CWE to declare the problem leads to 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. Impacted is confidentiality, integrity, and availability. CVE summarizes:
Multiple SQL injection vulnerabilities in admin/login.php in Milw0rm Clone Script 1.0 allow remote attackers to execute arbitrary SQL commands via the (1) usr or (2) pwd parameter.
The weakness was released 06/15/2015 as not defined exploit (Exploit-DB). The advisory is available at exploit-db.com. This vulnerability is handled as CVE-2015-4658 since 06/18/2015. The attack may be launched remotely. No form of authentication is required for exploitation. Technical details as well as a public exploit are known. This vulnerability is assigned to T1505 by the MITRE ATT&CK project. The following code is the reason for this vulnerability:
$usr = htmlspecialchars(trim($_POST['usr']));
$pwd = htmlspecialchars(trim($_POST['pwd']));
if($usr && $pwd){
$login = mysql_query("SELECT * FROM `site_info` WHERE `adm_usr`='".$usr."' AND `adm_pwd`='".md5($pwd)."';");After immediately, there has been an exploit disclosed. The exploit is available at exploit-db.com. It is declared as highly functional. By approaching the search of inurl:admin/login.php it is possible to find vulnerable targets with Google Hacking.
There is no information about possible countermeasures known. It may be suggested to replace the affected object with an alternative product.
The vulnerability is also documented in the databases at X-Force (103902) and Exploit-DB (37290). If you want to get best quality of vulnerability data, you may have to visit VulDB.
Product
Vendor
Name
Version
CPE 2.3
CPE 2.2
CVSSv4
VulDB Vector: 🔍VulDB Reliability: 🔍
CVSSv3
VulDB Meta Base Score: 7.3VulDB Meta Temp Score: 7.1
VulDB Base Score: 7.3
VulDB Temp Score: 7.1
VulDB Vector: 🔍
VulDB Reliability: 🔍
CVSSv2
| AV | AC | Au | C | I | A |
|---|---|---|---|---|---|
| 💳 | 💳 | 💳 | 💳 | 💳 | 💳 |
| 💳 | 💳 | 💳 | 💳 | 💳 | 💳 |
| 💳 | 💳 | 💳 | 💳 | 💳 | 💳 |
| Vector | Complexity | Authentication | Confidentiality | Integrity | Availability |
|---|---|---|---|---|---|
| Unlock | Unlock | Unlock | Unlock | Unlock | Unlock |
| Unlock | Unlock | Unlock | Unlock | Unlock | Unlock |
| Unlock | Unlock | Unlock | Unlock | Unlock | Unlock |
VulDB Base Score: 🔍
VulDB Temp Score: 🔍
VulDB Reliability: 🔍
NVD Base Score: 🔍
Exploiting
Class: Sql injectionCWE: CWE-89 / CWE-74 / CWE-707
CAPEC: 🔍
ATT&CK: 🔍
Physical: No
Local: No
Remote: Yes
Availability: 🔍
Access: Public
Status: Highly functional
Download: 🔍
Google Hack: 🔍
EPSS Score: 🔍
EPSS Percentile: 🔍
Price Prediction: 🔍
Current Price Estimation: 🔍
| 0-Day | Unlock | Unlock | Unlock | Unlock |
|---|---|---|---|---|
| Today | Unlock | Unlock | Unlock | Unlock |
Exploit-DB: 🔍
Threat Intelligence
Interest: 🔍Active Actors: 🔍
Active APT Groups: 🔍
Countermeasures
Recommended: no mitigation knownStatus: 🔍
0-Day Time: 🔍
Exploit Delay Time: 🔍
Timeline
06/15/2015 🔍06/15/2015 🔍
06/18/2015 🔍
06/18/2015 🔍
06/18/2015 🔍
01/26/2025 🔍
Sources
Advisory: exploit-db.comStatus: Not defined
CVE: CVE-2015-4658 (🔍)
GCVE (CVE): GCVE-0-2015-4658
GCVE (VulDB): GCVE-100-75986
X-Force: 103902 - Milw0rm Clone Script admin/login.php SQL injection
scip Labs: https://www.scip.ch/en/?labs.20161013
Entry
Created: 06/18/2015 10:36Updated: 01/26/2025 10:48
Changes: 06/18/2015 10:36 (56), 09/24/2018 08:52 (1), 01/26/2025 10:48 (16)
Complete: 🔍
Cache ID: 216::103
If you want to get best quality of vulnerability data, you may have to visit VulDB.
No comments yet. Languages: en.
Please log in to comment.