From 53045adf7b1bcebe203469681a0416264eb3029d Mon Sep 17 00:00:00 2001 From: Peter Marko Date: Sun, 8 Mar 2026 23:42:40 +0100 Subject: [PATCH] tiff: set status of CVE-2025-61145 as fixed by patch for CVE-2025-8961 Gitlab issues for these two CVEs mentioned in NVD inks lead to the same merge request. (From OE-Core rev: 5c1ca090597aefa55f23ce714409137461dd7dab) Signed-off-by: Peter Marko Signed-off-by: Fabien Thomas Signed-off-by: Yoann Congal Signed-off-by: Paul Barker --- meta/recipes-multimedia/libtiff/tiff/CVE-2025-8961.patch | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-multimedia/libtiff/tiff/CVE-2025-8961.patch b/meta/recipes-multimedia/libtiff/tiff/CVE-2025-8961.patch index 05b11a866e..f87eaeb108 100644 --- a/meta/recipes-multimedia/libtiff/tiff/CVE-2025-8961.patch +++ b/meta/recipes-multimedia/libtiff/tiff/CVE-2025-8961.patch @@ -6,6 +6,7 @@ Subject: [PATCH] tiffcrop: fix double-free and memory leak exposed by issue Upstream-Status: Backport [https://gitlab.com/libtiff/libtiff/-/commit/0ac97aa7a5bffddd88f7cdbe517264e9db3f5bd5] CVE: CVE-2025-8961 +CVE: CVE-2025-61145 Signed-off-by: Vijay Anusuri --- tools/tiffcrop.c | 8 +++++++-