CVE-2011-1071
GNU C Library < 2.12.2 and Embedded GLIBC - Remote Code Execution via Long UTF8 String in fnmatch
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2011-1071. PoCs published by Simon Berry-Byrne.
AI-analyzed exploit summary This exploit targets a stack-corruption vulnerability in GNU glibc versions prior to 2.12.2. It uses a crafted input to trigger a buffer overflow in the fnmatch function, potentially leading to arbitrary code execution.
Description
The GNU C Library (aka glibc or libc6) before 2.12.2 and Embedded GLIBC (EGLIBC) allow context-dependent attackers to execute arbitrary code or cause a denial of service (memory consumption) via a long UTF8 string that is used in an fnmatch call, aka a "stack extension attack," a related issue to CVE-2010-2898, CVE-2010-1917, and CVE-2007-4782, as originally reported for use of this library by Google Chrome.
Exploits (1)
This exploit targets a stack-corruption vulnerability in GNU glibc versions prior to 2.12.2. It uses a crafted input to trigger a buffer overflow in the fnmatch function, potentially leading to arbitrary code execution.