[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: bash-2.05b-013 appears to not work
From: |
Dave Kalaluhi |
Subject: |
Re: bash-2.05b-013 appears to not work |
Date: |
Fri, 17 Oct 2014 12:08:25 -0400 |
Awesome - Thanks everyone for the help! I will forward these responses
on to the security group. But again, Thank you everyone!!!
-Dave
On 10/17/14, Andreas Schwab <schwab@linux-m68k.org> wrote:
> Eric Blake <eblake@redhat.com> writes:
>
>> The following is a better test for whether CVE-2014-7187 can be
>> exploited to remotely attack your system:
>>
>> f='() { echo vulnerable; } bash -c f
>
> Missing quote character.
>
> f='() { echo vulnerable; }' bash -c f
>
> Andreas.
>
> --
> Andreas Schwab, schwab@linux-m68k.org
> GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
> "And now for something completely different."
>