Environment
Novell NetWare 6.5
Situation
SSL Server Allows Cleartext Communication Vulnerability port 443/tcp over SSL
SSL Server Supports Weak Encryption Vulnerability port 443/tcp over SSL
SSL Server May Be Forced to Use Weak Encryption Vulnerability port 443/tcp over SSL
The Secure Sockets Layer (SSL) protocol allows for secure communication between a client and a server.
Some ways to verify if a port is allowing weak ciphers. This is useful if detection software shows a fault positive.
openssl s_client -connect <ipaddress:port> -ssl2 -state
EX: openssl s_client -connect 192.168.1.100:443 -ssl2 -state
openssl s_client -connect <ipaddress:port> -cipher LOW -state
EX: openssl s_client -connect 192.168.1.100:443 -cipher LOW -state
Resolution
Additional Information
In order to revert back to allowing weak ciphers it is necessary to modify the SYS:\ETC\NILE.CFG and enter the following:
SSL Digger by Foundstone was used to test this vulnerability.
Formerly known as TID# 10100633