vendor:
Jaangle
by:
s-dz
7,5
CVSS
HIGH
Buffer Overflow
119
CWE
Product Name: Jaangle
Affected Version From: 0.98e.971
Affected Version To: 0.98e.971
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 XP SP2 (fr)
2010
jaangle 0.98e.971
The overwrite is caused by a wsprintfW() function, however the program checks for a XOR'd DWORD at ESP+7D8 with DS:[601E60] (if not matched --> TerminateProcess). Having control over the SEH does not actually cause any exception between wsprintfW() to TerminateProcess().
Mitigation:
Ensure that the program is not vulnerable to buffer overflow attacks by using secure coding practices and input validation.