6.8
CVSSv2

CVE-2008-0478

Published: 29/01/2008 Updated: 29/09/2017
CVSS v2 Base Score: 6.8 | Impact Score: 6.4 | Exploitability Score: 8.6
VMScore: 685
Vector: AV:N/AC:M/Au:N/C:P/I:P/A:P

Vulnerability Summary

Directory traversal vulnerability in index.php in SetCMS 3.6.5 allows remote malicious users to include and execute arbitrary local files via a .. (dot dot) in the set parameter, as demonstrated by sending a certain CLIENT_IP HTTP header in an enter action to index.php, and injecting PHP sequences into files/enter.set, which is then included by index.php.

Vulnerable Product Search on Vulmon Subscribe to Product

setcms setcms 3.6.5

Exploits

#!/usr/bin/perl ## SetCMS v365 (setcmsorg) remote commands execution exploit by RST/GHC ## o4o92oo6 ## (c)oded by 1dtw0lf ## THIS IS UNPUBLISHED RST/GHC EXPLOIT CODE ## KEEP IT PRIVATE ## про багу: ## ## file: functionsphp ## ## FUNCTION ip(){ ## global $user_id; ## if(getenv('HTTP_CLIENT_IP')) {$user_ip = getenv('HT ...