Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save princebhalani143/7560fe491c101fc9947e2e33f9f9f65d to your computer and use it in GitHub Desktop.
Save princebhalani143/7560fe491c101fc9947e2e33f9f9f65d to your computer and use it in GitHub Desktop.
Fix OpenSSL Padding Oracle vulnerability (CVE-2016-2107)
Solution:
On CentOS and Red Hat Enterprise Linux :
Run below code:
yum clean all
yum update openssl
reboot
On Ubuntu and Debian
Run below code:
sudo apt-get update
sudo apt-get install openssl
reboot
Hope it'll help you.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment