Tuesday, October 07, 2014

ShellShock


If you read this link CVE-2014-6271 , This will give you a glimpse on the shellshock bug.

You can simply test if your system is vulnerable by running

x="() { :; }; echo x" bash -c :

If your terminal output is “x“, then your system is vulnerable. 

Solution: it is highly recommended that you upgrade your bash.



That's it!

No comments: