Quote:
Originally Posted by multiweb
Thanks for that Gary. Doesn't seem to affect FreeBSD.
|
Could be, but does FreeBSD use bash by default, or some other shell?
Some *nixes provide bash but it is not the default shell. That includes a couple of Linux versions. What is the shell field in:
grep $USER /etc/passwd
I got used to typing (or putting in profile scripts):
which bash && exec bash -l
Quote:
Originally Posted by Octane
I've been patching today.
What a sneaky little bugger.
|
Enjoy H. You'll get to do it again in a few days, maybe weeks, when they work out the fix for CVE-2014-7169
I see that a couple more patches were released over the weekend. I've installed and these protect against the 7169 test:
env X='() { (a)=>\' bash -c "echo date";