
Serious Bash Flaw Lets Attackers Hijack Linux and Mac Computers
http://securitywatch.pcmag.com/internet/327769-se ... hijack-linux-and-mac-computers
You should update your bash to prevent any possible hijacking of your PC's:
CentOS:
Code: Select all
sudo yum update
Debuan/Ubuntu/Mint
Code: Select all
sudo apt-get update
sudo apt-get upgrade
OpenSUSE
Code: Select all
sudo zypper update
ArchLinux
Code: Select all
sudo pacman update
etc.


