From patchwork Mon Jul 20 19:28:04 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Marko X-Patchwork-Id: 92958 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 7A284C44520 for ; Mon, 20 Jul 2026 19:28:22 +0000 (UTC) Received: from mta-64-225.siemens.flowmailer.net (mta-64-225.siemens.flowmailer.net [185.136.64.225]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.5629.1784575698168253051 for ; Mon, 20 Jul 2026 12:28:18 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=peter.marko@siemens.com header.s=fm1 header.b=MdBDpFOb; spf=pass (domain: rts-flowmailer.siemens.com, ip: 185.136.64.225, mailfrom: fm-256628-202607201928163882df6da30002070d-xi7jwn@rts-flowmailer.siemens.com) Received: by mta-64-225.siemens.flowmailer.net with ESMTPSA id 202607201928163882df6da30002070d for ; Mon, 20 Jul 2026 21:28:16 +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; bh=VZOGQuL1mBqYHIUglMt9SWnNGpIaaW02b48xjOQX2vM=; b=MdBDpFObUoi3vBDK1F3c+tymWyz0cvRYFXtXkUCXaj5wp3WU0lG5LE4328kNd72x7QxUw2 StR+V3CKqs3R9KBDsg7c+HxHVTguTSFa9t4a25EcP8MFpC+2YEONBDchM1I4narGGqJJzFxn 1GVO8ND4OuKHHKJLBK9wZ0sthJMnbh1TcigRNrYPiU8Fxp83Fb/X6v7bAOolSHp9wEXVLg0p g1Rp3HvnAp3EXiT4L3jsNhHEGSmYmoHTgmu22dnKQ9AZK+1iBlnISH9R1xukwXum3TLHsX8o XtWYIWhHa9nfxYhkys6st0gtbt6YRn6StGUfGJAQtdwSG+2MOkJs/dkg==; From: Peter Marko To: openembedded-devel@lists.openembedded.org Cc: Peter Marko Subject: [meta-oe][wrynose][PATCH 1/6] grpc: set status for CVE-2023-33953 and CVE-2024-37168 Date: Mon, 20 Jul 2026 21:28:04 +0200 Message-ID: <20260720192809.28277-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 ; Mon, 20 Jul 2026 19:28:22 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/128294 From: Peter Marko CVE-2023-33953 is fixed since 1.56.2 per [1]. FKIE sets "defaultStatus": "unknown" so it needs to be set explicitly. CVE-2024-37168 description in [2] says grpc-js. Even if (like FKIE added) grpc core would be affected, it would be in old versions (also listed in [2]). [1] https://nvd.nist.gov/vuln/detail/CVE-2023-33953 [2] https://nvd.nist.gov/vuln/detail/CVE-2024-37168 Signed-off-by: Peter Marko --- meta-oe/recipes-devtools/grpc/grpc_1.80.0.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-oe/recipes-devtools/grpc/grpc_1.80.0.bb b/meta-oe/recipes-devtools/grpc/grpc_1.80.0.bb index 14ead4ccf9..2213331a3e 100644 --- a/meta-oe/recipes-devtools/grpc/grpc_1.80.0.bb +++ b/meta-oe/recipes-devtools/grpc/grpc_1.80.0.bb @@ -66,3 +66,6 @@ FILES:${PN}-compiler += " \ ${bindir} \ ${libdir}/libgrpc_plugin_support${SOLIBS} \ " + +CVE_STATUS[CVE-2023-33953] = "fixed-version: Fixed since 1.56.2" +CVE_STATUS[CVE-2024-37168] = "cpe-incorrect: This CVE is for grps-js" From patchwork Mon Jul 20 19:28:05 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Marko X-Patchwork-Id: 92959 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 5E223C44529 for ; Mon, 20 Jul 2026 19:28:22 +0000 (UTC) Received: from mta-64-225.siemens.flowmailer.net (mta-64-225.siemens.flowmailer.net [185.136.64.225]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.5629.1784575698168253051 for ; Mon, 20 Jul 2026 12:28:19 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=peter.marko@siemens.com header.s=fm1 header.b=ITGkO0bJ; spf=pass (domain: rts-flowmailer.siemens.com, ip: 185.136.64.225, mailfrom: fm-256628-20260720192819268cece63e0002073f-fqzfxy@rts-flowmailer.siemens.com) Received: by mta-64-225.siemens.flowmailer.net with ESMTPSA id 20260720192819268cece63e0002073f for ; Mon, 20 Jul 2026 21:28:19 +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=C8eK4sGDc34wtfAGWvU6nYg/noPKCrMq0Hojv1+5cic=; b=ITGkO0bJLVjMhr284lPNyZODaW1Sj5HfgTmNiYaniYVbogRwVUoW/UOgBSmD6xTWkVh/3S gi/oxVK0cEWtAfPnhIF2eHz8EvYl3HSNbtYXU/zxW7c+gID+3+bLE5MCDq30e+kh1k7r3OAt U3vzoCnb3GOiVyvHAx6AWfV+Eyglxs6A/YQC+7vdMYjf1fGcK66+gCEEc9ruOHlGu6ML0xFZ hWd4UmtI1gXRYuakoF+b8iaH9637aKAudmA2ciQM7p6uzzzg4tRz+Ar6N+7EtMYbEvHUo30/ aPTEbzm8nQ5kbWiAl7yDo8OtH+Hsq9ZO5bjsE9BmNcNAno5K1v9chtHw==; From: Peter Marko To: openembedded-devel@lists.openembedded.org Cc: Peter Marko Subject: [meta-python][wrynose][PATCH 2/6] python3-grpcio: set status for CVE-2023-33953 and CVE-2024-37168 Date: Mon, 20 Jul 2026 21:28:05 +0200 Message-ID: <20260720192809.28277-2-peter.marko@siemens.com> In-Reply-To: <20260720192809.28277-1-peter.marko@siemens.com> References: <20260720192809.28277-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 ; Mon, 20 Jul 2026 19:28:22 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/128295 From: Peter Marko CVE-2023-33953 is fixed since 1.56.2 per [1]. FKIE sets "defaultStatus": "unknown" so it needs to be set explicitly. CVE-2024-37168 description in [2] says grpc-js. Even if (like FKIE added) grpc core would be affected, it would be in old versions (also listed in [2]). [1] https://nvd.nist.gov/vuln/detail/CVE-2023-33953 [2] https://nvd.nist.gov/vuln/detail/CVE-2024-37168 Signed-off-by: Peter Marko --- meta-python/recipes-devtools/python/python3-grpcio_1.78.0.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-devtools/python/python3-grpcio_1.78.0.bb b/meta-python/recipes-devtools/python/python3-grpcio_1.78.0.bb index d9ec337427..867c55096f 100644 --- a/meta-python/recipes-devtools/python/python3-grpcio_1.78.0.bb +++ b/meta-python/recipes-devtools/python/python3-grpcio_1.78.0.bb @@ -51,3 +51,5 @@ CCACHE_DISABLE = "1" CVE_PRODUCT += "grpc:grpc" CVE_STATUS[CVE-2026-33186] = "cpe-incorrect: the vulnerabilty affects only the go implementation" +CVE_STATUS[CVE-2023-33953] = "fixed-version: Fixed since 1.56.2" +CVE_STATUS[CVE-2024-37168] = "cpe-incorrect: This CVE is for grps-js" From patchwork Mon Jul 20 19:28: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: 92961 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 74AC1C44520 for ; Mon, 20 Jul 2026 19:28:32 +0000 (UTC) Received: from mta-64-226.siemens.flowmailer.net (mta-64-226.siemens.flowmailer.net [185.136.64.226]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.5618.1784575704133040783 for ; Mon, 20 Jul 2026 12:28:24 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=peter.marko@siemens.com header.s=fm1 header.b=VKzNEaEn; spf=pass (domain: rts-flowmailer.siemens.com, ip: 185.136.64.226, mailfrom: fm-256628-20260720192822f4cf8b8ac3000207a9-slfymz@rts-flowmailer.siemens.com) Received: by mta-64-226.siemens.flowmailer.net with ESMTPSA id 20260720192822f4cf8b8ac3000207a9 for ; Mon, 20 Jul 2026 21:28:22 +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=6tQ1QX3jolCeIkruQ6ii0Pu5WvJUF8L3BgKT3ncvJWs=; b=VKzNEaEnHlYfSfBZmvuW+K5CTa38ph5RkliwFslMjZABVV1WWBTBTGNAaSNm00pDu3IImi SZyZayscQHri536W5e6zxIxMLrH6uAZ/6gSy8DW5bKvNok8GCz53LeLeG+28ReosQa+xuGdx 25aCCYYmLlEL5NTZRJICMKTF84Rdr3sediKeaifNp99doJKCyys8qXZ5Ha63Jk2osu2fv++S 3pmaDi7YcoBcIDSb9PiDrTnTyh4R5AC4qVftXwyCCcNLfGewzVFLpZ2UFJWWB1PI67vk2bA9 AElPJjWvwWlEwFDq2oScynCFIP29xZmQVxPW4PAmWlE35mrErI/v5Bhw==; From: Peter Marko To: openembedded-devel@lists.openembedded.org Cc: Peter Marko Subject: [meta-oe][wrynose][PATCH 3/6] protobuf: set status for CVE-2024-7254 Date: Mon, 20 Jul 2026 21:28:06 +0200 Message-ID: <20260720192809.28277-3-peter.marko@siemens.com> In-Reply-To: <20260720192809.28277-1-peter.marko@siemens.com> References: <20260720192809.28277-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 ; Mon, 20 Jul 2026 19:28:32 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/128296 From: Peter Marko Version 4.28.2 is correctly set in [1]. Unfortunately also protoc version 28.2 with the same CPE is mentioned which creates a false positive which needs to be handled. [1] https://github.com/CVEProject/cvelistV5/blob/main/cves/2024/7xxx/CVE-2024-7254.json Signed-off-by: Peter Marko --- meta-oe/recipes-devtools/protobuf/protobuf_6.33.6.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-devtools/protobuf/protobuf_6.33.6.bb b/meta-oe/recipes-devtools/protobuf/protobuf_6.33.6.bb index 880dd82b1d..6aa858f2fc 100644 --- a/meta-oe/recipes-devtools/protobuf/protobuf_6.33.6.bb +++ b/meta-oe/recipes-devtools/protobuf/protobuf_6.33.6.bb @@ -129,3 +129,5 @@ RDEPENDS:${PN}-ptest = "bash ${@bb.utils.contains('PACKAGECONFIG', 'python', 'py MIPS_INSTRUCTION_SET = "mips" BBCLASSEXTEND = "native nativesdk" + +CVE_STATUS[CVE-2024-7254] = "fixed-version: Fixed since 4.28.2" From patchwork Mon Jul 20 19:28:07 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Marko X-Patchwork-Id: 92960 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 606A2C44529 for ; Mon, 20 Jul 2026 19:28:32 +0000 (UTC) Received: from mta-65-227.siemens.flowmailer.net (mta-65-227.siemens.flowmailer.net [185.136.65.227]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.5622.1784575708159055446 for ; Mon, 20 Jul 2026 12:28:28 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=peter.marko@siemens.com header.s=fm1 header.b=XuGyNRnW; spf=pass (domain: rts-flowmailer.siemens.com, ip: 185.136.65.227, mailfrom: fm-256628-20260720192826ad523fae1d00020730-nb_3u7@rts-flowmailer.siemens.com) Received: by mta-65-227.siemens.flowmailer.net with ESMTPSA id 20260720192826ad523fae1d00020730 for ; Mon, 20 Jul 2026 21:28:26 +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=FNIOLk9ZzY5rVCgS1Ir2p00+PLGWyXxydFiZB5ELSbA=; b=XuGyNRnWlflgDwPeJnz0dyCH5GXDf88aC6Q1viV2Lh9v138+aqHRTV6dScNP8P1gsJMY9L 0pwHd2JRMmsw6E5qqaOc9ydi3FLwU3EXN7HiFEScSDZOQaq35OfSJEvfVZZxwd/n1NSY7sJL 5qLgmjcNSxMUjhaXZPjfeHyHNm2XupAV1SCqwFlD6M8gKEYcUTgpDO2oWGVQdQSeZUa12M4/ E92ONZiN4oRdJ1OxBJrkQHFXhGPwMuo+JnHrhEV/CvQXRGXxMdtipbxH5yR2elgR4hPWWNcF 99PdnzV0CPef4LZFdBHA4VJWx6QhVrktSlrlq4//t5YU9Fbd+z8dY4Gw==; From: Peter Marko To: openembedded-devel@lists.openembedded.org Cc: Peter Marko Subject: [meta-python][wrynose][PATCH 4/6] python3-protobuf: set status for CVE-2024-7254 Date: Mon, 20 Jul 2026 21:28:07 +0200 Message-ID: <20260720192809.28277-4-peter.marko@siemens.com> In-Reply-To: <20260720192809.28277-1-peter.marko@siemens.com> References: <20260720192809.28277-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 ; Mon, 20 Jul 2026 19:28:32 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/128297 From: Peter Marko Version 4.28.2 is correctly set in [1]. Unfortunately also protoc version 28.2 with the same CPE is mentioned which creates a false positive which needs to be handled. [1] https://github.com/CVEProject/cvelistV5/blob/main/cves/2024/7xxx/CVE-2024-7254.json Signed-off-by: Peter Marko --- meta-python/recipes-devtools/python/python3-protobuf_6.33.6.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-devtools/python/python3-protobuf_6.33.6.bb b/meta-python/recipes-devtools/python/python3-protobuf_6.33.6.bb index 0595ec2a47..e9af4c3cc6 100644 --- a/meta-python/recipes-devtools/python/python3-protobuf_6.33.6.bb +++ b/meta-python/recipes-devtools/python/python3-protobuf_6.33.6.bb @@ -50,3 +50,5 @@ do_install:append () { # https://github.com/python/cpython/issues/122220 rm -f ${D}${PYTHON_SITEPACKAGES_DIR}/protobuf-*-nspkg.pth } + +CVE_STATUS[CVE-2024-7254] = "fixed-version: Fixed since 4.28.2" From patchwork Mon Jul 20 19:28:08 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Marko X-Patchwork-Id: 92962 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 74734C4452D for ; Mon, 20 Jul 2026 19:28:42 +0000 (UTC) Received: from mta-65-228.siemens.flowmailer.net (mta-65-228.siemens.flowmailer.net [185.136.65.228]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.5636.1784575712220887881 for ; Mon, 20 Jul 2026 12:28:32 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=peter.marko@siemens.com header.s=fm1 header.b=dYAM7J/n; spf=pass (domain: rts-flowmailer.siemens.com, ip: 185.136.65.228, mailfrom: fm-256628-20260720192830b73f70a6ed00020727-p1dm_k@rts-flowmailer.siemens.com) Received: by mta-65-228.siemens.flowmailer.net with ESMTPSA id 20260720192830b73f70a6ed00020727 for ; Mon, 20 Jul 2026 21:28:30 +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=5W74j91QvdxL/HpAnuuMgulnXTfGlkgCWDX0KVWu0Hw=; b=dYAM7J/ngTfxwLLMbajVqrCPP+pQyXQhkiWjGJGovgj0mTaok6cvnGvn/8wXjtcitPjLhH /BbqZIq+CCXLTrh4aDW7JmmlX039nzQVCuZZ5dyvE81n5Wx5yj4K1s0svtm7XKZmWYWkl5ux 5ax2lZTz6ZcopyHbTf8+QzCvxcClQH3A0ZblS/u3jubxrTTTsaGuh7bEhC5Rmy58U8Ct/a2G YDkGxcdDHoXCmhof01UZs/kcEHBwXGUleTQkbHTfMKPJPOEysk81hP53QLTwlXMUdAYE4Hgp ZQqPLb8BI2Gx90sze0LYw4utgF8jXEIyvlMwvoP1lt0pVbQjvcNQ8NkA==; From: Peter Marko To: openembedded-devel@lists.openembedded.org Cc: Peter Marko Subject: [meta-networking][wrynose][PATCH 5/6] tcpdump: set status for CVE-2024-2397 Date: Mon, 20 Jul 2026 21:28:08 +0200 Message-ID: <20260720192809.28277-5-peter.marko@siemens.com> In-Reply-To: <20260720192809.28277-1-peter.marko@siemens.com> References: <20260720192809.28277-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 ; Mon, 20 Jul 2026 19:28:42 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/128298 From: Peter Marko This CVE is fixed with commit [1] included in release 4.99.5. It is a cherry-pick of commit [2] mentioned in NVD report [3]. cvelistV5 and FKIE list hash as fixed version ("lessThan": "b9811ef"), which causes a false positive thus needs to be handled explicitly. [1] https://github.com/the-tcpdump-group/tcpdump/commit/e9bff173f9833b5532f3b6dce8c049e955140169 [2] https://github.com/the-tcpdump-group/tcpdump/commit/b9811ef5bb1b7d45a90e042f81f3aaf233c8bcb2 [3] https://nvd.nist.gov/vuln/detail/CVE-2024-2397 Signed-off-by: Peter Marko --- meta-networking/recipes-support/tcpdump/tcpdump_4.99.6.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-networking/recipes-support/tcpdump/tcpdump_4.99.6.bb b/meta-networking/recipes-support/tcpdump/tcpdump_4.99.6.bb index f1bd32485c..af7e8b6ba4 100644 --- a/meta-networking/recipes-support/tcpdump/tcpdump_4.99.6.bb +++ b/meta-networking/recipes-support/tcpdump/tcpdump_4.99.6.bb @@ -52,3 +52,5 @@ do_install:append() { do_compile_ptest() { oe_runmake buildtest-TESTS } + +CVE_STATUS[CVE-2024-2397] = "fixed-version: Fixed since 4.99.5" From patchwork Mon Jul 20 19:28:09 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Marko X-Patchwork-Id: 92963 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 6042DC44529 for ; Mon, 20 Jul 2026 19:28:42 +0000 (UTC) Received: from mta-65-228.siemens.flowmailer.net (mta-65-228.siemens.flowmailer.net [185.136.65.228]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.5636.1784575712220887881 for ; Mon, 20 Jul 2026 12:28:34 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=peter.marko@siemens.com header.s=fm1 header.b=b+FZdQXR; spf=pass (domain: rts-flowmailer.siemens.com, ip: 185.136.65.228, mailfrom: fm-256628-20260720192834298ceb2a1000020745-h0nhp7@rts-flowmailer.siemens.com) Received: by mta-65-228.siemens.flowmailer.net with ESMTPSA id 20260720192834298ceb2a1000020745 for ; Mon, 20 Jul 2026 21:28:34 +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=NOS2MO8qNky5JWKzytEVR3XzAJJA0lHVR8fxMnkWPg8=; b=b+FZdQXR1XVi+t5o8tO9nEfdZv6a5VMSpbw+bMIL2hFsqbGaU/Omv3YQWj/yAdOK9IlyZo wFfcVF6KjT2IrkSGMOzivlWOUoRgGGrotFOoyxr+7r7CyIL6uMryljGAYC+lncvoPK8Z3u0J FGz+AbJ4vki01BthYIC1viI3F1XIBnaGOhUEa3EkxjBjc5+fGIgwRIEyvhGyBSx8A0wC1ItL KJlKvIq4zA0uuRD9bH4HdY/e9ptua98kh4ZTB8VNIzP0W4wamBNraRGSPKI7YGjCjaqu233h nFVop1CxM8PAcNOCr9dY7vFd2jSO7xx1PEUVAT4Hn/HIDH7wYz0R5inQ==; From: Peter Marko To: openembedded-devel@lists.openembedded.org Cc: Peter Marko Subject: [meta-networking][wrynose][PATCH 6/6] libcoap: set status for CVE-2023-51847 Date: Mon, 20 Jul 2026 21:28:09 +0200 Message-ID: <20260720192809.28277-6-peter.marko@siemens.com> In-Reply-To: <20260720192809.28277-1-peter.marko@siemens.com> References: <20260720192809.28277-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 ; Mon, 20 Jul 2026 19:28:42 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/128299 From: Peter Marko Reuse investigation of Debian security group. As mentioned by [1], this was never present in any release because it was introduces in 4.3.5 development, however also fixed before release. [1] https://security-tracker.debian.org/tracker/CVE-2023-51847 Signed-off-by: Peter Marko --- meta-networking/recipes-devtools/libcoap/libcoap_4.3.5b.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-networking/recipes-devtools/libcoap/libcoap_4.3.5b.bb b/meta-networking/recipes-devtools/libcoap/libcoap_4.3.5b.bb index 7ea3eba1b0..7252be8b1e 100644 --- a/meta-networking/recipes-devtools/libcoap/libcoap_4.3.5b.bb +++ b/meta-networking/recipes-devtools/libcoap/libcoap_4.3.5b.bb @@ -63,5 +63,6 @@ PACKAGE_BEFORE_PN += "\ FILES:${PN}-bin = "${bindir}" FILES:${PN}-dev += "${datadir}/${BPN}/examples" +CVE_STATUS[CVE-2023-51847] = "fixed-version: both introduced and fixed in 4.3.5" CVE_STATUS[CVE-2025-50518] = "disputed: happens only when library is used incorrectly" CVE_STATUS[CVE-2026-29013] = "fixed-version: fixed in 4.3.5b"