开发者社区> 问答> 正文

yumyupdatebash修复LinuxBash漏洞centos系统只显示thisisatest

yum -y update bash修复重启后输入
env x='() { :;}; echo vulnerable' bash -c "echo this is a test"
输出只有: this is a test


不是下面这两个修复前后的输入结果,这是什么情况,成功还是不成功?


你可以使用命令:env x='() { :;}; echo vulnerable' bash -c "echo this is a test"   测试是否修复。
修复前 输出:    
vulnerable  
this is a test    


使用修补方案修复后
bash: warning: x: ignoring function definition attempt
bash: error importing function definition for `x'
this is a test




展开
收起
lijinhao 2014-09-26 15:32:55 7146 0
1 条回答
写回答
取消 提交回答
  • Reyumyupdatebash修复LinuxBash漏洞centos系统只显示thisisatest
    我的cent os 6.5也是只输出一行this is a test,  不知是否修复成功
    2014-09-28 23:35:27
    赞同 展开评论 打赏
问答排行榜
最热
最新

相关电子书

更多
CentOS Nginx PHP JAVA 多语言镜像使用手 立即下载
CentOS Nginx PHP JAVA多语言镜像使用手册 立即下载
低代码开发师(初级)实战教程 立即下载