CVE-2014-5119
glibc < 2.20 - Denial of Service and Remote Code Execution via CHARSET Environment Variable
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2014-5119. PoCs published by taviso & scarybeasts.
AI-analyzed exploit summary This exploit targets a heap corruption vulnerability in glibc's __gconv_translit_find() function (CVE-2014-5119). It manipulates environment variables to trigger a corrupted double-linked list error, then parses the resulting crash dump to extract memory addresses for further exploitation.
Description
Off-by-one error in the __gconv_translit_find function in gconv_trans.c in GNU C Library (aka glibc) allows context-dependent attackers to cause a denial of service (crash) or execute arbitrary code via vectors related to the CHARSET environment variable and gconv transliteration modules.
Exploits (1)
This exploit targets a heap corruption vulnerability in glibc's __gconv_translit_find() function (CVE-2014-5119). It manipulates environment variables to trigger a corrupted double-linked list error, then parses the resulting crash dump to extract memory addresses for further exploitation.