Protect your Server Against the Shellshock

shellshock

The Shellshock is here–>>SHELLSHOCK:CVE-2014-6271   CVE-2014-7169

Then the code for check:

env X="() { :;} ; echo busted" `which bash` -c "echo completed"

env X="() { :;} ; echo busted" /bin/sh -c "echo completed"

Test and Fix:

For Ubuntu:

sudo apt-get update && sudo apt-get install --only-upgrade bash

For CentOS

sudo yum update bash

Test and check it again.

1 Comment

8aad35 says:

我来看看,欢迎不欢迎?

Leave a Reply

Your email address will not be published.

To create code blocks or other preformatted text, indent by four spaces:

    This will be displayed in a monospaced font. The first four 
    spaces will be stripped off, but all other whitespace
    will be preserved.
    
    Markdown is turned off in code blocks:
     [This is not a link](http://example.com)

To create not a block, but an inline code span, use backticks:

Here is some inline `code`.

For more help see http://daringfireball.net/projects/markdown/syntax