|
关于该漏洞
# G) P$ N9 c1 `4 W0 R2 J8 T 你好,一个被指比“心脏出血”还要严重的Linux安全漏洞被发现,那就是ShellShock: CVE-2014-6271漏洞,可以让攻击者远程执行任意命令,完全控制您的服务器,比“心脏出血”更低的操作门槛,让它比前者更加危险。下面是漏洞提示原文:" t3 _, ]& [' O M+ ?
"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."' r! y( h3 d8 \ l5 E
8 \% I) L! k" m+ R2 v
如何验证
5 _) \3 P6 l( Y& ]2 C# B$ env x='() { :;}; echo vulnerable' bash -c 'echo hello'
% \6 j' k( A# [3 w& i/ R在终端中运行上面的命令,如果返回有vulnerable,就说明这台服务器中枪了。; P& V1 X4 ^$ ^% f7 q
把命令中的bash替换成其他类型的shell,可以检查机器上其他shell是否中枪。
: F) Z& N: ?& R/ |
3 M% k; H8 n* Z/ j! k使用网站卫士修复安全问题
% ]8 C# K0 {2 y" D1 [" Y5 c) g360网站卫士已经支持该漏洞的防护,为了您网站的安全,建议开启360网站卫士的防护功能。
$ V- k G, \0 g/ j) y- y e注意:由于补丁修复的不完整,导致了CVE-2014-7169的爆出,可以绕过9月25日的官方补丁,导致任意文件读取漏洞。强烈建议在做好服务器补丁升级的同时,开启网站卫士的防护功能。 ' |2 g* ]0 Y1 @& Q" m
% K7 q% v* I1 K: i如何修复系统Bug
8 A) A! h' o' X) G0 _* GNU官方补丁所在地址:http://seclists.org/oss-sec/2014/q3/650
l! ?" u' ?5 P3 z6 v* W* 各大发行版的解决方法:
7 a6 Q* M4 p4 D
! u# c' B/ m0 {" m& _Debian:' k0 |$ j5 l, I% D; c! R
查看 https://www.debian.org/security/2014/dsa-3032- P' e/ ?1 Y& x; L: _$ }
$ B0 N8 w) ?6 M5 G1 Z" cUbuntu:
; }7 P4 N+ O; w$ O9 N 查看 http://www.ubuntu.com/usn/usn-2362-1/6 H: T) X0 w5 ~& s0 I
' D/ r1 R0 O: A
CentOS:
4 e; V8 d7 \- [; ]3 u) N, F+ K # yum -y update bash
( M M6 B7 h3 g9 u" `/ D- H# w1 R' K! e- |5 v
Fedora:
9 J3 ]% k0 i4 Z) `$ B# E& q8 x7 Q- B 查看 https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2014-62716 E8 w) g- w( M$ V% F0 e
& q6 V1 d' w5 @4 dRedhat:
7 n8 k7 j+ z. N4 M5 Y | 产品 | 补丁包 | 详情 | | 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 | 7 b" |, D1 t5 s: U
Novel/SuSE:" ~! O/ ]7 Z6 `- _; V$ Y: A
查看 http://support.novell.com/security/cve/CVE-2014-6271.html/ c P! c! I" o4 ?; {8 l
2 _6 ?0 a! c. ]7 ^# s/ M2 O) F" h. ?3 @. c
* 其他发行版也可以参照上面的方法自行编译,或者通过发行版内置的包管理器来更新bash。
' ?& I9 x: g! f) m: U$ D7 G* L |