Bash 'shellshock' bug is wormable
blog.erratasec.com
Bash 'shellshock' bug is wormable
1–10 of 157 posts
Re: Bash 'shellshock' bug is wormable
#2If you cannot say "I run no Linux/Unix/MacOS/compatible/etc machine which connects other machines" you should be at battle stations right now. We're all racing against a for loop and the for loop will probably have a head start.
Re: Bash 'shellshock' bug is wormable
#3Re: Bash 'shellshock' bug is wormable
#4> The question isn't whether a CGI is written in bash, but if it calls out to bash no matter how indirectly. Lots of things use the system() libc function, so if /bin/sh is bash it's game over.
Is this true? Which systems are vulnerable to this by default?
Re: Bash 'shellshock' bug is wormable
#5Re: Bash 'shellshock' bug is wormable
#6From one of the comments: > The question isn't whether a CGI is written in bash, but if it calls out to bash no matter how indirectly. Lots of things use the system() libc function, so if /bin/sh is bash it's game over. Is this true? Which systems are vulnerable to this by default?
edit: reading this looks like its exploiting CGI scripts, presumeably through the host header
Re: Bash 'shellshock' bug is wormable
#7Re: Bash 'shellshock' bug is wormable
#8As someone who just runs an Ubuntu 14.04 desktop machine without any web server should I be concerned? I don't really see how anyone could remotely execute bash on my system.
Let's say, for the sake of argument, that your ISP's DHCP server is compromised. A worm could then spread to your system from it.
This is entirely hypothetical, but not impossible.
Re: Bash 'shellshock' bug is wormable
#9As someone who just runs an Ubuntu 14.04 desktop machine without any web server should I be concerned? I don't really see how anyone could remotely execute bash on my system.
It's hard, but not impossible. Apparently your DHCP client passes responses from the DHCP server to bash. Let's say, for the sake of argument, that your ISP's DHCP server is compromised. A worm could then spread to your system from it. This is entirely hypothetical, but not impossible.
Re: Bash 'shellshock' bug is wormable
#10Could anyone provide a simplified explanation for what this is and what it means?