如何更新 BASH?我注意到有版本4.2.45
env x='() { :;}; echo vulnerable' bash -c "echo this is a test"
this is a test
cat /etc/redhat-release
CentOS release 5.11 (Final)
rpm -q bash
bash-3.2-33.el5_11.4
yum update bash
Setting up Update Process
No Packages marked for Update
答案1
您擁有最新的 bash 版本CentOS 5.11
。版本bash-4.2.45-5.el7_0.4
適用於CentOS 7.X
這個紅帽頁面列出每個作業系統的最新 bash 版本。