Cyber Resilience

CVE-2025-61145

Memory Safety in Libtiff ≤ 4.7.1

Public PoCMemory Safety
Published
23 February 2026
Modified
25 February 2026
CVSS Score v3.1 5.0
Click a component to see what it means
Raw vectorCVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:N/I:N/A:H
EPSS Score 0.0013 3th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2025-61145 is a medium-severity Double Free (CWE-415) vulnerability in Libtiff Libtiff. Its CVSS base score is 5.0 (Medium).

Operationally, ranked at the 3th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified map to SI-16 (Memory Protection) and SI-2 (Flaw Remediation) — see the control section below for these in your framework.

EU & UK References

Vulnerability Data

libtiff up to v4.7.1 was discovered to contain a double free via the component tools/tiffcrop.c.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

Insufficient information to map techniques.
Confidence: LOW · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2023-30775Same product: Libtiff Libtiff
CVE-2025-61143Same product: Libtiff Libtiff
CVE-2023-26965Same product: Libtiff Libtiff
CVE-2025-8851Same product: Libtiff Libtiff
CVE-2025-9165Same product: Libtiff Libtiff
CVE-2023-0801Same product: Libtiff Libtiff
CVE-2023-0795Same product: Libtiff Libtiff
CVE-2023-26966Same product: Libtiff Libtiff
CVE-2023-0802Same product: Libtiff Libtiff
CVE-2023-0804Same product: Libtiff Libtiff

Affected Assets

libtiff
libtiff
≤ 4.7.1

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • SI-2 Flaw Remediation
  • SI-16 Memory Protection
  • CM-7 Least Functionality
Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)
  • 1 hardening rule · 1 OS baseline
Validate
Prove the fix (OWASP ASVS)

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires applying patches or updates to remediate the double-free flaw in libtiff tiffcrop.c.

prevent

Implements memory protection safeguards that block exploitation of double-free memory corruption.

prevent

Disables or restricts the vulnerable tiffcrop component when its functionality is not required.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 full match
prevents

Secure SDLC practices directly prevent double-free errors via static analysis, safe memory APIs, and testing.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

detects

Security testing in development can detect double-free conditions before release.

prevents

Secure development life cycle includes memory-safety practices that can prevent double-free bugs.

prevents

Application security requirements can mandate memory-safety rules that reduce double-free risk.

prevents

Secure system architecture and engineering principles can prescribe safe memory-management patterns.

prevents

Secure coding standards directly address proper use of free() and similar functions.

References