6.8
CVSSv2

CVE-2007-5674

Published: 24/10/2007 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 InstaGuide Weather (aka Weather for PHP) 1.0, when magic_quotes_gpc is disabled, allows remote malicious users to include and execute arbitrary local files via a .. (dot dot) in the PageName parameter.

Vulnerable Product Search on Vulmon Subscribe to Product

instaguide weather 1.0

Exploits

Weather for PHP <= (PageName) Local File Include Vulnerability Script : Weather for PHP Version : 10 Download : wwwinstaguidecom/download/weather_freezip AUTHOR : BorN To K!LL Vuln Code : $PageName = $_GET['PageName']; //// this is one :) include("includes/content/$PageNamephp") //// this is two :) Exploit : [ ...