diff mbox series

[meta-networking,kirkstone,4/5] ndpi: ignore CVE-2025-25066

Message ID 20260227120323.333696-4-skandigraun@gmail.com
State New
Headers show
Series [meta-webserver,kirkstone,1/5] webmin: patch CVE-2025-67738 | expand

Commit Message

Gyorgy Sarvari Feb. 27, 2026, 12:03 p.m. UTC
Details: https://nvd.nist.gov/vuln/detail/CVE-2025-25066

The vulnerable code was introduced in v4.12[1], and is not
present in the recipe version. Due to this, ignore the CVE.

[1]: https://github.com/ntop/nDPI/commit/b9348e9d6e0e754c4b17661c643ca258f1540ca1

Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
---
 meta-networking/recipes-support/ntopng/ndpi_4.2.bb | 3 +++
 1 file changed, 3 insertions(+)
diff mbox series

Patch

diff --git a/meta-networking/recipes-support/ntopng/ndpi_4.2.bb b/meta-networking/recipes-support/ntopng/ndpi_4.2.bb
index 13c3398c2b..102f612c40 100644
--- a/meta-networking/recipes-support/ntopng/ndpi_4.2.bb
+++ b/meta-networking/recipes-support/ntopng/ndpi_4.2.bb
@@ -26,3 +26,6 @@  do_configure:prepend() {
 EXTRA_OEMAKE = " \
     libdir=${libdir} \
 "
+
+# vulnerability was introduced in v4.12
+CVE_CHECK_IGNORE = "CVE-2025-25066"