vendor:
POC Generator
by:
Anonymous
7.5
CVSS
HIGH
Buffer Overflow
120
CWE
Product Name: POC Generator
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
Platforms Tested: Linux
2020
POC Generator
POC Generator is a bash script that can be used to generate a proof-of-concept (POC) for a buffer overflow vulnerability. It takes a width and height as parameters and creates an XBM file with the given dimensions. It then modifies the XBM file to contain a buffer overflow payload. If the 'minimal' parameter is given, the script will shrink the payload to the minimal body size.
Mitigation:
Input validation should be used to prevent buffer overflow attacks. The application should check the size of the input data before copying it to a buffer.