diff options
author | Peter Marko <peter.marko@siemens.com> | 2023-10-31 19:03:14 +0100 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2023-11-03 04:26:13 -1000 |
commit | f966e16c3bf59a4e174675e9e45518d5f14ada2d (patch) | |
tree | e726bd631f11571f58679dda4016377597619555 | |
parent | 83d53dc031b3d67491d95e9e1c216fbd962ba57a (diff) | |
download | poky-f966e16c3bf59a4e174675e9e45518d5f14ada2d.tar.gz |
glibc: ignore CVE-2023-4527
This vulnerability was introduced in 2.36, so 2.35 is not vulnerable.
(From OE-Core rev: bf60773c882483f4bfe49e89be8e2f85f78b212b)
Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r-- | meta/recipes-core/glibc/glibc_2.35.bb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/meta/recipes-core/glibc/glibc_2.35.bb b/meta/recipes-core/glibc/glibc_2.35.bb index 271520f76b..21cd99dfdd 100644 --- a/meta/recipes-core/glibc/glibc_2.35.bb +++ b/meta/recipes-core/glibc/glibc_2.35.bb | |||
@@ -16,6 +16,13 @@ CVE_CHECK_IGNORE += "CVE-2019-1010022 CVE-2019-1010023 CVE-2019-1010024" | |||
16 | # Potential patch at https://sourceware.org/bugzilla/show_bug.cgi?id=22853 | 16 | # Potential patch at https://sourceware.org/bugzilla/show_bug.cgi?id=22853 |
17 | CVE_CHECK_IGNORE += "CVE-2019-1010025" | 17 | CVE_CHECK_IGNORE += "CVE-2019-1010025" |
18 | 18 | ||
19 | # glibc https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2023-4527 | ||
20 | # This vulnerability was introduced in 2.36 by commit | ||
21 | # f282cdbe7f436c75864e5640a409a10485e9abb2 resolv: Implement no-aaaa stub resolver option | ||
22 | # so our version is not yet vulnerable | ||
23 | # See https://sourceware.org/bugzilla/show_bug.cgi?id=30842 | ||
24 | CVE_CHECK_IGNORE += "CVE-2023-4527" | ||
25 | |||
19 | # To avoid these in cve-check reports since the recipe version did not change | 26 | # To avoid these in cve-check reports since the recipe version did not change |
20 | CVE_CHECK_IGNORE += "CVE-2023-4813 CVE-2023-4806 CVE-2023-4911 CVE-2023-5156" | 27 | CVE_CHECK_IGNORE += "CVE-2023-4813 CVE-2023-4806 CVE-2023-4911 CVE-2023-5156" |
21 | 28 | ||