Home / Vulnerability Database / Kotlin : Keyboard caching
Kotlin

Kotlin : Keyboard caching

Classification

OWASP Mobile Top 10 2014
OWASP Mobile Top 10 2016
CWE/SANS Top 25 2021

Overview

The application allows entering sensitive data in the text field without implementing measures to disable the android keyboard caching mechanism.

The identified field does not disable the android keyboard caching mechanism. As a result, any sensitive information will be cached to improve the autocorrect feature.

Insecure Data Storage vulnerabilities take the second place in the “OWASP Top 10 2016” mobile application vulnerabilities ranking.

MEDIUM

DerScanner Severity Score

Do you want to fix Kotlin : Keyboard caching 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