Rapid7 Vulnerability & Exploit Database

Dhclient Bash Environment Variable Injection (Shellshock)

Back to Search

Dhclient Bash Environment Variable Injection (Shellshock)

Disclosed
09/24/2014
Created
05/30/2018

Description

This module exploits the Shellshock vulnerability, a flaw in how the Bash shell handles external environment variables. This module targets dhclient by responding to DHCP requests with a malicious hostname, domainname, and URL which are then passed to the configuration scripts as environment variables, resulting in code execution. Due to length restrictions and the unusual networking scenario at the time of exploitation, this module achieves code execution by writing the payload into /etc/crontab and then cleaning it up after a session is created.

Author(s)

  • Stephane Chazelas
  • egypt <egypt@metasploit.com>

Platform

Unix

Architectures

cmd

Development

Module Options

To display the available options, load the module within the Metasploit console and run the commands 'show options' or 'show advanced':

msf > use exploit/unix/dhcp/bash_environment
msf exploit(bash_environment) > show targets
    ...targets...
msf exploit(bash_environment) > set TARGET < target-id >
msf exploit(bash_environment) > show options
    ...show and set options...
msf exploit(bash_environment) > exploit

Time is precious, so I don’t want to do something manually that I can automate. Leveraging the Metasploit Framework when automating any task keeps us from having to re-create the wheel as we can use the existing libraries and focus our efforts where it matters.

– Jim O’Gorman | President, Offensive Security

;