Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CVE-2014-7186 is still vulnerable #20

Open
zeros1122 opened this issue Sep 30, 2014 · 4 comments
Open

CVE-2014-7186 is still vulnerable #20

zeros1122 opened this issue Sep 30, 2014 · 4 comments

Comments

@zeros1122
Copy link

env: Ubuntu 14.04 LTE

I tried the command
curl https://shellshocker.net/fixbash | sh

and finished the patch. But using a known test script it still showed CVE-2014-7186 was not fixed yet.


shanfu@shanfu-ubuntu:~/code$ ./shellshock_test.sh
Evaluating /bin/bash...
Running tests...
Tests completed. Determining results...
CVE-2014-6172: not vulnerable
CVE-2014-7169: not vulnerable
CVE-2014-7186: VULNERABLE
CVE-2014-7187: not vulnerable
This shell should be immune to shellshock attack via any other parser bugs
Overall status: VULNERABLE

@stucki
Copy link

stucki commented Sep 30, 2014

Why should you want to install a manually compiled version on Ubuntu 14.04? There is security support and Bash is up to date, so apt-get update && apt-get upgrade should do the job.

See also
http://www.ubuntu.com/usn/usn-2362-1/
http://www.ubuntu.com/usn/usn-2363-1/
http://www.ubuntu.com/usn/usn-2363-2/
http://www.ubuntu.com/usn/usn-2364-1/

@TheZ3ro
Copy link
Contributor

TheZ3ro commented Sep 30, 2014

@zeros1122 the fixbash script simply downloads all the patches available on the official gnu site, if it's still vulnerable there isn't a patch for that.

can you provide the "./shellshock_test.sh" download link?

@mhensler
Copy link
Contributor

mhensler commented Oct 3, 2014

@zeros1122, there have been a couple more patches released since your original post. Can you re-try the fixbash script and report back the results of your vulnerability tests?

@Blackskyliner
Copy link

@TheZ3ro: curl https://shellshocker.net/shellshock_test.sh | bash

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants