CVE-2014-7186
EXPLOITEDGNU Bash through 4.3 - Denial of Service via Redirection Here Document Handling
Title source: llmExploitation Summary
CVE-2014-7186 has been observed exploited in the wild (reported by VulnCheck KEV). EIP tracks 2 public exploits.
AI-analyzed exploit summary This exploit leverages the Shellshock vulnerability (CVE-2014-7186) in Bash by crafting malicious DHCP packets. It listens for DHCP DISCOVER broadcasts, extracts client details, and responds with an OFFER and ACK containing a malicious payload in the URL option (114), triggering remote code execution.
Description
The redirection implementation in parse.y in GNU Bash through 4.3 bash43-026 allows remote attackers to cause a denial of service (out-of-bounds array access and application crash) or possibly have unspecified other impact via crafted use of here documents, aka the "redir_stack" issue.
Exploits (2)
This exploit leverages the Shellshock vulnerability (CVE-2014-7186) in Bash by crafting malicious DHCP packets. It listens for DHCP DISCOVER broadcasts, extracts client details, and responds with an OFFER and ACK containing a malicious payload in the URL option (114), triggering remote code execution.
This exploit leverages the ShellShock vulnerability (CVE-2014-7186) by injecting malicious environment variables into DHCP responses. It crafts DHCP OFFER and ACK packets with a payload in the 'dump_path' option, which is processed by the victim's bash shell via dhclient.