bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

My System get vuln in Shellshock, what should i do ?


From: Muhammad Hafiz Izman Bin Ab Rahim
Subject: My System get vuln in Shellshock, what should i do ?
Date: Mon, 9 Nov 2015 06:03:29 -0500

mhafizizman@ThinkspiratioN:~$ bash --version
GNU bash, version 4.3.0(1)-release (x86_64-unknown-linux-gnu)
Copyright (C) 2013 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>

This is free software; you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.


mhafizizman@ThinkspiratioN:~$ env x='() { :;}; echo vulnerable' bash -c "echo this is a test"
vulnerable
this is a test



reply via email to

[Prev in Thread] Current Thread [Next in Thread]