bash shell漏洞及測試

來源:互聯網
上載者:User

標籤:

1.bash shell是大多數linux發行版本的預設shell命令直譯器,但是最近爆出bash shell存在漏洞。

2.如果Bash是預設的系統shell,網路攻擊者可以通過發送Web請求、secure shell、telnet會話或其它使用Bash執行指令碼的程式攻擊伺服器和其它Unix和Linux裝置。該漏洞在影響範圍上與Heartbleed漏洞相當,在危險程度上也許沒有Heartbleed高。

3.漏洞影響GNU Bash v1.14到v4.3,主要Linux發行版如Red Hat Enterprise Linux (v4到7)、Fedora、CentOS、Ubuntu和Debian都已經發布了補丁。但補丁尚未完全修複問題。你可以輸入命令env x=‘() { :;}; echo vulnerable‘ bash -c "echo this is a test"測試你的系統是否存在漏洞,如果存在漏洞會返回“vulnerable this is a test”。

4.自己測試如下,可惜的是我的機器也存在漏洞,因為我的bash版本是4.1.2:

[[email protected] ~]$ env x=‘() { :;}; echo vulnerable‘ bash -c "echo this is a test"vulnerablethis is a test[[email protected] ~]$ /bin/sh --versionGNU bash, version 4.1.2(1)-release (x86_64-redhat-linux-gnu)Copyright (C) 2009 Free Software Foundation, Inc.License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>This is free software; you are free to change and redistribute it.There is NO WARRANTY, to the extent permitted by law.[[email protected] ~]$ 

 

bash shell漏洞及測試

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.