NShiftKey-Rule-Guide logo NShiftKey-Rule-Guide

1. Vulnerability Description

CRIME(Compression Ratio Info-leak Made Easy) is an attack that takes advantage of vulnerabilities in how data is compressed and encrypted to uncover confidential information about encrypted data. An attacker can replicate this attack to decrypt data and restore cookie data from an HTTP session.

2. Vulnerability Countermeasure

Countermeasures by Component

How to change the mod_ssl setting in Apache 2.4

SSLCompression off

How to change the mod_gnutls setting in Apache

GnuTLSPriorities flag = “!COMP-DEFLATE""

IIS