From patchwork Sun Sep 27 19:36:06 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Marko X-Patchwork-Id: 99392 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 74A01C98338 for ; Sun, 27 Sep 2026 19:37:40 +0000 (UTC) Received: from mta-65-225.siemens.flowmailer.net (mta-65-225.siemens.flowmailer.net [185.136.65.225]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.43479.1790537857578019791 for ; Sun, 27 Sep 2026 12:37:37 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=peter.marko@siemens.com header.s=fm1 header.b=sePRH8oE; spf=pass (domain: rts-flowmailer.siemens.com, ip: 185.136.65.225, mailfrom: fm-256628-20260927193735ebc52366f600020738-fu46kj@rts-flowmailer.siemens.com) Received: by mta-65-225.siemens.flowmailer.net with ESMTPSA id 20260927193735ebc52366f600020738 for ; Sun, 27 Sep 2026 21:37:35 +0200 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; s=fm1; d=siemens.com; i=peter.marko@siemens.com; h=Date:From:Subject:To:Message-ID:MIME-Version:Content-Type:Content-Transfer-Encoding:Cc:References:In-Reply-To; bh=++A7zlNI8qlTjUQiVhUxZoDhksw2+kqTHgJKf98Os6Q=; b=sePRH8oEIHwBtHGM6AJaBWBzgyTEza7CyfUMVSUbPVLriswz7HAfQzL75o7+nn0F6ZjzON 0zHaExcmH3DNdbvrLT8G/8ccm4zyhQ8aI3VQryffto8ZH0mpFmcfi1/EgSJHWVNtjejS1Gmn /ereIL62hZKHvFQj3UsyuguoVunW5r2LIKLZP/asoU9XWJFOgXWoeDiysDZb5QnPo9T1IGvv Vdun8lMwaGblAvWODFaMM2KqQcb/FgtZwi+F+22wxff8gY6JBfVACLjCqW0nqnR7aveOMelV F75603uvFG6fXnJmkO4m+ZdC+g04k5dWLWkdazwbOCBmXBOdRoSQf40w==; From: Peter Marko To: openembedded-core@lists.openembedded.org Cc: Peter Marko Subject: [PATCH 6/9] openssh: set status for CVE-2026-55655 Date: Sun, 27 Sep 2026 21:36:06 +0200 Message-ID: <20260927193609.359250-6-peter.marko@siemens.com> In-Reply-To: <20260927193609.359250-1-peter.marko@siemens.com> References: <20260927193609.359250-1-peter.marko@siemens.com> MIME-Version: 1.0 X-Flowmailer-Platform: Siemens Feedback-ID: 519:519-256628:519-21489:flowmailer List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Sun, 27 Sep 2026 19:37:40 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/246712 From: Peter Marko Per [1] and [2] this this is only problem in RedHet patches. [1] https://security-tracker.debian.org/tracker/CVE-2026-55655 [2] https://ubuntu.com/security/CVE-2026-55655 Signed-off-by: Peter Marko --- meta/recipes-connectivity/openssh/openssh_10.5p1.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-connectivity/openssh/openssh_10.5p1.bb b/meta/recipes-connectivity/openssh/openssh_10.5p1.bb index e4b6ddef9d..d8b5f8bc14 100644 --- a/meta/recipes-connectivity/openssh/openssh_10.5p1.bb +++ b/meta/recipes-connectivity/openssh/openssh_10.5p1.bb @@ -38,6 +38,7 @@ CVE_STATUS[CVE-2008-3844] = "not-applicable-platform: Only applies to some distr CVE_STATUS[CVE-2023-51767] = "upstream-wontfix: It was demonstrated on modified sshd and does not exist in upstream openssh https://bugzilla.mindrot.org/show_bug.cgi?id=3656#c1." CVE_STATUS[CVE-2026-3497] = "not-applicable-platform: Only affects GSSAPI Key Exchange patches used by some Linux distributions and does not exist in upstream openssh." CVE_STATUS[CVE-2026-55653] = "not-applicable-platform: Only applies to RHEL FIPS patches." +CVE_STATUS[CVE-2026-55655] = "not-applicable-platform: Only applies to RHEL patches." PAM_SRC_URI = "file://sshd"