Ievainojamie
CentOS (5 – 7)
Ubuntu 10.04 LTS, 12.04 LTS, 14.04 LTS
Debian
var pārbaudīt vai ir caurums:
env x='() { :;}; echo vulnerable’ bash -c “echo this is a test”
ja nebūs, būs errors
$ 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