ShellShock vulnerability: more than Heartbleed
A new Linux/Unix based systems vulnerability has been discovered, it became open to public last week. Today most systems on the Internet are vulnerable including servers, routers, computers, laptops, IP cameras, etc. Anywhere bash command processor is being used. Though the problem exists for last 25 years, it was unknown before.
There are two ways to check if your system is vulnerable.
Run the following using your bash interpreter:
env X="() { :;} ; echo Vulnerable" bash -c "echo ScriptFinished"
To check all recent vulnerabilities you can use this script: https://github.com/hannob/bashcheck
Once the issue is found on your system, you can update your bash version or apply patches, else wait for vendor updates.
By the way, Apple MacBooks are not secured yet.









