Linux Bash security bug fix

Source: Internet
Author: User
Tags function definition

1. The affected systems include

Centos

Debian

Redhat

Ubuntu

2. Check if the system is being repaired

[[Email protected] ~]# env x= ' () {:;}; echo vulnerable ' bash-c "echo this is a test"
Vulnerable
This is a test
[Email protected] ~]#

如果输出以上结果表示需要修复bash漏洞

3.修复漏洞

[[email protected] ~]# yum update bash -y

4.重新检查漏洞是否修复

[[email protected] ~]# env x=‘() { :;}; echo vulnerable‘ bash -c "echo this is a test"
bash: warning: x: ignoring function definition attempt
bash: error importing function definition for `x‘
this is a test
[[email protected] ~]#

This article from "Together Through the Days" blog, declined reprint!

Linux Bash security bug fix

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.