vendor:
Example Product
by:
John Doe
7.8
CVSS
HIGH
Buffer Overflow
120
CWE
Product Name: Example Product
Affected Version From: 1.0.0
Affected Version To: 1.0.1
Patch Exists: YES
Related CWE: CVE-2020-12345
CPE: a:example:example_product:1.0.0
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Linux, Mac
2020
Own() Function Exploit
This exploit is related to the own() function in the code. The own() function is vulnerable to a buffer overflow attack due to the lack of proper input validation. The attacker can send a malicious payload to the own() function which can cause a buffer overflow and lead to arbitrary code execution. This exploit is related to CVE-2020-12345.
Mitigation:
Input validation should be implemented to prevent buffer overflow attacks.