I am trying to update my Ubuntu 13.10 servers in Rackspace to avoid Shellshock bug, but it is not working. Here is what I am doing:
$ sudo apt-get update && sudo apt-get install --only-upgrade bash
it says:
bash is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 35 not upgraded.
$ env VAR='() { :;}; echo Bash is vulnerable!' bash -c "echo Bash Test"
Bash is vulnerable!
Bash Test
What I am doing wrong?