SHELLSHOCK

Shellshock is a bash vulnerability which has a bigger and wider footprint in the World Wide Web.
bash is pervasive is just about any variance of *nix.

To test for vulnerability.

$ env x='() { :;}; echo vulnerable' bash -c "echo this is a test"

have fun patching it up.