Bash

Shellshock Bash vulnerability fix for Ubuntu & Debian Linux (also MACs)

Submitted by ricardo on Fri, 09/26/2014 - 13:44

You can upgrade to the latest .deb on precise until utopic and get it fixed:

Run:
env x='() { :;}; echo vulnerable' bash -c 'echo hello' ;
apt-get update;
apt-get -y install bash;
env x='() { :;}; echo vulnerable' bash -c 'echo hello'

Detailed Proof of the Fix:

Powered by Drupal