Saya memperbarui server Debian saya sejak kerentanan Shell Shock diketahui.
Sebelum pembaruan, saya punya:
$ env x='() { :;}; echo vulnerable' bash -c "echo this is a test"
vulnerable
this is a test
Sekarang, saya punya:
$ env x='() { :;}; echo vulnerable' bash -c "echo this is a test"
this is a test
Seperti yang saya harapkan untuk diperoleh:
bash: warning: x: ignoring function definition attempt
bash: error importing function definition for `x'
this is a test
Saya ingin tahu apakah pembaruan benar-benar memperbaiki masalah.
linux
security
debian
shellshock
lauhub
sumber
sumber