bash-3.2-33.el5.1.x86_64.rpm丢失的用户可以到万能驱动网下载。大家可以根据以下信息修正你计算机中的漏洞情况,需要的赶紧到此下载吧。
bash-3.2-33.el5.1.x86_64.rpm 修正Bash 漏洞
该安装包为centos 5 方便找不到源的用户
下载后执行rpm -Uvh ./bash-3.2-33.el5.1.x86_64.rpm
测试方法env x='() { :;}; echo vulnerable' bash -c "echo this is a test"
修复前输出:
vulnerable
this is a test
使用修补方案修复后
bash: warning: x: ignoring function definition attempt
bash: error importing function definition for `x'
this is a test
其他系统修复
centos:(最终解决方案)
yum clean all
yum makecache
yum -y update bash
ubuntu:(最终解决方案)
apt-cache gencaches
apt-get -y install --only-upgrade bash
debian:(最终解决方案)
7.5 64bit && 32bit
apt-cache gencaches
apt-get -y install --only-upgrade bash
版权声明:bash-3.2-33.el5.1.x86_64.rpm下载所展示的资源内容均来自于第三方用户上传分享,您所下载的资源内容仅供个人学习交流使用,严禁用于商业用途,软件的著作权归原作者所有,如果有侵犯您的权利,请来信告知,我们将及时撤销。
软件下载信息清单:
软件名称 | 发布日期 | 文件大小 | 下载文件名 |
---|---|---|---|
bash-3.2-33.el5.1.x86_64.rpm下载安装包 | 2024年11月13日 | 1.8M | bash-3.2-33.el5._rpm.zip |
软件评论