Home / Vulnerability Database / Kotlin : Privacy violation
Kotlin

Kotlin : Privacy violation

Overview

Privacy of personal user data may be violated. This can break the law and harm the reputation of the application.

Valuable personal data may get into the application from a variety of sources: directly from the user, from a database, from a third party storage. Often, this data is not marked as confidential or are valuable not by itself but only in a certain context.

Often, security and privacy of personal data conflict. From a security perspective, it is necessary to record information on all the activities in the system as detailed as possible, to later reveal traces of malicious actions. From the standpoint of privacy, on the contrary, the confidential information logging increases the risk of its leak. In this case, privacy should have a higher priority.

MEDIUM

DerScanner Severity Score

Do you want to fix Kotlin : Privacy violation 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