Debian patched this 8 hours ago, Redhat issued a patch about 3 hours ago, I believe Centos is still vulnerable, Ubuntu 14.10 isn't patched yet, Ubuntu 14.04 was patched about 3 hours ago.
I'm using debian jessie (testing) i386, and I had to download bash myself (from sid) because my up-to-date system was affected but the first patch was available for sid (unstable) and wheezy (stable) and not in jessie. So I don't know if every architecture, and version is updated with the same speed.
Re: CVE-2014-6271 – remote code execution through bash
21–30 of 52 posts
Re: Re: CVE-2014-6271 – remote code execution through bash
#22Debian patched this 8 hours ago, Redhat issued a patch about 3 hours ago, I believe Centos is still vulnerable, Ubuntu 14.10 isn't patched yet, Ubuntu 14.04 was patched about 3 hours ago.
X="() { :;} ; echo busted" /bin/sh -c "echo stuff"Re: Re: CVE-2014-6271 – remote code execution through bash
#23Re: Re: CVE-2014-6271 – remote code execution through bash
#24Debian patched this 8 hours ago, Redhat issued a patch about 3 hours ago, I believe Centos is still vulnerable, Ubuntu 14.10 isn't patched yet, Ubuntu 14.04 was patched about 3 hours ago.
I did 'yum update bash' on my Centos 5.8 Linode a couple of hours ago, and it updated to 3.2-33 and is apparently no longer vulnerable, according to the one-line test I have been using: X="() { :;} ; echo busted" /bin/sh -c "echo stuff"
Re: Re: CVE-2014-6271 – remote code execution through bash
#25Re: Re: CVE-2014-6271 – remote code execution through bash
#26Re: Re: CVE-2014-6271 – remote code execution through bash
#27Earlier quoted context omitted.
I did 'yum update bash' on my Centos 5.8 Linode a couple of hours ago, and it updated to 3.2-33 and is apparently no longer vulnerable, according to the one-line test I have been using: X="() { :;} ; echo busted" /bin/sh -c "echo stuff"
That test doesn't detect the vulnerability - needs to mention /bin/bash not /bin/sh
ls -l /bin/sh
lrwxrwxrwx 1 root root 4 Sep 24 08:07 /bin/sh -> bash
Re: Re: CVE-2014-6271 – remote code execution through bash
#28Earlier quoted context omitted.
I'm using debian jessie (testing) i386, and I had to download bash myself (from sid) because my up-to-date system was affected but the first patch was available for sid (unstable) and wheezy (stable) and not in jessie. So I don't know if every architecture, and version is updated with the same speed.
Jessie isn't released / stable and doesn't receive security patches until it is. It's called testing for a reason.
Re: Re: CVE-2014-6271 – remote code execution through bash
#29The moment I saw the news here, I ran to update my stuff -- the patch was already there, marked stable in the official gentoo repositories.
My impression is that they're following very closely the progression of this event and the relevant GLSA entries are being updated without any noticeable delays.
Thanks for running the show guys, you're true professionals!
Here's the relevant Gentoo Linux Security Advisory (GLSA) link: http://www.gentoo.org/security/en/glsa/glsa-201409-10.xml
Re: Re: CVE-2014-6271 – remote code execution through bash
#30Debian patched this 8 hours ago, Redhat issued a patch about 3 hours ago, I believe Centos is still vulnerable, Ubuntu 14.10 isn't patched yet, Ubuntu 14.04 was patched about 3 hours ago.