The product contains a clone() method that does not call super.clone() to obtain the new object.
Call super.clone() within your clone() method, when obtaining a new object.
In some cases, you can eliminate the clone method altogether and use copy constructors.
Our security experts can help you identify and remediate CWE-580 vulnerabilities in your codebase.
Get Security Assessment