New Exploit in Bash
Posted: Thu Sep 25, 2014 5:11 pm
Basically it is a code injection attack. Where through apache someone could potentially run commands on your system by having the service issue commands to command line via bash. It has been a bug in bash for 25 years. The quick and simple test is first anything 4.3 and below.
you can do "#>bash --version" to find version
Test Code is
env X="() { :;} ; echo busted" /bin/sh -c "echo stuff"
If it echos back busted stuff you are vulnerable.
http://www.troyhunt.com/2014/09/everyth ... about.html
you can do "#>bash --version" to find version
Test Code is
env X="() { :;} ; echo busted" /bin/sh -c "echo stuff"
If it echos back busted stuff you are vulnerable.
http://www.troyhunt.com/2014/09/everyth ... about.html