CVE-2014-7187
EXPLOITEDGNU Bash through 4.3 bash43-026 - Denial of Service via Deeply Nested For Loops
Title source: llmExploitation Summary
CVE-2014-7187 has been observed exploited in the wild (reported by VulnCheck KEV). EIP tracks 2 public exploits from researchers including fdiskyou.
AI-analyzed exploit summary This exploit leverages the ShellShock vulnerability (CVE-2014-7187) in Bash via DHCP to inject arbitrary commands through environment variables. It crafts malicious DHCP responses containing payloads that trigger command execution on vulnerable systems.
Description
Off-by-one error in the read_token_word function 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 deeply nested for loops, aka the "word_lineno" issue.
Exploits (2)
This exploit leverages the ShellShock vulnerability (CVE-2014-7187) in Bash via DHCP to inject arbitrary commands through environment variables. It crafts malicious DHCP responses containing payloads that trigger command execution on vulnerable systems.
This exploit leverages the Shellshock vulnerability (CVE-2014-7187) in Bash by crafting malicious DHCP packets with a payload in the URL option (114) to trigger remote code execution. It listens for DHCP DISCOVER broadcasts, extracts client details, and responds with malicious OFFER and ACK packets containing a reverse shell payload.