RedHat和CentOS的bash漏洞修复

RedHat和CentOS 检查bash漏洞方法,如果显示下面提示,说明存在漏洞 1 2 3 # env x='() { :;}; echo vulnerable' bash -c "echo this is a test"   vulnerable   this is a  test 具体修补方法,不用指定bash版本,因为系统自己会识别的 1 2 3 yum update  bash  -y
相关文章
相关标签/搜索