Exploitation Summary
EIP tracks 1 public exploit for CVE-2014-8147. PoCs published by Pedro Ribeiro.
AI-analyzed exploit summary The writeup describes two vulnerabilities (CVE-2014-8146 and CVE-2014-8147) in the ICU library, including a heap overflow and an integer overflow. It provides technical details, affected versions, and references to proof-of-concept files but does not include executable exploit code.
Description
The resolveImplicitLevels function in common/ubidi.c in the Unicode Bidirectional Algorithm implementation in ICU4C in International Components for Unicode (ICU) before 55.1 uses an integer data type that is inconsistent with a header file, which allows remote attackers to cause a denial of service (incorrect malloc followed by invalid free) or possibly execute arbitrary code via crafted text.
Exploits (1)
The writeup describes two vulnerabilities (CVE-2014-8146 and CVE-2014-8147) in the ICU library, including a heap overflow and an integer overflow. It provides technical details, affected versions, and references to proof-of-concept files but does not include executable exploit code.