Home / Vulnerability Database / Kotlin : Unsafe password storage
Kotlin
Kotlin : Unsafe password storage
Classification
OWASP Top 10 2017
OWASP Top 10 2021
OWASP MASVS
OWASP ASVS
HIPAA
Overview
The trivial encoding does not provide the required level of password protection.
Storing passwords in unencrypted form is insecure. A developer can use encoding (e.g., base64), but this is not enough to store passwords securely.
References
- OWASP Top 10 2013-A6-Sensitive Data Exposure
- CWE-261: Weak Encoding for Password: Weak Cryptography for Passwords
- CWE-312: Cleartext Storage of Sensitive Information
- OWASP Top 10 2017 A2-Broken Authentication
- OWASP Top 10 2017-A3-Sensitive Data Exposure
- CWE CATEGORY: OWASP Top Ten 2017 Category A2 - Broken Authentication
- CWE CATEGORY: OWASP Top Ten 2017 Category A6 - Security Misconfiguration
MEDIUM
DerScanner Severity Score
Do you want to fix Kotlin : Unsafe password storage in your application?
See also
Kotlin
Kotlin : Missing required cryptographic step
Kotlin
Kotlin : Logging into system output
Kotlin
