Update Bash (CentOS 5 and 6)
Print this Article
Last Updated:
July 6, 2015 4:37 PM
You must update bash
to protect your CentOS 5/6 server against the ShellShock vulnerability.
These instructions only apply to servers with the Hosting Control Panel interface (more info). If you have a CentOS 6 server with the Gateway interface, instead see Update bash (CentOS and Fedora).
- Connect to your server via SSH.
- Switch to the root user.
- Verify which version (32- or 64-bit) of CentOS you use by running the following command:
uname -m
- Update bash by running one of the following commands, depending on your CentOS version:
CentOS Version Command CentOS 5 32-bit rpm -Uvh http://mirror.centos.org/centos/5/updates/i386/RPMS/bash-3.2-33.el5_11.4.i386.rpmCentOS 5 64-bit rpm -Uvh http://mirror.centos.org/centos/5/updates/x86_64/RPMS/bash-3.2-33.el5_11.4.x86_64.rpmCentOS 6 32-bit rpm -Uvh http://mirror.centos.org/centos/6/os/i386/Packages/bash-4.1.2-29.el6.i686.rpmCentOS 6 64-bit rpm -Uvh http://mirror.centos.org/centos/6/os/x86_64/Packages/bash-4.1.2-29.el6.x86_64.rpm
Bash is now properly patched and updated on your server.