Shellshock - not vulnerable with bash version 4.1?
1
vote
1
answer
2327
views
We have several Amazon servers. It has bash version 4.1.2. Kaspersky claims that all bash versions up to 4.3 are unsafe. When I do this test...
env x='() { :;}; echo vulnerable' bash -c 'echo hello'
... it returns:
hello
, and even though Lifehacker says that I should get an error back: bash: warning: x: ignoring function definition attempt bash.....
, I guess the simple "hello" is good enough. Still I'm in doubt.
Can you explain what info I can trust?
Asked by SPRBRN
(1125 rep)
Oct 9, 2014, 02:08 PM
Last activity: Oct 10, 2014, 01:18 AM
Last activity: Oct 10, 2014, 01:18 AM