Home / Vulnerability Database / Objective-C : Empty encryption key
Objective-C
Objective-C : Empty encryption key
Classification
OWASP Mobile Top 10 2014
OWASP Mobile Top 10 2016
OWASP ASVS
HIPAA
CWE
Overview
Empty encryption key can compromise the application.
It is very difficult to eliminate the security risks related to hardcoded empty keys. The fact that some data is encrypted with an empty key is at least known to every application developer. Moreover, after the application is installed, the empty key can be removed from the code only via an update. Constant strings are easily extracted from the compiled application by decompilers. Therefore, an attacker does not necessarily need to have an access to the source code to learn about the encryption with an empty key.
Insufficient Cryptography vulnerabilities take the fifth place in the “OWASP Top 10 2016” mobile application vulnerabilities ranking.
CRITICAL
DerScanner Severity Score
Do you want to fix Objective-C : Empty encryption key in your application?
See also
Objective-C
Objective-C : Internal information leak
Objective-C
Objective-C : Weak hashing algorithm
Objective-C
