From 23472df1616b39e814915e367b1bbbcafe2c26f2 Mon Sep 17 00:00:00 2001 From: Madhu Marri Date: Mon, 20 Jan 2025 05:20:19 +0000 Subject: [PATCH] selinux: Mark CVE-2020-10751 as Patched Bug Details: https://nvd.nist.gov/vuln/detail/CVE-2020-10751 Type: Security Advisory CVE: CVE-2020-10751 Score: 6.1 Patch: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=fb73974172ff Analysis: - This is a selinux cve which is addressed in kernel. - The fix is available at [1]. - Hence, marking the CVE as patched. Reference: [1] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=fb73974172ff Signed-off-by: Madhu Marri Signed-off-by: Joe MacDonald --- recipes-security/selinux/selinux_common.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-security/selinux/selinux_common.inc b/recipes-security/selinux/selinux_common.inc index 8dd6c2e..c0be4fe 100644 --- a/recipes-security/selinux/selinux_common.inc +++ b/recipes-security/selinux/selinux_common.inc @@ -19,3 +19,5 @@ do_install() { } CVE_PRODUCT ?= "kernel:selinux" + +CVE_STATUS[CVE-2020-10751] = "fixed-version: Fix is present in the current kernel version."