All Collections
Remediations
SSL Medium Strength Cipher Suite Supported (SWEET32) (Windows) (IIS Crypto) Vulnerability
SSL Medium Strength Cipher Suite Supported (SWEET32) (Windows) (IIS Crypto) Vulnerability
Luke Peach avatar
Written by Luke Peach
Updated over a week ago

The Sweet32 vulnerability when detected with a vulnerability scanner will report it as a CVSS 7.5.

CVSS is a scoring system for vulnerability systems, its an industry standard scoring system to mark findings against a specific number ranging from 0 to 10. They are shown as:

The Sweet32 vulnerability has been around since 2016, Sweet32 is the name of the attack that was released by a pair of security researchers that were based at the French National Research Institute for Computer Science (INRIA).

Their findings were assigned the CVE’s CVE-2016-2183 and CVE-2016-6329, it was found that the attack takes advantage of a design weakness in some SSL cyphers, the cyphers, are used in common protocols such as TLS, SSH, IPSec and OpenVPN.

The attack makes use of older cyphers which are known to be weaker and offer less protection against attacks, the Sweet32 attack allows an attacker, in certain limited circumstances, to recover small portions of plaintext when encrypted with 64-bit block cyphers, such as (3DES and Blowfish).

Block cyphers are a type of symmetric algorithm that encrypts plaintext in blocks, as the name implies, rather than bit-by-bit. One of the characteristics of such cyphers is the block length; which determines the size of the chunks into which the plaintext is split and then encrypted. Importantly, the block length of the cypher is independent of the length of the key. So even if you choose a large key size for your encryption, the block length of the cypher can impose its own limitations, and in this case, vulnerabilities.

To help protect against this vulnerability, you need to disable some older cyphers. This document will make the use of IIS Crypto tool to achieve this.

To download IIS Crypto please visit: https://www.nartac.com/Products/IISCrypto/Download

To disable 3DES ciphers on your Windows server, please uncheck the box for Triple DES 168 as shown in the image below:

Note: A restart will be required after making these changes.

Did this answer your question?