vendor:
Base64 Decoder
by:
Andy Bowden
7.8
CVSS
HIGH
Buffer Overflow
119
CWE
Product Name: Base64 Decoder
Affected Version From: Base64 Decoder 1.1.2
Affected Version To: Base64 Decoder 1.1.2
Patch Exists: NO
Related CWE: N/A
CPE: 4mhz.de/b64dec.html
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Windows 10 x86
2020
B64dec 1.1.2 – Buffer Overflow (SEH Overflow + Egg Hunter)
B64dec 1.1.2 is vulnerable to a buffer overflow vulnerability due to improper bounds checking of user-supplied input. An attacker can exploit this vulnerability by supplying a specially crafted input to the application, which can lead to arbitrary code execution. The exploit uses a SEH overflow and an egg hunter to locate the payload in memory.
Mitigation:
Ensure that user-supplied input is properly validated and sanitized before being used by the application.