Bash Vulnerability - MICE cacti server is patched
In light of the recently announced bash vulnerability (use google if you this is news to you) I have included patching the MICE cacti server while patching other US Internet systems. FYI this is a good/quick test to see if you're vulnerable BAD: $ env x='() { :;}; echo vulnerable' bash -c "echo this is a test" vulnerable this is a test GOOD: $ env x='() { :;}; echo vulnerable' bash -c "echo this is a test" bash: warning: x: ignoring function definition attempt bash: error importing function definition for `x' this is a test
On Sep 24, 2014, at 3:36 PM, Justin Krejci <JKrejci@usinternet.com> wrote:
In light of the recently announced bash vulnerability (use google if you this is news to you) I have included patching the MICE cacti server while patching other US Internet systems.
Long live tcsh! (which is probably full of holes cause there are only 3 people left using it as their shell of choice) -- Mike Horwath, reachable via drechsau@Geeks.ORG
participants (2)
-
Justin Krejci
-
Mike Horwath