wellingtonsr
(usa Slackware)
Enviado em 27/09/2014 - 22:43h
Tentei antes de atualizar e apareceu:
env x='() { :;}; echo vulnerável' bash -c "echo teste"
"vulnerável"
"teste"
bash-4.2$
Depois que atualizei, apereceu:
bash-4.2$ env x='() { :;}; echo vulnerável' bash -c "echo teste"
bash: warning: x: ignoring function definition attempt
bash: erro ao importar a definição da função para `x'
teste
bash-4.2$