Hacker News new | ask | show | jobs
ModSecurity one-liner to fix Bash exploit
6 points by bytelayer 4283 days ago
1. Insert the following line in your ModSecurity configuration file:

SecRule REQUEST_HEADERS "()\s*{" "log,deny"

2. Restart Apache