vendor:
N/A
by:
Anonymous
8,8
CVSS
HIGH
Buffer Overflow
119
CWE
Product Name: N/A
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: Windows
2020
Buffer Overflow in ConnectWithString() Function
A buffer overflow vulnerability exists in the ConnectWithString() function of the program. The vulnerability is caused due to a lack of proper validation of user-supplied input when handling the 'string' argument. An attacker can exploit this vulnerability by supplying a specially crafted string argument to the ConnectWithString() function, resulting in a buffer overflow and potentially allowing arbitrary code execution.
Mitigation:
Input validation should be performed to ensure that user-supplied input is properly sanitized.