7.5
CVSSv2

CVE-2009-3825

Published: 28/10/2009 Updated: 19/09/2017
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

Multiple directory traversal vulnerabilities in GenCMS 2006 allow remote malicious users to include and execute arbitrary local files via a .. (dot dot) in the (1) p parameter to show.php and the (2) Template parameter to admin/pages/SiteNew.php.

Vulnerable Product Search on Vulmon Subscribe to Product

thomas graber gencms 2006

Exploits

GenCMS gencmsberliosde/ eLwaux(c)2009 LFI /showphp ---------------------------------------------------------------------------------------------------- 18: $param = $_GET['p']; 19: if(empty($param)) $param = 'news'; 20: //get right page 21: //$page = $param'php'; 22: 23: //static or dynamic 24: if(GC_FULLSTAT ...