From 9f70f8d461abae94342da0e41ed978022e0eefe2 Mon Sep 17 00:00:00 2001 From: Sudhir Dumbhare Date: Thu, 14 May 2026 05:48:24 -0700 Subject: [PATCH] libssh: set status for CVE-2025-14821 The vulnerability is Windows-specific and depends on loading configuration from C:\etc, which does not apply to Linux/Yocto builds Reference: https://nvd.nist.gov/vuln/detail/CVE-2025-14821 https://github.com/advisories/GHSA-5jf9-8f86-jhvw https://www.libssh.org/security/advisories/CVE-2025-14821.txt Signed-off-by: Sudhir Dumbhare Signed-off-by: Anuj Mittal --- meta-oe/recipes-support/libssh/libssh_0.10.6.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-support/libssh/libssh_0.10.6.bb b/meta-oe/recipes-support/libssh/libssh_0.10.6.bb index 189305fd2e..1e1b5fb0a5 100644 --- a/meta-oe/recipes-support/libssh/libssh_0.10.6.bb +++ b/meta-oe/recipes-support/libssh/libssh_0.10.6.bb @@ -68,3 +68,5 @@ do_install_ptest () { } BBCLASSEXTEND = "native nativesdk" + +CVE_STATUS[CVE-2025-14821] = "not-applicable-platform: only affects Windows due to loading configuration from C:\etc"