|
关于该漏洞
4 H, E: c4 ~# B' Y- t* h 你好,一个被指比“心脏出血”还要严重的Linux安全漏洞被发现,那就是ShellShock: CVE-2014-6271漏洞,可以让攻击者远程执行任意命令,完全控制您的服务器,比“心脏出血”更低的操作门槛,让它比前者更加危险。下面是漏洞提示原文:1 ~/ S4 S- F1 w3 b- Q( ?
"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."1 \7 g4 G: ~# O" s( l0 g, P
1 h+ e+ t! t8 @$ z/ t
如何验证
- w' g# ` _. a* \" G9 q& @6 w- D$ env x='() { :;}; echo vulnerable' bash -c 'echo hello'
9 H3 Q' ^% o1 d1 W8 n' I在终端中运行上面的命令,如果返回有vulnerable,就说明这台服务器中枪了。
Q" z4 H9 o$ I- D$ B' G* y/ G把命令中的bash替换成其他类型的shell,可以检查机器上其他shell是否中枪。! A/ k# ?- M9 [9 L7 w9 B
7 L( B) A- A" d使用网站卫士修复安全问题
, m. t. |4 G5 I5 }5 T* l/ N360网站卫士已经支持该漏洞的防护,为了您网站的安全,建议开启360网站卫士的防护功能。( w/ n+ L7 Y& _" @
注意:由于补丁修复的不完整,导致了CVE-2014-7169的爆出,可以绕过9月25日的官方补丁,导致任意文件读取漏洞。强烈建议在做好服务器补丁升级的同时,开启网站卫士的防护功能。
! b0 T/ ]: u7 [0 m) E& Q! I3 q
1 F7 {$ [1 j6 U- T# Q) u3 I如何修复系统Bug! } }" `% p( w4 S i5 C
* GNU官方补丁所在地址:http://seclists.org/oss-sec/2014/q3/650
6 Z. I; Q4 i. i/ }3 A5 _6 C* D* 各大发行版的解决方法:
9 O1 a8 Z$ S, _4 d0 n$ j' O. h) f* V* D' |
Debian:) W- ?8 X7 H$ F& { b
查看 https://www.debian.org/security/2014/dsa-3032 p6 l& [, K8 n z5 g# k9 S* F
: s5 T1 D! } d4 d4 ^Ubuntu:
! n0 I8 p& e! ~2 i4 X4 p4 ?: g4 e 查看 http://www.ubuntu.com/usn/usn-2362-1/. f9 A4 h2 P) P
* v# |4 {6 \ Q. m$ l% SCentOS:
1 b( j* Y* [+ N/ m # yum -y update bash
/ P; D. a- e9 r" a3 p
- }; `3 h& t5 sFedora:- G/ s6 m1 @( o' x, b
查看 https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2014-6271: {* n7 |3 p1 S% `
- u# m$ H$ H+ K. L" VRedhat:3 ]1 z6 _9 {2 }" n* q: m
| 产品 | 补丁包 | 详情 | | 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 | ; G9 o! J6 I* I) T) Z( E
Novel/SuSE:
& \. ^2 [+ K9 R! l/ y: C 查看 http://support.novell.com/security/cve/CVE-2014-6271.html! e7 q F* E$ A/ n, x) O8 `
% }+ z2 U# j6 C' t. l3 b. n* 其他发行版也可以参照上面的方法自行编译,或者通过发行版内置的包管理器来更新bash。3 {/ n4 p5 P7 A" r/ _
|