# CVE-2014-6271
_An automated way to fix bash_
## Testing for the Vulnerability
You can determine if you are vulnerable by executing this test:
_env x='() { :;}; echo vulnerable' bash -c 'echo hello'_
## Fixing Vulnerability
Run this on the command line. You may be prompted to enter your password.
_bash <( curl -s https://raw.githubusercontent.com/mattclegg/CVE-2014-6271/master/patch-mac.sh)_
## Credits
- Based on http://alblue.bandlem.com/2014/09/bash-remote-vulnerability.html
Log in to view the POC file snapshot cached by Shenlong Bot
Log in to view