diff options
| author | Peter Marko <peter.marko@siemens.com> | 2024-12-19 21:49:00 +0100 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2025-01-16 09:17:32 -0500 |
| commit | 89723804873935d11bd7892794a494edd8750060 (patch) | |
| tree | 684ad06e081633189d6d05b614da7057dcd4867a | |
| parent | 3eb5952ed1718b7454474695f3a4e414909fb44a (diff) | |
| download | meta-openembedded-89723804873935d11bd7892794a494edd8750060.tar.gz | |
memcached: ignore disputed CVE-2022-26635
Per [1] this is a problem of applications using memcached inproperly.
This should not be a CVE against php-memcached, but for whatever
software the issue was actually found in. php-memcached and
libmemcached provide a VERIFY_KEY flag if they're too lazy to
filter untrusted user input.
[1] https://github.com/php-memcached-dev/php-memcached/issues/519
Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 889ccce6848276fa68b3736b345552a533bc6bd2)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
| -rw-r--r-- | meta-networking/recipes-support/memcached/memcached_1.6.17.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/memcached/memcached_1.6.17.bb b/meta-networking/recipes-support/memcached/memcached_1.6.17.bb index 270ad5486d..7234f02a13 100644 --- a/meta-networking/recipes-support/memcached/memcached_1.6.17.bb +++ b/meta-networking/recipes-support/memcached/memcached_1.6.17.bb | |||
| @@ -25,6 +25,8 @@ SRC_URI = "http://www.memcached.org/files/${BP}.tar.gz \ | |||
| 25 | " | 25 | " |
| 26 | SRC_URI[sha256sum] = "2055e373613d8fc21529aff9f0adce3e23b9ce01ba0478d30e7941d9f2bd1224" | 26 | SRC_URI[sha256sum] = "2055e373613d8fc21529aff9f0adce3e23b9ce01ba0478d30e7941d9f2bd1224" |
| 27 | 27 | ||
| 28 | CVE_STATUS[CVE-2022-26635] = "disputed: this is a problem of applications using php-memcached inproperly" | ||
| 29 | |||
| 28 | # set the same COMPATIBLE_HOST as libhugetlbfs | 30 | # set the same COMPATIBLE_HOST as libhugetlbfs |
| 29 | COMPATIBLE_HOST = "(i.86|x86_64|powerpc|powerpc64|aarch64|arm).*-linux*" | 31 | COMPATIBLE_HOST = "(i.86|x86_64|powerpc|powerpc64|aarch64|arm).*-linux*" |
| 30 | 32 | ||
