View Single Post
Posts: 915 | Thanked: 3,209 times | Joined on Jan 2011 @ Germany
#7
Run this in xterm:
Code:
env x='() { :;}; echo vulnerable' bash -c "echo this is a test"
If the output looks like this then you're vulnerable:
Code:
$ env x='() { :;}; echo vulnerable' bash -c "echo this is a test"
vulnerable
this is a test
I currently don't have my N900 at hand but I'd bet a lot of money that Fremantle's bash is vulnerable (at this moment).
Of course, if you don't have bash installed you're safe.