Home / Vulnerability Database / Objective-C : Null password
Objective-C
Objective-C : Null password
Classification
OWASP Mobile Top 10 2014
OWASP Mobile Top 10 2016
OWASP Top 10 2021
OWASP ASVS
HIPAA
CWE/SANS Top 25 2021
Overview
Password with a value of nil can result in an application compromise.
Assigning nil to password variables can allow attackers to bypass password verification or might indicate that resources are protected by an empty password.
In case of a mobile application, authentication systems must take into account the probability of device loss.
LOW
DerScanner Severity Score
Do you want to fix Objective-C : Null password in your application?
See also
Objective-C
Objective-C : Internal information leak
Objective-C
Objective-C : Weak hashing algorithm
Objective-C
