### 今天你們都在修復bash漏洞吧,我抽空也離線升級了幾臺,以下操做:centos
一、測試是否須要升級bash
# env x='() { :;}; echo vulnerable' bash -c "echo this is a test" #顯示以下,須要升級服務器
vulnerable
ide
this is a test測試
二、離線升級this
### 好多服務器不能出外網,只能下載了升級了spa
# wget http://mirror.centos.org/centos/6/updates/x86_64/Packages/bash-4.1.2-15.el6_5.1.x86_64.rpm orm
# rpm -Uvh bash-4.1.2-15.el6_5.1.x86_64.rpmget
# /sbin/ldconfig # 不執行也生效it
# rpm -qa bash # 查看升級後的版本
# env x='() { :;}; echo vulnerable' bash -c "echo this is a test" # 顯示以下,升級成功
bash : warning : x : ignoring function definition attempt
bash : error importing function definition for ` x '
this is a test
三、傳說……
### 最新消息,說是升級了還能夠繞路過去,坐等消息,繼續關注中……