everyone knows about bash vulnerability "CVE-2014-6271", I'm trying to update bash using below command.
apt-get update && apt-get install --only-upgrade bash
but i'm getting bash is already newest version.
Reading state information... Done
bash is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 47 not upgraded.
and its still vulnerable for "CVE-2014-6271".
dpkg -s bash | grep Version
to determine your current version of Bash? If so, what is the output? – ph0t0nix Sep 30 '14 at 07:46