rai3mb
(usa Outra)
Enviado em 26/09/2014 - 01:25h
Aparentemente muitos já receberam a correção, pois só afeta até a 4.3, no exemplo abaixo, no meu bash há a recusa em definir a função :
env x='() { :;}; echo vulnerable' bash -c "echo this is a test"
bash: warning: x: ignoring function definition attempt
bash: error importing function definition for `x'
this is a test
portela@portelanet:~$ bash -version
GNU bash, version 4.3.11(1)-release (x86_64-pc-linux-gnu)