Home / Vulnerability Database / C or C++ : Null initialization vector
C/C++

C or C++ : Null initialization vector

Overview

The application performs encryption with null initialization vector (IV). In case of encrypting related messages with the same key an attacker can obtain information about the message. For secure encryption it is necessary for the IV to be cryptographically pseudorandom, that is, unpredictable to an attacker.

MEDIUM

DerScanner Severity Score

Do you want to fix C or C++ : Null initialization vector in your application?

See also

C/C++

C or C++ : Dead store

C/C++

C or C++ : Use after free

C/C++

C or C++ : va_list uninitialized