Skip to content

CVE-2025-65955

Double Free: is CVE-2025-65955real, exploitable, or a false positive? Here's the community verdict.

Medium · CVSS 4.9EPSS 0.1%CWE-415 · Double Free

CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L

ImageMagick is free and open-source software used for editing and manipulating digital images. Prior to 7.1.2-9 and 6.9.13-34, there is a vulnerability in ImageMagick’s Magick++ layer that manifests when Options::fontFamily is invoked with an empty string. Clearing a font family calls RelinquishMagickMemory on _drawInfo->font, freeing the font string but leaving _drawInfo->font pointing to freed memory while _drawInfo->family is set to that (now-invalid) pointer. Any later cleanup or reuse of _drawInfo->font re-frees or dereferences dangling memory. DestroyDrawInfo and other setters (Options::font, Image::font) assume _drawInfo->font remains valid, so destruction or subsequent updates trigger crashes or heap corruption. This vulnerability is fixed in 7.1.2-9 and 6.9.13-34.

Published

Embed this verdict
TruePositive verdict for CVE-2025-65955
Markdown
[![TruePositive verdict](https://www.truepositive.app/cve/CVE-2025-65955/badge.svg)](https://www.truepositive.app/cve/CVE-2025-65955)
HTML
<a href="https://www.truepositive.app/cve/CVE-2025-65955"><img src="https://www.truepositive.app/cve/CVE-2025-65955/badge.svg" alt="TruePositive verdict for CVE-2025-65955"></a>

Live badge that updates automatically as the community verdict changes.

Community ground truth

In your experience, is this finding real and exploitable?

0 verdicts
Not a real issue

No account needed. Anonymous verdicts post as an unverified signal. Log in to make yours verified and earn reputation.

Field notes & remediation

Verdicts are the quick signal. Notes are the evidence and fixes behind them.

No notes yet. Be the first to share what you saw, or a fix that worked.

    Add a field note or remediationoptional
    Note type

    What are you adding?

    Markdown supported · minimum 20 characters.

    Same weakness: CWE-415 · Double Free.