vendor:
Nedit
by:
Tosh
7.5
CVSS
HIGH
Format String Vulnerability
134
CWE
Product Name: Nedit
Affected Version From: Nedit 5.5
Affected Version To: Nedit 5.5
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: FreeBSD 8.2-RELEASE
2011
Format string vulnerability in Nedit <= 5.5.
A format string vulnerability in Nedit <= 5.5 allows an attacker to execute arbitrary code by passing maliciously crafted arguments to the program. The vulnerability is caused by improper handling of user-supplied input when the program is used with the -import argument. The attacker can use the %n format string specifier to write arbitrary values to arbitrary memory locations. The exploit code uses the %n specifier to write the address of the shellcode to the stack, and then executes the shellcode.
Mitigation:
The vulnerability was already patched when it was discovered.