CVE-2014-7912
dhcpcd < 6.1.0 - Remote Code Execution via DHCPACK Option Length Mismatch
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2014-7912. PoCs published by vaginessa.
AI-analyzed exploit summary This repository contains a proof-of-concept exploit for CVE-2014-7912, targeting a deserialization vulnerability in Android's BinderProxy to achieve local privilege escalation. The exploit manipulates serialized data to trigger arbitrary code execution in the system server context.
Description
The get_option function in dhcp.c in dhcpcd before 6.2.0, as used in dhcpcd 5.x in Android before 5.1 and other products, does not validate the relationship between length fields and the amount of data, which allows remote DHCP servers to execute arbitrary code or cause a denial of service (memory corruption) via a large length value of an option in a DHCPACK message.
Exploits (1)
This repository contains a proof-of-concept exploit for CVE-2014-7912, targeting a deserialization vulnerability in Android's BinderProxy to achieve local privilege escalation. The exploit manipulates serialized data to trigger arbitrary code execution in the system server context.