diff mbox series

[meta-networking,scarthgap,1/4] libmemcached: ignore CVE-2023-27478

Message ID 20251015034244.1445689-1-ankur.tyagi85@gmail.com
State New
Headers show
Series [meta-networking,scarthgap,1/4] libmemcached: ignore CVE-2023-27478 | expand

Commit Message

Ankur Tyagi Oct. 15, 2025, 3:42 a.m. UTC
From: Peter Marko <peter.marko@siemens.com>

Per [1] this is fixed by [2].
The commit message says that it is reverting feature added in:

$ git tag --no-contains d7a0084 | grep 1.0.18
1.0.18
$ git tag --no-contains d7a0084 | grep 1.0.7
1.0.7

This recipe is for the original memcached which is unmaintained now.
Hence the ignore instead of upgrade.

[1] https://nvd.nist.gov/vuln/detail/CVE-2023-27478
[2] https://github.com/awesomized/libmemcached/commit/48dcc61a

Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 607a44649189a29e6f547ce89b41ba332a45946a)
Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com>
---
 .../recipes-support/libmemcached/libmemcached_1.0.18.bb         | 2 ++
 .../recipes-support/libmemcached/libmemcached_1.0.7.bb          | 2 ++
 2 files changed, 4 insertions(+)
diff mbox series

Patch

diff --git a/meta-networking/recipes-support/libmemcached/libmemcached_1.0.18.bb b/meta-networking/recipes-support/libmemcached/libmemcached_1.0.18.bb
index 56778c0483..e4646d79ef 100644
--- a/meta-networking/recipes-support/libmemcached/libmemcached_1.0.18.bb
+++ b/meta-networking/recipes-support/libmemcached/libmemcached_1.0.18.bb
@@ -8,3 +8,5 @@  SRC_URI += "\
            "
 SRC_URI[md5sum] = "b3958716b4e53ddc5992e6c49d97e819"
 SRC_URI[sha256sum] = "e22c0bb032fde08f53de9ffbc5a128233041d9f33b5de022c0978a2149885f82"
+
+CVE_STATUS[CVE-2023-27478] = "fixed-version: this problem was not yet introduced in 1.0.18"
diff --git a/meta-networking/recipes-support/libmemcached/libmemcached_1.0.7.bb b/meta-networking/recipes-support/libmemcached/libmemcached_1.0.7.bb
index cdf8415ff7..156e4cd38d 100644
--- a/meta-networking/recipes-support/libmemcached/libmemcached_1.0.7.bb
+++ b/meta-networking/recipes-support/libmemcached/libmemcached_1.0.7.bb
@@ -2,3 +2,5 @@  require libmemcached.inc
 
 SRC_URI[md5sum] = "d59a462a92d296f76bff2d9bc72b2516"
 SRC_URI[sha256sum] = "3efa86c9733eaad55d7119cb16769424e2aa6c22b3392e8f973946fce6678d81"
+
+CVE_STATUS[CVE-2023-27478] = "fixed-version: this problem was not yet introduced in 1.0.7"