BASH Vulnerability - How Not To Get BASH-ed?

A major vulnerability in the Bourne Shell, called bash shell has come to the fore. This vulnerability existed from a long time. Using the vulnerability, a client ( or equivalently a server) can insert malicious commands into the server ( or equiva
By: Indusface (www.indusface.com)
 
Sept. 25, 2014 - PRLog -- A major vulnerability in the Bourne Shell —  called bash shell — has come to the fore. This vulnerability existed from a long time. Using the vulnerability, a client ( or equivalently a server) can insert malicious commands into the server ( or equivalent client) when the server ( equivalently client)  uses a bash script with inputs from environmental variables that are set by the client ( or equivalently server).

The implications are huge as it affects all *NIX systems — Linux —  Ubuntu, Debian, CentOs, others, Unix with all its variants such as Solaris, BSD, NetBSD, others.  Unix/Linux systems are so prevalent that they are used everywhere and the shell is one of the most common programs used in these systems.

To get into a bit more technical details, these are the details of the vulnerability. Bash supports exporting not just shell variables, but also shell functions to other bash instances, via the process environment to (indirect) child processes.  Current bash versions use an environment variable named by the function name, and a function definition starting with “() {” in the variable value to propagate function definitions through the environment.  The vulnerability occurs because bash does not stop after processing the function definition; it continues to parse and execute shell commands following the function definition.  For example, an environment variable setting of

VAR=() { ignored; }; /bin/id

will execute /bin/id when the environment is imported into the bash process.  (The process is in a slightly undefined state at this point. The PATH variable may not have been set up yet, and bash could crash after executing /bin/id, but the damage has already happened at this point.)

The fact that an environment variable with an arbitrary name can be used as a carrier for a malicious function definition containing trailing commands makes this vulnerability particularly severe; it enables network-based exploitation.

Thus, for instance when you connect your mobile or a computer system to a wifi or a wired network, a DHCP client takes variables sent from a DHCP server while your system ( mobile, desktop) connects to a network. These variables are used in a shell program. A rogue DHCP server can now play havoc with your system by running malicious commands on it.

A webserver such as apache/NGINX, when it runs cgi-scripts, takes input from the client via shell variables. Here, the client can insert malicious commands.

Right from routers, to all kinds of other systems, shell scripts are used, and this vulnerability can play havoc. In fact, the bash shell is so ubiquitous that it may be impossible to know the full extent of this vulnerability. You may be vulnerable even if you are using shell to connect to a remote system.

The way out is to upgrade your shell to the latest version. Patched bash shells are now out from various vendors.

The other workaround is to insert WAF signatures (https://www.indusface.com/index.php/products/indusguard-waf)  to block this vulnerability/exploit in case you are running a website. In case, you are running a program such as SSH over the network, an appropriate signature will have to be installed at layer 4 – in the IPS.

Indusface’s core rule set has an exhaustive protection for “command injection” category of vulnerabilities, those core rules already protected users against most of the Bash centric vulnerabilities. We have added few more signatures for various customer environments to ensure highest level of customized security for existing IndusGuard WAF customers (https://www.indusface.com/index.php/left-customers/left-c...).
End
Source:Indusface (www.indusface.com)
Email:***@indusface.com
Tags:Bash, New Vulnerability, Dangerous Than Heartbleed, Bash Vulnerability
Industry:Internet, Technology
Subject:Surveys
Account Email Address Verified     Account Phone Number Verified     Disclaimer     Report Abuse
Advance Selling Skills Academy News
Trending
Most Viewed
Daily News



Like PRLog?
9K2K1K
Click to Share