Home / Vulnerability Database / Objective-C : Null initialization vector
Objective-C
Objective-C : Null initialization vector
Classification
OWASP Mobile Top 10 2014
OWASP Mobile Top 10 2016
OWASP ASVS
HIPAA
CWE
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.
Insufficient Cryptography vulnerabilities take the fifth place in the “OWASP Top 10 2016” mobile application vulnerabilities ranking.
References
CRITICAL
DerScanner Severity Score
Do you want to fix Objective-C : Null initialization vector in your application?
See also
Objective-C
Objective-C : Internal information leak
Objective-C
Objective-C : Weak hashing algorithm
Objective-C
