And again now - more vulnerabilites are fixed by the latest bash.
Code:
thomas@tbamud:~$ ./bashck
Testing /bin/bash ...
GNU bash, version 4.2.25(1)-release (x86_64-pc-linux-gnu)
Variable function parser active, maybe vulnerable to unknown parser bugs
Not vulnerable to CVE-2014-6271 (original shellshock)
Not vulnerable to CVE-2014-7169 (taviso bug)
Vulnerable to CVE-2014-7186 (redir_stack bug)
Test for CVE-2014-7187 not reliable without address sanitizer
Vulnerable to CVE-2014-6277 (lcamtuf bug #1)
Vulnerable to CVE-2014-6278 (lcamtuf bug #2)
thomas@tbamud:~$ sudo apt-get update
...
thomas@tbamud:~$ sudo apt-get upgrade
...
thomas@tbamud:~$ ./bashck
Testing /bin/bash ...
GNU bash, version 4.2.25(1)-release (x86_64-pc-linux-gnu)
Variable function parser pre/suffixed [(), redhat], bugs not explitable
Not vulnerable to CVE-2014-6271 (original shellshock)
Not vulnerable to CVE-2014-7169 (taviso bug)
Not vulnerable to CVE-2014-7186 (redir_stack bug)
Test for CVE-2014-7187 not reliable without address sanitizer
Found non-exploitable CVE-2014-6277 (lcamtuf bug #1)
Found non-exploitable CVE-2014-6278 (lcamtuf bug #2)