首页 > 其他 > 详细

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

时间:2014-09-30 14:23:49      阅读:292      评论:0      收藏:0      [点我收藏+]
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

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!