Thursday, September 25, 2014

Shellshock vulnerability - critical security vulnerability discovered in Bash (Bourne-Again Shell)

If your Linux/Unix (or Apple Mac OS X) applications are running with root permissions and call on the shell, this vulnerability (called “Bash Bug” or “$hellshock”) is huge as it allows an attacker to remotely execute shell commands by attaching malicious code into environment variables used by the OS. The flaw is present in GNU Bash versions 1.14 through 4.3 (yup, this bug’s been around for 22 years now). Basically the flaw allows the attacker to create environment variables that contain trailing code – and the code gets executed as soon as the bash shell is invoked. And yes, it’s exploitable over the network.

Shellshock vulnerability - critical security vulnerability discovered in Bash (Bourne-Again Shell)

No comments:

Post a Comment