Vulnerability in Bash threatens all operating systems based on Linux (including Apple OS X), Unix as well as BSD, and allows the execution of any malicious code. Security patches / updates are already available. Script to check if system is vulnerable (from Red Hat): env x='() { :;}; echo vulnerable’ bash -c “echo this is a test”
