Info, I checked & did a version check.
edward78@edward78-System-Product-Name ~ $ env x='() { :;}; echo vulnerable' bash -c 'echo hello'
vulnerable
hello
edward78@edward78-System-Product-Name ~ $ bash --version
GNU bash, version 4.2.45(1)-release (x86_64-pc-linux-gnu)
Copyright (C) 2011 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software; you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
So it says, If you get version 3.2.51(1)-release as a result, you'll need to update. I have 4.2, but I am vulnerable it says.
edward78@edward78-System-Product-Name ~ $ env x='() { :;}; echo vulnerable' bash -c 'echo hello'
vulnerable
hello
edward78@edward78-System-Product-Name ~ $ bash --version
GNU bash, version 4.2.45(1)-release (x86_64-pc-linux-gnu)
Copyright (C) 2011 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software; you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
So it says, If you get version 3.2.51(1)-release as a result, you'll need to update. I have 4.2, but I am vulnerable it says.