Jump to content

Shellshock on ARM


Vodia PBX

Recommended Posts

For the snom ONE minis, we have a problem updating the bash. It seems that there is no new version available yet. Anyhow, for those who want to give it a try here is what I have tried:

 

env x='() { :;}; echo vulnerable' bash -c 'echo hello'
apt-get update
gpg --keyserver pgpkeys.mit.edu --recv-key 8B48AD6246925553
gpg -a --export 6FB2A1C265FFB764 | sudo apt-key add -
gpg --keyserver pgpkeys.mit.edu --recv-key 6FB2A1C265FFB764
gpg -a --export 8B48AD6246925553 | sudo apt-key add -
apt-get update
apt-get install --only-upgrade bash

The update gave me an error because obviously some servers have been moved or added. That is why I added those keys to the apt-key list. Then the update actually did realize there is a new bash, and the new bash installation did something. However it seems that the upgrade did not fix the problem yet :( .

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...