My Bash shell version is GNU bash, version 4.1.2(2)-release (x86_64-redhat-linux-gnu).
I tested shellshock bug by using below command
x='() { :;}; echo VULNERABLE' bash -c :.
It was not printed VULNERABLE message back.
I have read that the bug exist up to bash version 4.3 ( https://www.youtube.com/watch?v=u1H12rMdLTg )
what could be the reason.