Home / Vulnerability Database / Kotlin : Privileged operation in public method
Kotlin

Kotlin : Privileged operation in public method

Classification

OWASP Top 10 2017
OWASP Top 10 2021
PCI DSS 4.0
CWE/SANS Top 25 2011
CWE/SANS Top 25 2021

Overview

Public method calls the operation that requires elevated privileges.

The code contained in the public method can be called by any external code.

Public methods that perform potentially dangerous actions are especially undesirable in the code of libraries or in environments where external code can be injected into the system at runtime.

MEDIUM

DerScanner Severity Score

Do you want to fix Kotlin : Privileged operation in public method 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