Chinaunix首页 | 论坛 | 博客
  • 博客访问: 631338
  • 博文数量: 95
  • 博客积分: 2091
  • 博客等级: 大尉
  • 技术积分: 982
  • 用 户 组: 普通用户
  • 注册时间: 2007-09-05 19:34
文章分类

全部博文(95)

文章存档

2017年(1)

2016年(20)

2015年(10)

2014年(6)

2013年(4)

2012年(1)

2011年(9)

2010年(6)

2009年(20)

2008年(17)

2007年(1)

我的朋友

分类: 网络与安全

2016-03-22 14:26:10


centos6中带的bash版本为4.1.2 在申请三级等保过程中检查出GNU BASH远程漏洞,解决这个问题可以通过手动更新BASH到最新4.4版来解决。

#  wget

# tar zxvf bash-4.4-rc1.tar.gz

#  cd bash-4.4-rc1

# ./configure --prefix=/usr/local/bash --bindir=/bin

# make && make install

#  /bin/bash --version

------------------------------------------------------------------------------------------------------------------------

[root@localhost bash-4.4-rc1]#  /bin/bash --version

GNU bash, version 4.4.0(1)-rc1 (x86_64-unknown-linux-gnu)

Copyright (C) 2015 Free Software Foundation, Inc.

License GPLv3+: GNU GPL version 3 or later <

 

This is free software; you are free to change and redistribute it.

There is NO WARRANTY, to the extent permitted by law.

完成后,记得重启。

阅读(1801) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~