Home / Vulnerability Database / Kotlin : Unsafe password management
Kotlin

Kotlin : Unsafe password management

Overview

The application uses a password stored in plaintext in the configuration file. This can lead to the application data being compromised.

Developers often believe that the data stored in the configuration file is securely protected. This assumption simplifies the attacker’s job. Good password management guidelines require that a password never be stored in plaintext.

MEDIUM

DerScanner Severity Score

Do you want to fix Kotlin : Unsafe password management in your application?

See also

Kotlin

Kotlin : Missing required cryptographic step

Kotlin

Kotlin : Logging into system output

Kotlin

Kotlin : Call of notify() in synchronized block