码迷,mamicode.com
首页 > 其他好文 > 详细

How to find and fix Bash Shell-shock vulnerability CVE-2014-6271 in unix like system

时间:2014-09-30 15:28:59      阅读:152      评论:0      收藏:0      [点我收藏+]

标签:blog   http   io   strong   sp   div   2014   c   on   

type command - env x=‘() { :;}; echo vulnerable‘ bash -c ‘echo hello‘
in your terminal.
 
if your system is vulnerable then above command will return output like above
vulnerable hello
 
all the Debian /Ubuntu user to patch it kindly update your bash to latest version
run bash --version command to know your currently installed version
run- sudo apt-get update && sudo apt-get install –only-upgrade bash
if your system is alread updated then just simply upgrade your bash version by running this command 
sudo apt-get install --only-upgrade bash
 
http://vtechcoder.blogspot.in/2014/09/how-to-find-and-fix-bash-shell-shock.html

How to find and fix Bash Shell-shock vulnerability CVE-2014-6271 in unix like system

标签:blog   http   io   strong   sp   div   2014   c   on   

原文地址:http://www.cnblogs.com/coolicer/p/4001762.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!