Home / Vulnerability Database / Java : Keyboard caching
Java

Java : 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 Java : Keyboard caching in your application?

See also

Java

Java : Race condition

Java

Java : Text4Shell Vulnerability

Java

Java : JNI usage