vendor:
Codesighs
by:
Jeremy Brown
7.5
CVSS
HIGH
Memory Corruption
119
CWE
Product Name: Codesighs
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: NO
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
Mozilla Codesighs Memory Corruption PoC
This exploit is a proof-of-concept for a memory corruption vulnerability in Mozilla Codesighs. The vulnerability is caused by a lack of proper input validation when parsing a line of text from a file. This can be exploited to execute arbitrary code by supplying a specially crafted line of text. The vulnerability is triggered when the program attempts to scan the line of text using the sscanf() function.
Mitigation:
Input validation should be performed to ensure that user-supplied data is properly sanitized before being used.