Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Bash security vulnerabilities-through specially crafted environment variable injection vulnerabilities

2025-01-14 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Network Security >

Share

Shulou(Shulou.com)06/01 Report--

Bash security vulnerabilities-through specially crafted environment variable injection vulnerabilities

2014-09-25, in the morning, I saw a security breach in bash on the group and on Red Hat's website, so we should upgrade the version of bash as soon as possible.

New version: make sure that you are not allowed to execute a bash function after the end of the command.

Test vulnerabilities:

[root@ ~] # env Xbox'() {:;}; echo vulnerable' bash-c "echo this is a test"

Vulnerable

This is a test

If the above problem occurs, the new bash needs to be updated.

Update bash:

Yum update bash-y

Test for vulnerabilities:

[root@ ~] # env Xbox'() {:;}; 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

If shown above, the vulnerability has been fixed.

Currently, using bash's multithreaded script, 100 + servers have been updated.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Network Security

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report