summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2025-12-25 13:51:35 +0100
committerGyorgy Sarvari <skandigraun@gmail.com>2025-12-25 13:57:00 +0100
commit4da4c6547cc4fa092736808ff4756e8201cf17d7 (patch)
tree7acb15d5e165d9239685e7b9d27b2afb0416e353
parentef7ac09d7a4809dc7b92d3aec7a048f25de86a6d (diff)
downloadmeta-openembedded-4da4c6547cc4fa092736808ff4756e8201cf17d7.tar.gz
redis: ignore CVE-2025-46686
Details: https://nvd.nist.gov/vuln/detail/CVE-2025-46686 Upstream disputes that it is a security violation, and says that implementing a mitigation for this would negatively affect the rest of the application, so they elected to ignore it. See Github advisory about the same vulnerability: https://github.com/redis/redis/security/advisories/GHSA-2r7g-8hpc-rpq9 Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
-rw-r--r--meta-oe/recipes-extended/redis/redis_6.2.21.bb2
-rw-r--r--meta-oe/recipes-extended/redis/redis_7.0.15.bb2
2 files changed, 4 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/redis/redis_6.2.21.bb b/meta-oe/recipes-extended/redis/redis_6.2.21.bb
index e81984c081..3c24d459d6 100644
--- a/meta-oe/recipes-extended/redis/redis_6.2.21.bb
+++ b/meta-oe/recipes-extended/redis/redis_6.2.21.bb
@@ -25,6 +25,8 @@ inherit autotools-brokensep update-rc.d systemd useradd
25CVE_CHECK_IGNORE += "CVE-2022-0543" 25CVE_CHECK_IGNORE += "CVE-2022-0543"
26# not-applicable-config: only affects Windows 26# not-applicable-config: only affects Windows
27CVE_CHECK_IGNORE += "CVE-2022-3734" 27CVE_CHECK_IGNORE += "CVE-2022-3734"
28# disputed: not strictly a bug, mitigating it would affect functionality
29CVE_CHECK_IGNORE += "CVE-2025-46686"
28 30
29FINAL_LIBS:x86:toolchain-clang = "-latomic" 31FINAL_LIBS:x86:toolchain-clang = "-latomic"
30FINAL_LIBS:riscv32:toolchain-clang = "-latomic" 32FINAL_LIBS:riscv32:toolchain-clang = "-latomic"
diff --git a/meta-oe/recipes-extended/redis/redis_7.0.15.bb b/meta-oe/recipes-extended/redis/redis_7.0.15.bb
index 61a088775b..3768453db2 100644
--- a/meta-oe/recipes-extended/redis/redis_7.0.15.bb
+++ b/meta-oe/recipes-extended/redis/redis_7.0.15.bb
@@ -38,6 +38,8 @@ inherit autotools-brokensep update-rc.d systemd useradd
38CVE_CHECK_IGNORE += "CVE-2022-0543" 38CVE_CHECK_IGNORE += "CVE-2022-0543"
39# not-applicable-config: only affects Windows 39# not-applicable-config: only affects Windows
40CVE_CHECK_IGNORE += "CVE-2022-3734" 40CVE_CHECK_IGNORE += "CVE-2022-3734"
41# disputed: not strictly a bug, mitigating it would affect functionality
42CVE_CHECK_IGNORE += "CVE-2025-46686"
41 43
42FINAL_LIBS:x86:toolchain-clang = "-latomic" 44FINAL_LIBS:x86:toolchain-clang = "-latomic"
43FINAL_LIBS:riscv32:toolchain-clang = "-latomic" 45FINAL_LIBS:riscv32:toolchain-clang = "-latomic"