DZCP deV!L`z Clanportal 1.5.2 inc/config.php basePath code injection
CVSS Meta Temp Score | Current Exploit Price (≈) | CTI Interest Score |
---|---|---|
6.6 | $0-$5k | 0.52 |
A vulnerability was found in DZCP deV!L`z Clanportal 1.5.2. It has been rated as critical. This issue affects an unknown function of the file inc/config.php. The manipulation of the argument basePath
with an unknown input leads to a privilege escalation vulnerability. Using CWE to declare the problem leads to CWE-94. The software constructs all or part of a code segment using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the syntax or behavior of the intended code segment. Impacted is confidentiality, integrity, and availability.
The weakness was shared 03/15/2010 (Website). It is possible to read the advisory at vupen.com. The identification of this vulnerability is CVE-2010-0966 since 03/16/2010. The attack may be initiated remotely. No form of authentication is needed for a successful exploitation. Technical details as well as a public exploit are known. The following code is the reason for this vulnerability:
function show($tpl, $array) { global $tmpdir; $template = "../inc/_templates_/".$tmpdir."/".$tpl; if($fp = @fopen($template.".".html, "r")) $tpl = @fread($fp, filesize($template.".".html)); $array['dir'] = '../inc/_templates_/'.$tmpdir; foreach($array as $value => $code) { $tpl = str_replace('['.$value.']', $code, $tpl); } return $tpl; }
A public exploit has been developed by cr4wl3r in PHP and been published immediately after the advisory. It is declared as proof-of-concept. The exploit is available at exploit-db.com.
Upgrading to version 1.5.4 eliminates this vulnerability. A possible mitigation has been published 1 days after the disclosure of the vulnerability.
The vulnerability is also documented in the vulnerability database at Exploit-DB (11735). secdb.tenold.org is providing further details.
Product
Vendor
Name
CPE 2.3
CPE 2.2
CVSSv3
VulDB Meta Base Score: 7.3VulDB Meta Temp Score: 6.6
VulDB Base Score: 7.3
VulDB Temp Score: 6.6
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: Privilege escalationCWE: CWE-94
ATT&CK: Unknown
Local: No
Remote: Yes
Availability: 🔍
Access: Public
Status: Proof-of-Concept
Author: cr4wl3r
Programming Language: 🔍
Download: 🔍
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: UpgradeStatus: 🔍
Reaction Time: 🔍
0-Day Time: 🔍
Exposure Time: 🔍
Exploit Delay Time: 🔍
Upgrade: deV!L`z Clanportal 1.5.4
Timeline
03/15/2010 🔍03/15/2010 🔍
03/15/2010 🔍
03/15/2010 🔍
03/16/2010 🔍
03/16/2010 🔍
03/16/2010 🔍
03/19/2015 🔍
03/23/2019 🔍
Sources
Advisory: vupen.comStatus: Not defined
CVE: CVE-2010-0966 (🔍)
Secunia: 38902 - deV!L'z Clanportal "basePath" File Inclusion Vulnerability, Highly Critical
OSVDB: 62924 - deV!L'z Clanportal inc/config.php basePath Parameter Remote File Inclusion
Vupen: ADV-2010-0615
scip Labs: https://www.scip.ch/en/?labs.20161013
Misc.: 🔍
Entry
Created: 03/19/2015 12:22 PMUpdated: 03/23/2019 03:59 PM
Changes: (2) source_cve_assigned source_vupen
Complete: 🔍
No comments yet. Languages: en.
Please log in to comment.