首页 > 代码库 > How to find and fix Bash Shell-shock vulnerability CVE-2014-6271 in unix like system
How to find and fix Bash Shell-shock vulnerability CVE-2014-6271 in unix like system
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
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
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。