Please check with this command :
env x='() { :;}; echo vulnerable' bash -c 'echo this is a test'If this returns "vulnerable" then its not patched yet. If you get the below then shellshock bug is patched. ## bash: warning: x: ignoring function definition attempt bash: error importing function definition for `x' this is a test ##I have just upgraded the system for 6.0.1 and the shellshock bug seems to have been patched.
I checked after the upgrade and I got the patched output. Please check and report if shellshock still persists or not.
