A vulnerability has been discovered in ‘ Bash ‘
For Our Managed Customers;
No need to worry, we have updated for you!
For Unmanaged Customers;
Patches are available for major Linux distributions, including:
- CentOS
- Debian
- Fedora
- Red Hat Enterprise Linux
- Ubuntu
For MAC OSX Please visit;
You can update your Linux Distribution, by running the following commands;
For CentOS / CloudLinux / RedHat / Fedora;
# yum update bash -y
For Debian / Ubuntu;
# apt-get update; apt-get install bash
Once Updated, you can verify with the following command;
# env x=’() { :;}; echo isVulnerable’ bash -c “echo Hello World”
Vulnerable Result:
isVulnerable
Hello World
Updated Result:
bash: warning: x: ignoring function definition attempt
bash: error importing function definition for `x’
Hello World
For additional information, please visit:
https://access.redhat.com/announcements/1210053
http://seclists.org/oss-sec/2014/q3/649











