summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2026-03-09 10:36:09 +0100
committerKhem Raj <raj.khem@gmail.com>2026-03-17 13:25:17 -0700
commita4705e2cab0e9491f9b279edf24895aec0386e2c (patch)
treef46c0e9983980ebcfc9a284d38a4e386125244f2
parent56106a0cfb17cd34b8008ac8260dd87f218c41a3 (diff)
downloadmeta-openembedded-a4705e2cab0e9491f9b279edf24895aec0386e2c.tar.gz
zabbix: mark CVE-2026-23925 as patched
Details: https://nvd.nist.gov/vuln/detail/CVE-2026-23925 The vulnerability has been fixed since 7.0.18[1], however NVD tracks this CVE without version information. [1]: https://github.com/zabbix/zabbix/commit/89dec866ec7f8230b25f06ac000575e3b7bd4025 Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-connectivity/zabbix/zabbix_7.0.23.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/zabbix/zabbix_7.0.23.bb b/meta-oe/recipes-connectivity/zabbix/zabbix_7.0.23.bb
index 0b066de282..1cbe9ed9b0 100644
--- a/meta-oe/recipes-connectivity/zabbix/zabbix_7.0.23.bb
+++ b/meta-oe/recipes-connectivity/zabbix/zabbix_7.0.23.bb
@@ -75,3 +75,5 @@ do_install:append() {
75FILES:${PN} += "${libdir}" 75FILES:${PN} += "${libdir}"
76 76
77RDEPENDS:${PN} = "logrotate" 77RDEPENDS:${PN} = "logrotate"
78
79CVE_STATUS[CVE-2026-23925] = "fixed-version: fixed since 7.0.18"