Skip to content

Instantly share code, notes, and snippets.

@adamenger
Created January 27, 2015 19:48
Show Gist options
  • Save adamenger/73c087685a7855b63ff1 to your computer and use it in GitHub Desktop.
Save adamenger/73c087685a7855b63ff1 to your computer and use it in GitHub Desktop.
one-liner for updating CVE-2015-0235
sudo apt-get update && sudo apt-get install --only-upgrade libc6 -y && dpkg -s libc6 | grep Version && ./CVE-2015-0235
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment