0 Members and 1 Guest are viewing this topic.
http://www.bbc.co.uk/news/technology-29361794What does this mean for us? reason for using linux was to be free from threats.
Ok I did this and this is what I got. [email protected]:~$ env x='() { :;}; echo vulnerable' bash -c 'echo hello'bash: warning: x: ignoring function definition attemptbash: error importing function definition for `x'hello[email protected]:~$ What does all that mean? and what do I do now? Ok just ran this: dpkg -s bash | grep Versionand got this: Version: 4.3-7ubuntu1.1So That means I am good. Now is that what is installed with all of LL 2.0? Cause I just installed Beryl onto that other laptop Is that ok? Thanks.
env x='() { :;}; echo vulnerable' bash -c 'echo hello'
sudo apt-get update && sudo apt-get install bash