Popular Posts

Thursday, August 20, 2020

Common SSL/TLS vulnerability fixes

SSL/TLS Diffie-Hellman Modulus <= 1024 Bits (Logjam)

Configure the following registry and restart the server


[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\KeyExchangeAlgorithms\Diffie-Hellman]

"ServerMinKeyBitLength"=dword:00000800




Transport Layer Security (TLS) Protocol CRIME Vulnerability - Splunkd port 8089


Change allowSslCompression = true to false and restart splunkforwarder service


C:\Program Files\SplunkUniversalForwarder\etc\system\default>more server.conf | findstr allowSslCompression

allowSslCompression = false




SSL/TLS Diffie-Hellman Modulus <= 1024 Bits (Logjam)


Add the following line in sshd_config and restart sshd service


# Ciphers and keying

Ciphers chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com

 

No comments:

Post a Comment