From the screenshot of the GitHub security advisory, the following vulnerability information is gleaned: Title: [Security] Use-after-free/double-free risk in Options::fontFamily when clearing family Package: ImageMagick (C/C++) Affected Versions: - < 7.1.2-9 - < 6.9.13-34 Patched Versions: - 7.1.2-9 - 6.9.13-34 Severity: Moderate (4.9/10) Description: A potential security vulnerability in the Magick++ layer of ImageMagick occurs when is invoked with an empty string. Memory is improperly freed, potentially leading to crashes or heap corruption. CVE ID: CVE-2025-65955 Weaknesses: - CWE-416 (Use After Free) - CWE-415 (Double Free) Key Vulnerability Points: - could point to freed memory, causing dangling pointer issues. - and similar functions assume is valid, leading to potential access after free. Command Line Triggerability: This vulnerability does not affect the command line interface and is specific to the Magick++ C++ API. Proposed Fix: The suggested code modification only frees the family string, leaving the font pointer untouched.