Page 1 of 1

Serious Bash Flaw

Posted: 28 Sep 2014, 13:10
by Wohlstand
I want to thank Nexia for pasting this article to me ;-)

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.