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

Java : 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 Java : No SecurityManager checks in clone() in your application?

See also

Java

Java : Race condition

Java

Java : Text4Shell Vulnerability

Java

Java : JNI usage