Home / Vulnerability Database / Kotlin : No SecurityManager checks in clone()
Kotlin

Kotlin : No SecurityManager checks in clone()

Classification

Overview

Security checks via SecurityManager or AccessController are present in the class constructor, but not in the clone() method. Cloneable class must produce the same checks in the clone() method.

When calling clone() the constructor is not called, therefore, security checks defined in the constructor will not be performed.

LOW

DerScanner Severity Score

Do you want to fix Kotlin : No SecurityManager checks in clone() 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