]> code.ossystems Code Review - openembedded-core.git/commitdiff
shadow: whitelist CVE-2013-4235
authorPurushottam Choudhary <Purushottam.Choudhary@kpit.com>
Wed, 3 Mar 2021 10:50:38 +0000 (16:20 +0530)
committerSteve Sakoman <steve@sakoman.com>
Tue, 9 Mar 2021 16:22:09 +0000 (06:22 -1000)
This CVE is about TOCTOU (time-of-check time-of-use)
race condition when copying and removing directory trees
which had very low severity problem and marked as closed
and won't fix. Therefore whitelisted CVE-2013-4235.
Master, gatesgarth and dunfell all have shadow version 4.81.
Hence, this is applicable for master, gatesgarth and dunfell.
Link: https://bugzilla.redhat.com/show_bug.cgi?id=884658
Signed-off-by: Sana Kazi <Sana.Kazi@kpit.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit b1c6cd87bee6b019619dc5728fd6c36bc87ed696)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-extended/shadow/shadow_4.8.1.bb

index c975395ff8d09e3d7063395d8a6eab70437a41fb..ff4aad926f6aa888a60e897e601e41376c9e58fb 100644 (file)
@@ -6,5 +6,6 @@ BUILD_LDFLAGS_append_class-target = " ${@bb.utils.contains('DISTRO_FEATURES', 'p
 
 BBCLASSEXTEND = "native nativesdk"
 
-
-
+# Severity is low and marked as closed and won't fix.
+# https://bugzilla.redhat.com/show_bug.cgi?id=884658
+CVE_CHECK_WHITELIST += "CVE-2013-4235"