关于该漏洞1 Y- F0 q! ?. _* ~ m
你好,一个被指比“心脏出血”还要严重的Linux安全漏洞被发现,那就是ShellShock: CVE-2014-6271漏洞,可以让攻击者远程执行任意命令,完全控制您的服务器,比“心脏出血”更低的操作门槛,让它比前者更加危险。下面是漏洞提示原文:) _& o1 A3 d/ d$ V
"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."
3 y3 z, U1 _# D6 L* V) X
$ E+ x; r7 G+ y5 r; m5 @如何验证2 s+ g/ F, y& O c/ A
$ env x='() { :;}; echo vulnerable' bash -c 'echo hello'; \0 `. V7 ]) N" d
在终端中运行上面的命令,如果返回有vulnerable,就说明这台服务器中枪了。
I& B! D& S* j: _把命令中的bash替换成其他类型的shell,可以检查机器上其他shell是否中枪。
% ?+ A+ c9 W$ k; W! B, m3 `- D
- J6 g# h D: o, T4 c2 [使用网站卫士修复安全问题
- |- d! t: M P360网站卫士已经支持该漏洞的防护,为了您网站的安全,建议开启360网站卫士的防护功能。8 G% t, m, R$ v' k6 D2 w
注意:由于补丁修复的不完整,导致了CVE-2014-7169的爆出,可以绕过9月25日的官方补丁,导致任意文件读取漏洞。强烈建议在做好服务器补丁升级的同时,开启网站卫士的防护功能。 ' E$ _" T% e' N0 W5 H3 I
2 p; `% r4 i" f: ]3 g4 _如何修复系统Bug. i3 B, i: i- ^; S- A) S3 B6 q
* GNU官方补丁所在地址:http://seclists.org/oss-sec/2014/q3/650
/ O/ s. a4 U- J; n$ \% O6 t/ ]* 各大发行版的解决方法:" Z: d" w5 z4 R. X1 Z
8 U7 G9 A5 a8 T# n
Debian:
2 O( z5 m2 n4 `; [1 {$ P 查看 https://www.debian.org/security/2014/dsa-3032
- T( J) ?1 t5 w/ N6 z# d
7 R5 `' z5 b: K- B% E5 aUbuntu:
8 H) W1 m& e7 s( ]( i) B! b 查看 http://www.ubuntu.com/usn/usn-2362-1/4 ?7 I8 i1 C7 p4 F6 E4 b; `/ @1 `
7 s7 q1 G) ?+ f: w% A! g& WCentOS:4 l0 Q# L( i9 ]$ N
# yum -y update bash
1 v1 V- U* L& }4 G+ i! W4 N; ~- [3 T# w+ n
Fedora:
! `3 D6 u8 \5 c( a' z 查看 https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2014-6271
a4 p: E- U) Y3 ]5 r2 B/ y; O0 g: Y" R. m: K+ L
Redhat:
8 a! M. a0 B" C 产品 | 补丁包 | 详情 | 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 | , e! s( g8 l* d- S, @
Novel/SuSE:
$ I- }& r" G8 W# e J& b 查看 http://support.novell.com/security/cve/CVE-2014-6271.html- y! v1 |, x( ^
8 G# I5 K* w. \' V k6 |3 ]
* 其他发行版也可以参照上面的方法自行编译,或者通过发行版内置的包管理器来更新bash。7 m2 Y( ?( Q0 f8 B& V1 i& g
|