CVE-2020-37124
CRITICALCVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Lifecycle Timeline
3Tags
Description
B64dec 1.1.2 contains a buffer overflow vulnerability that allows attackers to execute arbitrary code by overwriting Structured Exception Handler (SEH) with crafted input. Attackers can leverage an egg hunter technique and carefully constructed payload to inject and execute malicious code during base64 decoding process.
Analysis
Buffer overflow in B64dec 1.1.2 base64 decoder allows attackers to execute arbitrary code by overwriting structured exception handler pointers. PoC available.
Technical Context
CWE-121 stack overflow. Oversized input to the base64 decoder overwrites SEH pointers on the stack, enabling control flow hijacking.
Affected Products
['B64dec 1.1.2']
Remediation
Update to a patched version. Implement input length validation before decoding.
Priority Score
Share
External POC / Exploit Code
Leaving vuln.today