sudo apt-get update
sudo apt-get install bash
To test that you have successfully updated your installation, type:
env x='() { :;}; echo vulnerable' bash -c "echo this is a test"
If you get the following, you have successfully patched bash:
bash: warning: x: ignoring function definition attempt
bash: error importing function definition for `x'
this is a test
If you get the following, you are still vulnerable:
vulnerable
this is a test
If you have further questions, please refer to our community forums or contact the helpdesk if you are a commercial Bitnami customer.
More information and ongoing discussion: