• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

IMPORTANT: Shellshock -- *nix bash vulnerability

Already updated bash on my servers. I wonder if Apple or the Mac community are really that effected?
 
Thanks for posting this. I was unaware of it.

I hadn't applied today's system updates yet...

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

:eek:

...but now I have:

$ 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

:D
 
I patched last night... sometimes Canonical does do things right.


*** Edit: Hrm, just updated again.
 
Last edited by a moderator:
Thanks for posting this. I was unaware of it.

I hadn't applied today's system updates yet...



:eek:

...but now I have:



:D

Same results here in the same order. Oh wait, you run the premier distro too, should have known we'd have similar findings.

...ducks for cover...

:vroam:







I kid, I kid. No distro wars please. :D
 
Do you have yours set to update automatically? I don't. I like to see, and perhaps pick and choose, what's on tap to be updated.

No, I get alerts, and pick and choose which updates I want to install. Otherwise, I'd be forever uninstalling bad updates.
 
Back
Top Bottom