Sonsivri

Others => General => Topic started by: Magnox on September 26, 2014, 10:22:29 10:22



Title: Heads-up: Major Linux BASH Vulnerability
Post by: Magnox on September 26, 2014, 10:22:29 10:22
In case anyone has missed this, a major exploit in BASH has been discovered and made public a couple of days ago. It effects OpenSSH too. I've only just seen the news (removes head from sand...)

Just google it for info.

Anyone on Linux kit, do the necessary!


Title: Re: Heads-up: Major Linux BASH Vulnerability
Post by: George on September 27, 2014, 11:48:53 23:48
Any idea if this means that Linux based routers are vulnerable to remote attacks?


Title: Re: Heads-up: Major Linux BASH Vulnerability
Post by: Magnox on September 28, 2014, 01:45:59 13:45
Possibly yes, according to Symantec:

"Aside from Web servers, other vulnerable devices include Linux-based routers that have a Web interface that uses CGI. In the same manner as an attack against a Web server, it may be possible to use CGI to exploit the vulnerability and send a malicious command to the router."


Title: Re: Heads-up: Major Linux BASH Vulnerability
Post by: Cain on September 28, 2014, 02:17:48 14:17
Any "easy" way to test to see if a router is vulnerable?


Title: Re: Heads-up: Major Linux BASH Vulnerability
Post by: SB7 on September 28, 2014, 03:09:52 15:09
Most routers ( consumer ) use Busybox which uses "ASH" not bash and thus are not unacceptable to Shellshock.  ( It does appear that linksys , cisco may be running bash)
Secondly, this is only a problem if you allow external web based config of your router.  Typically that is turned off to only allow the web page config to be used from within the network
Of course you could be running telnet or SSH without a password .... that would be unwise. But then that's always been unwise.
To see if bash is even installed you could ssh into your router and try to execute "bash"  I doubt it's even installed.



Title: Re: Heads-up: Major Linux BASH Vulnerability
Post by: Cain on September 28, 2014, 04:08:19 16:08
Thanks for clarifying SB7. I do have the remote admin on since I need it and will check via Telnet/SSH. One thing that I did now was to only allow the specific IP-range from my work.



Title: Re: Heads-up: Major Linux BASH Vulnerability
Post by: SB7 on September 28, 2014, 04:10:04 16:10
You could try an external test to "probe you from the outside" :-)

h_ttp://shellshock.brandonpotter.com/

Enter your external IP and see if what you are presenting to internet is vulnerable


Title: Re: Heads-up: Major Linux BASH Vulnerability
Post by: Cain on September 28, 2014, 05:33:45 17:33
I'm safe :)... Here are two more...

h_ttp://www.shellshocktest.com

h_ttp://bashsmash.ccsir.org

Checked www.sonsivri.to as well and that server running it looks safe as well.