Home / Vulnerability Database / Kotlin : SecurityManager overridable check
Kotlin

Kotlin : SecurityManager overridable check

Classification

Overview

Methods without the final modifier and those defined not in the final class can be overridden. If such a method implements security checks, an attacker can bypass them in the derived class by overriding the method.

LOW

DerScanner Severity Score

Do you want to fix Kotlin : SecurityManager overridable check 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