Quantcast
Channel: Forums | InterWorx CP
Viewing all articles
Browse latest Browse all 900

Severe shell vulnerability detected in Unix

$
0
0
I just got a security flash from CERT-SE that informed me that there have been a severe security issue detected in unix shell.
The vulnerability lets a potential attacker execute malicious code in the shell, and gain access to the system.

At present there are no known workarounds for this issue, except running a WAF. To test if your system is afflicted by this issue, you can run the following command in the commandline:

Code:

$ env x='() { :;}; echo vulnerable' bash -c "echo this is a test"
If your system is afflicted, you will see the following output in your shell:

Code:

vulnerable
this is a test

At present this vulnerability is known to be exploited by atleast one worm.

For more information, see the following articles:
https://securityblog.redhat.com/2014...ection-attack/
http://seclists.org/oss-sec/2014/q3/649
http://seclists.org/oss-sec/2014/q3/650

Viewing all articles
Browse latest Browse all 900

Trending Articles