|
关于该漏洞 L2 t) @( [0 i7 l
你好,一个被指比“心脏出血”还要严重的Linux安全漏洞被发现,那就是ShellShock: CVE-2014-6271漏洞,可以让攻击者远程执行任意命令,完全控制您的服务器,比“心脏出血”更低的操作门槛,让它比前者更加危险。下面是漏洞提示原文:( a) ? G' o1 Y$ D
"GNU Bash through 4.3 processes trailing strings after function definitions in the values of environment variables, which allows remote attackers to execute arbitrary code via a crafted environment, as demonstrated by vectors involving the ForceCommand feature in OpenSSH sshd, the mod_cgi and mod_cgid modules in the Apache HTTP Server, scripts executed by unspecified DHCP clients, and other situations in which setting the environment occurs across a privilege boundary from Bash execution."/ v' O' A0 s" V
' W! [1 o( J1 i6 ?: S如何验证
! @7 N/ r) R' \+ h" e$ env x='() { :;}; echo vulnerable' bash -c 'echo hello'
+ Y4 R4 X/ J7 T9 @7 f+ u在终端中运行上面的命令,如果返回有vulnerable,就说明这台服务器中枪了。# T/ G m+ h1 @* [
把命令中的bash替换成其他类型的shell,可以检查机器上其他shell是否中枪。 e7 o& |# u/ \8 j
0 [ ]5 o+ B3 \+ f- S
使用网站卫士修复安全问题; W1 @9 q2 g$ U; q3 G/ y
360网站卫士已经支持该漏洞的防护,为了您网站的安全,建议开启360网站卫士的防护功能。
. F" h/ u, L4 o注意:由于补丁修复的不完整,导致了CVE-2014-7169的爆出,可以绕过9月25日的官方补丁,导致任意文件读取漏洞。强烈建议在做好服务器补丁升级的同时,开启网站卫士的防护功能。 ( q+ P- ?5 G2 u' L3 t% `+ P
% J% Q9 T; l, y如何修复系统Bug
4 G, F* l p, c( {) s* GNU官方补丁所在地址:http://seclists.org/oss-sec/2014/q3/650! I/ Q9 D* n) B" P4 }; L7 J% A
* 各大发行版的解决方法:! t1 j, f) v% x) o0 z! h
8 Q. p. ?* C) J
Debian:! A3 v% U, I% d# P7 ^3 @
查看 https://www.debian.org/security/2014/dsa-3032& e% T% k5 D% L+ l1 R: l
- Z. C* l3 _% j2 u( Z& R
Ubuntu:6 t$ k4 e# _3 k$ z3 Z$ w f( C
查看 http://www.ubuntu.com/usn/usn-2362-1/$ n ~) R; X% `1 _2 q# p) O
! P: B# s0 p3 z' h5 Q; w! w Y
CentOS:% L; @7 }2 M' d [
# yum -y update bash- R7 Z0 O( ~9 f) B3 G
, n' U. ?& P+ \- p) t$ Y8 p" oFedora:. j* g( E S3 g3 v$ e/ ]* T' f
查看 https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2014-6271
% j/ C; K' h# A) j& {+ D7 z+ ?" w7 p9 }
Redhat:
7 S8 N9 M' O5 e | 产品 | 补丁包 | 详情 | | Red Hat Enterprise Linux 7 | bash-4.2.45-5.el7_0.2 | Red Hat Enterprise Linux | | Red Hat Enterprise Linux 6 | bash-4.1.2-15.el6_5.1 | Red Hat Enterprise Linux | | bash-4.1.2-15.el6_5.1.sjis.1 | Red Hat Enterprise Linux | | bash-4.1.2-9.el6_2.1 | Red Hat Enterprise Linux 6.2 AUS | | bash-4.1.2-15.el6_4.1 | Red Hat Enterprise Linux 6.4 EUS | | Red Hat Enterprise Linux 5 | bash-3.2-33.el5.1 | Red Hat Enterprise Linux | | bash-3.2-33.el5_11.1.sjis.1 | Red Hat Enterprise Linux | | bash-3.2-24.el5_6.1 | Red Hat Enterprise Linux 5.6 LL | | bash-3.2-32.el5_9.2 | Red Hat Enterprise Linux 5.9 EUS | | Red Hat Enterprise Linux 4 | bash-3.0-27.el4.2 | Red Hat Enterprise Linux 4 ELS |
; t9 S7 s0 w6 z7 INovel/SuSE:9 H9 Z2 ]+ K W4 p4 \$ e
查看 http://support.novell.com/security/cve/CVE-2014-6271.html; o. |8 {6 K# M' F( J, T% l5 f4 Z1 j
. z% L& O) s$ V: h9 C8 |3 d
* 其他发行版也可以参照上面的方法自行编译,或者通过发行版内置的包管理器来更新bash。
% T3 E8 _; l6 A5 \7 R! C- n |