summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Sakoman <steve@sakoman.com>2022-03-22 07:49:46 -1000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-03-31 21:09:33 +0100
commite779ccdf4e75f3fe6f0d68b6973bff311003b8a7 (patch)
tree6f3fd7f93c08760637cef55df16219b4d6bd224f
parentd084cd438897122d0a30c35eabc2b669b8ca3f36 (diff)
downloadpoky-e779ccdf4e75f3fe6f0d68b6973bff311003b8a7.tar.gz
libsolv: fix CVE: CVE-2021-44568-71 and CVE-2021-44573-77
The existing patch for CVE-2021-3200 also fixes CVE-2021-44568 through CVE-2021-44671 and CVE-2021-44573 through CVE-2021-44677, so update CVE tags in patch to reflect this. Reference: https://github.com/openSUSE/libsolv/issues/426 (From OE-Core rev: 3096134d25fc4cf9bd18839838a62a6c89344e31) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-extended/libsolv/files/CVE-2021-3200.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/meta/recipes-extended/libsolv/files/CVE-2021-3200.patch b/meta/recipes-extended/libsolv/files/CVE-2021-3200.patch
index cc8f53cefd..fa577fd533 100644
--- a/meta/recipes-extended/libsolv/files/CVE-2021-3200.patch
+++ b/meta/recipes-extended/libsolv/files/CVE-2021-3200.patch
@@ -17,9 +17,19 @@ CVE: CVE-2021-33928
17CVE: CVE-2021-33929 17CVE: CVE-2021-33929
18CVE: CVE-2021-33930 18CVE: CVE-2021-33930
19CVE: CVE-2021-33938 19CVE: CVE-2021-33938
20CVE: CVE-2021-44568
21CVE: CVE-2021-44569
22CVE: CVE-2021-44570
23CVE: CVE-2021-44571
24CVE: CVE-2021-44573
25CVE: CVE-2021-44574
26CVE: CVE-2021-44575
27CVE: CVE-2021-44576
28CVE: CVE-2021-44577
20Signed-off-by: Ranjitsinh Rathod <ranjitsinh.rathod@kpit.com> 29Signed-off-by: Ranjitsinh Rathod <ranjitsinh.rathod@kpit.com>
21 30
22Signed-off-by: Chee Yang Lee <chee.yang.lee@intel.com> 31Signed-off-by: Chee Yang Lee <chee.yang.lee@intel.com>
32Signed-off-by: Steve Sakoman <steve@sakoman.com>
23--- 33---
24 ext/testcase.c | 21 +++++++++++++++++++++ 34 ext/testcase.c | 21 +++++++++++++++++++++
25 1 file changed, 21 insertions(+) 35 1 file changed, 21 insertions(+)