If you want to check if your bash is vulnerable try this code:
Code:
keithhedger@LFSStarBug:~-> export x='() { :;}; echo You are vulnerable'
keithhedger@LFSStarBug:~-> bash -c "echo test"
You are vulnerable
test
After updating
Code:
keithhedger@LFSStarBug:~-> export x='() { :;}; echo You are vulnerable'
keithhedger@LFSStarBug:~-> bash -c "echo test"
test
If you are updating to bash-4.3 you also have to update readline to 6.3