- Code: Select all
zypper refresh
zypper up
If you get any messages while running those two commands read them carefully. Once done reboot the server then log in and copy the following to the command line and run it:
- Code: Select all
env x='() { :;}; echo vulnerable' bash -c "echo this is a test"
If the updates were not successful you will see this:
- Code: Select all
vulnerable
this is a test
If it was successful you will just see this:
- Code: Select all
bash: warning: x: ignoring function definition attempt
bash: error importing function definition for `x'
this is a test
If you are running a version of Vicibox older than 5, you should seriously think about updating.