Linux“Bash”漏洞大爆发
Tofloor
poster avatar
songpeter1219
deepin
2014-09-27 05:14
Author
9月25日,国外曝出一个“毁灭级”的Bash漏洞,黑客可利用此漏洞远程执行任意命令,完全控制目标系统!

该漏洞编号为CVE-2014-6271,主要存在于bash 1.14 - 4.3版本中,受影响的系统包括:Red Hat企业Linux (versions 4-7) 、Fedora distribution、CentOS (versions 5-7)、Ubuntu 10.04 LTS,12.04LTS和14.04 LTS、Debian等。
Reply Favorite View the author
All Replies
dipn
deepin
2014-09-27 06:06
#1
测试方法,在bash中执行:
$ env x='() { :;}; echo vulnerable' bash -c "echo this is a test"

如果有以下输出,则表示系统有bash漏洞:
vulnerable
this is a test
如果有以下输出,则表示没有该漏洞:
bash: warning: x: ignoring function definition attempt
bash: error importing function definition for `x'
this is a test

修复方法,Ubuntu已经有更新的bash版本,运行:
$ sudo apt-get update
$ sudo apt-get install bash
Reply View the author
luodp
deepin
2014-09-27 07:43
#2
已修复,多谢谢
Reply View the author
chaojimp3
deepin
2014-09-27 22:52
#3
这个很厉害的样子
Reply View the author
左心房的痛
deepin
2014-09-28 00:18
#4
centos6.5 final如何修复呢?我使用yum update bash升级对吗??
Reply View the author
love19841009
deepin
2014-09-28 02:09
#5
好像DEEPIN里没有更新啊,有漏洞,但是没法更新。。。
Reply View the author
jhkwei
deepin
2014-09-28 02:16
#6
Deepin默认都是dash
反正就是有这个漏洞也很难进入系统。
Reply View the author
chaojimp3
deepin
2014-09-28 02:50
#7
我刚测了一下好了,就是update@@upgrade了一下
好像DEEPIN里没有更新啊,有漏洞,但是没法更新。。。
Reply View the author
136******54
deepin
2014-09-28 04:20
#8
好像DEEPIN里没有更新啊,有漏洞,但是没法更新。。。
谁说没有,这两天的更新里就有
Reply View the author
cxbii
deepin
2014-09-28 19:12
#9
更新有bash更新吧
Reply View the author