Shellsshock: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Thomas (Diskussion | Beiträge) |
Thomas (Diskussion | Beiträge) |
||
| Zeile 6: | Zeile 6: | ||
*http://www.xinux.de/download/bash-patch-4.3.tar.gz | *http://www.xinux.de/download/bash-patch-4.3.tar.gz | ||
./configure && make && make install | ./configure && make && make install | ||
| − | =alte | + | =alte Systeme= |
*http://www.xinux.de/download/autoconf-2.61.tar.gz | *http://www.xinux.de/download/autoconf-2.61.tar.gz | ||
| + | |||
=check= | =check= | ||
env x='() { :;}; echo NOT OK' bash -c "" | env x='() { :;}; echo NOT OK' bash -c "" | ||
Version vom 1. Dezember 2014, 10:25 Uhr
Ubuntu ab 10.04
This will look up info on your bash package, and filter the output to only show you the version. The fixed versions are 4.3-7ubuntu1.4, 4.2-2ubuntu2.5, and 4.1-2ubuntu3.4.
Ubuntu ab 8.04
hier die gepatchte bash
./configure && make && make install
alte Systeme
check
env x='() { :;}; echo NOT OK' bash -c ""