Topic: Cyassl v3.3.0 CVE-2010-4180 issue
My system use Cyassl v3.3.0. I used Nessue to scan my system, the Nessue report CVE-2010-4180 issue.
How to fix this issue?
CVE-2010-4180
Description
The version of OpenSSL on the remote host has been shown to allow resuming session with a weaker cipher than was used when the session was initiated. This means that an attacker that sees (i.e., by sniffing) the start of an SSL connection can manipulate the OpenSSL session cache to cause subsequent resumptions of that session to use a weaker cipher chosen by the attacker.
Note that other SSL implementations may also be affected by this vulnerability.
Solution
Upgrade to OpenSSL 0.9.8q / 1.0.0.c or later, or contact your vendor for a patch.
Output
• The server allowed the following session over TLSv1 to be resumed as follows :
•
• Session ID : 2deaec4a3d2421a895ca58902a0939f6f53e380bb8d75ee9cca92caf0baff871
• Initial Cipher : TLS1_CK_RSA_WITH_AES_256_CBC_SHA (0x0035)
• Resumed Cipher : TLS1_CK_RSA_WITH_3DES_EDE_CBC_SHA (0x000a)