NShiftKey-Rule-Guide logo NShiftKey-Rule-Guide

1. Vulnerability Description

2. How to check vulnerability

Apache

Nginx

Postfix

OpenSSL

3. Vulnerability Countermeasure

OpenSSL

- In case of CentOS, Redhat
# yum clean
# yum update openssl

- In case of Ubuntu
# apt-get upgrade openssl

IIS / NSS

Apache

# vi httpd.conf

......
SSLProtocol -all +TLSv1.2

SSLCipherSuite HIGH:!aNULL:!MD5:!SSLv2:!SSLv3:!TLSv1
......
# service httpd restart

Nginx

ssl_protocols TLSv1.2;

4. Reference

SSL/TLS usage recommendations (as of December 2019)

image