|
关于该漏洞
$ ^% o! S) f- u4 z7 B9 e7 Z 你好,一个被指比“心脏出血”还要严重的Linux安全漏洞被发现,那就是ShellShock: CVE-2014-6271漏洞,可以让攻击者远程执行任意命令,完全控制您的服务器,比“心脏出血”更低的操作门槛,让它比前者更加危险。下面是漏洞提示原文:
& T0 F# l$ y' F C# J! Y "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."
9 z. R+ O$ N8 c+ t
$ [$ b" y% d4 U( T" J! s( G如何验证 p/ _7 `/ B D. E- k. `& T
$ env x='() { :;}; echo vulnerable' bash -c 'echo hello'
& O" w T8 D9 j5 m9 Y在终端中运行上面的命令,如果返回有vulnerable,就说明这台服务器中枪了。
4 a4 I4 s5 a3 c- T- m* n2 l把命令中的bash替换成其他类型的shell,可以检查机器上其他shell是否中枪。
8 _4 j) ~2 C1 t( D0 U' ^. C% D& i4 h" s7 n2 f
使用网站卫士修复安全问题2 k8 H2 m+ U2 m4 c- j$ H+ g' w* A
360网站卫士已经支持该漏洞的防护,为了您网站的安全,建议开启360网站卫士的防护功能。; {2 o# Y3 g9 t3 M8 e' V$ D9 g
注意:由于补丁修复的不完整,导致了CVE-2014-7169的爆出,可以绕过9月25日的官方补丁,导致任意文件读取漏洞。强烈建议在做好服务器补丁升级的同时,开启网站卫士的防护功能。
5 U- i9 O) |2 C- W- r
2 E0 u4 q) j" N6 a5 v如何修复系统Bug
% g/ K* m3 `% V; S+ R* GNU官方补丁所在地址:http://seclists.org/oss-sec/2014/q3/650
* O ?+ ~! ^$ g$ c1 l7 G1 T* 各大发行版的解决方法:
9 V! }! K4 p9 D2 w O
* R* X4 c" A$ I$ y# [+ sDebian:+ H: F) _3 p; e9 V; a" t7 s8 }
查看 https://www.debian.org/security/2014/dsa-3032 a) l/ X& K2 U
+ F* U- r7 g# |- kUbuntu:$ \9 K$ a% G: f: U
查看 http://www.ubuntu.com/usn/usn-2362-1/
, q6 r& N: F' ?+ R6 v4 p/ Y, E* ?8 S6 w4 B5 l8 x+ x* x4 T
CentOS:9 ]! ~$ K k) c& m( \; i
# yum -y update bash+ E) R4 [5 g0 E
# K9 Y5 x: g0 ~6 X4 i1 {! J. EFedora:
/ t1 o' o, K) H 查看 https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2014-6271
9 f4 n$ @* R3 f- c- \5 {% E, }8 \, A3 l( g6 x
Redhat:9 Y6 i( k/ @; ~. k; @2 G$ w; 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 |
4 I- M. h( A% D5 x7 S' TNovel/SuSE:4 m1 ~8 R; \- Z+ n8 ]7 O
查看 http://support.novell.com/security/cve/CVE-2014-6271.html6 d& ~6 N5 L0 v' c+ D* z0 F
, o$ |. \5 y4 ^5 I. t
* 其他发行版也可以参照上面的方法自行编译,或者通过发行版内置的包管理器来更新bash。
0 m) y; c& V4 }1 | |