关于该漏洞( t3 z, ~$ ]# F, v8 K/ d( q, ^% h
你好,一个被指比“心脏出血”还要严重的Linux安全漏洞被发现,那就是ShellShock: CVE-2014-6271漏洞,可以让攻击者远程执行任意命令,完全控制您的服务器,比“心脏出血”更低的操作门槛,让它比前者更加危险。下面是漏洞提示原文:
1 B3 x/ G2 V, A8 l' C- ? "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."
0 X. @6 \# K2 _4 Q3 a( Q {" [+ V5 S8 S2 l4 W/ r% q
如何验证. {/ Y( E" u v3 C. x3 ?
$ env x='() { :;}; echo vulnerable' bash -c 'echo hello'$ R4 v h1 |# V
在终端中运行上面的命令,如果返回有vulnerable,就说明这台服务器中枪了。- w" B$ K6 D1 C4 ~8 T
把命令中的bash替换成其他类型的shell,可以检查机器上其他shell是否中枪。
; u/ C0 {# F' j# Q
5 ?5 T8 z" z% N4 T. L1 g( e使用网站卫士修复安全问题
$ _% X3 Q: c) K: Q1 G360网站卫士已经支持该漏洞的防护,为了您网站的安全,建议开启360网站卫士的防护功能。+ h1 T+ T5 a4 h: r
注意:由于补丁修复的不完整,导致了CVE-2014-7169的爆出,可以绕过9月25日的官方补丁,导致任意文件读取漏洞。强烈建议在做好服务器补丁升级的同时,开启网站卫士的防护功能。 ) h6 x8 V Q9 B% G. ^1 ^1 v
+ d P" ?9 O- G# V4 o
如何修复系统Bug1 K6 S) x/ m \2 Z4 g* r+ h
* GNU官方补丁所在地址:http://seclists.org/oss-sec/2014/q3/650
( Y* {$ G1 }+ S" ]* 各大发行版的解决方法:
2 l3 p' g8 a" U
% @. B# X0 ?7 s) FDebian:# |6 [1 [: N1 Z; L0 e
查看 https://www.debian.org/security/2014/dsa-30321 q: c& R; j4 ~ n- y- k$ Y3 t$ Y
! t( D: E. O5 q* o* }" r3 O5 k* h* K
Ubuntu:
( n2 d; j6 B& C" [7 T9 p9 D 查看 http://www.ubuntu.com/usn/usn-2362-1/
( ~( T$ W$ v9 |8 g% ]3 P
8 X3 K: t" o. J$ l. oCentOS:
1 x6 s2 _6 y3 Y3 H* P: E9 W # yum -y update bash8 }$ h6 F+ T. |# E. m
9 K& n7 w, ?& J4 M7 x# }1 M) ^8 Y
Fedora:8 n; s7 ?) H' [
查看 https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2014-62713 ~5 a! n6 }2 }: c, T6 u1 r
& \2 G8 ]/ s- E6 V( A, O, X; c( R$ t
Redhat:
2 V1 S3 H6 l, S% k 产品 | 补丁包 | 详情 | 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 |
) u5 r v9 P R7 b+ L C9 i. vNovel/SuSE:3 }; K! L/ P! _+ b6 H
查看 http://support.novell.com/security/cve/CVE-2014-6271.html
/ J) }# M! ^$ z6 J
. h0 g8 a5 b+ u0 L* 其他发行版也可以参照上面的方法自行编译,或者通过发行版内置的包管理器来更新bash。4 ?7 E6 `7 N" B/ V3 k
|