Re: CVE-2014-6271 – remote code execution through bash
1–10 of 52 posts
Re: Re: CVE-2014-6271 – remote code execution through bash
#2Re: Re: CVE-2014-6271 – remote code execution through bash
#3RHEL: https://rhn.redhat.com/errata/RHSA-2014-1306.html
CentOS update is available also - just not on some mirrors yet.
Re: Re: CVE-2014-6271 – remote code execution through bash
#4Re: Re: CVE-2014-6271 – remote code execution through bash
#5Re: Re: CVE-2014-6271 – remote code execution through bash
#6Ubuntu: http://people.canonical.com/~ubuntu-security/cve/2014/CVE-20... RHEL: https://rhn.redhat.com/errata/RHSA-2014-1306.html CentOS update is available also - just not on some mirrors yet.
Re: Re: CVE-2014-6271 – remote code execution through bash
#7Re: Re: CVE-2014-6271 – remote code execution through bash
#8Re: Re: CVE-2014-6271 – remote code execution through bash
#9Ubuntu: http://people.canonical.com/~ubuntu-security/cve/2014/CVE-20... RHEL: https://rhn.redhat.com/errata/RHSA-2014-1306.html CentOS update is available also - just not on some mirrors yet.
I just patched my CentOS 6 server a few hours ago. Double check yum.
Re: Re: CVE-2014-6271 – remote code execution through bash
#10Not having worked with bash (et al) in ages I wonder whether allowing a function definition (even without trailing commands) is not still hole? What if you defined a function 'ls() { evil... }'... could a CGI script making a call to 'ls' actually end up with the function instead of the real 'ls'?