Home / Vulnerability Database / Java : Method clone() without Cloneable interface
Java

Java : Method clone() without Cloneable interface

Overview

The class implements the clone() method but does not implement the Cloneable interface.

Calling Object’s clone method on an instance that does not implement the Cloneable interface results in the exception CloneNotSupportedException being thrown.

References

LOW

DerScanner Severity Score

Do you want to fix Java : Method clone() without Cloneable interface in your application?

See also

Java

Java : Race condition

Java

Java : Text4Shell Vulnerability

Java

Java : JNI usage