CWE-415: Double Free
Also known as: Double-free
The product calls free() twice on the same memory address.
Overview
CWE-415 (Double Free) is a variant-level software weakness catalogued by MITRE in the Common Weakness Enumeration (CWE). It describes a recurring type of mistake that can lead to exploitable security vulnerabilities.