From 13d8cd57a7b71a308bbadc3fc9ef4e8161251d9d Mon Sep 17 00:00:00 2001 From: Peter Marko Date: Sun, 23 Aug 2026 15:27:04 +0200 Subject: [PATCH] libevent: set status for CVE-2026-63380 Per [1] this only affects 2.2.1-alpha. Also [2] markes their versions as not-affected. [1] https://github.com/libevent/libevent/security/advisories/GHSA-3rpf-frgx-xq34 [2] https://security-tracker.debian.org/tracker/CVE-2026-63380 (From OE-Core rev: 7447b6ffb1ef18cecd7d45d2e397018dfa54c78d) Signed-off-by: Peter Marko Signed-off-by: Yoann Congal Signed-off-by: Richard Purdie --- meta/recipes-support/libevent/libevent_2.1.13.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-support/libevent/libevent_2.1.13.bb b/meta/recipes-support/libevent/libevent_2.1.13.bb index b0de863739..22894cc3be 100644 --- a/meta/recipes-support/libevent/libevent_2.1.13.bb +++ b/meta/recipes-support/libevent/libevent_2.1.13.bb @@ -55,3 +55,5 @@ do_install_ptest() { # handle multilib sed -i s:@libdir@:${libdir}:g ${D}${PTEST_PATH}/run-ptest } + +CVE_STATUS[CVE-2026-63380] = "fixed-version: only affects 2.2.1-alpha"