NerdytData patches Shellshock in a single crawl(blog.nerdydata.com)
blog.nerdydata.com
NerdytData patches Shellshock in a single crawl
http://blog.nerdydata.com/post/98906853956/nerdydata-patches-shellshock-in-a-single-crawl
6 comments
No, there is no local privilege escalation. So at best this can hit the four machines in the world that run bash CGI scripts as root.
Also, their apt-get command is incorrect. apt-get update updates the local repo cache, apt-get -yy install bash will upgrade the bash package. So now they're down to two of the four machines, the ones that run RHEL.
All their exercise has done is to land their crawler IPs on some lists of IPs attempting to exploit this vulnerability. I don't think that will help them any with their business.
Also, their apt-get command is incorrect. apt-get update updates the local repo cache, apt-get -yy install bash will upgrade the bash package. So now they're down to two of the four machines, the ones that run RHEL.
All their exercise has done is to land their crawler IPs on some lists of IPs attempting to exploit this vulnerability. I don't think that will help them any with their business.
Not to mention that their syntax is wrong and won't trigger the vulnerability in the first place.
env x='() {.:;.} ; echo yo'
*line 0: syntax error near unexpected token `{.:'*
It should be: env x='() { :;} ; echo yo'
Better luck next time.[deleted]
Anyone who's running their web server as a user with enough privileges to run package installs unattended is probably in for a worse fate than an unexpected bash update, I imagine...