diff options
| author | Peter Marko <peter.marko@siemens.com> | 2023-07-29 20:22:35 +0200 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2023-08-15 06:18:48 -1000 |
| commit | ba4885546eb1352af2b1a75973c8ee68f190999c (patch) | |
| tree | 1bb4cde3a64b30141f0fedc2899b351a119ce11f | |
| parent | 0a98281d37b0bd8dc1548c390216cb3978e36e0e (diff) | |
| download | poky-ba4885546eb1352af2b1a75973c8ee68f190999c.tar.gz | |
libarchive: ignore CVE-2023-30571
This issue was reported and discusses under [1] which is linked in NVD CVE report.
It was already documented that some parts or libarchive are thread safe and some not.
[2] was now merged to document that also reported function is not thread safe.
So this CVE *now* reports thread race condition for non-thread-safe function.
And as such the CVE report is now invalid.
The issue is still not closed for 2 reasons:
* better document what is and what is not thread safe
* request to public if someone could make these functions thread safe
This should however not invalidate above statment about ignoring this CVE.
[1] https://github.com/libarchive/libarchive/issues/1876
[2] https://github.com/libarchive/libarchive/pull/1875
(From OE-Core rev: ffa8f92aa6f8405d8fea117af2f212ba190de393)
Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
| -rw-r--r-- | meta/recipes-extended/libarchive/libarchive_3.6.2.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-extended/libarchive/libarchive_3.6.2.bb b/meta/recipes-extended/libarchive/libarchive_3.6.2.bb index aafede3da8..6e0bc426f5 100644 --- a/meta/recipes-extended/libarchive/libarchive_3.6.2.bb +++ b/meta/recipes-extended/libarchive/libarchive_3.6.2.bb | |||
| @@ -33,6 +33,9 @@ UPSTREAM_CHECK_URI = "http://libarchive.org/" | |||
| 33 | 33 | ||
| 34 | SRC_URI[sha256sum] = "ba6d02f15ba04aba9c23fd5f236bb234eab9d5209e95d1c4df85c44d5f19b9b3" | 34 | SRC_URI[sha256sum] = "ba6d02f15ba04aba9c23fd5f236bb234eab9d5209e95d1c4df85c44d5f19b9b3" |
| 35 | 35 | ||
| 36 | # upstream-wontfix: upstream has documented that reported function is not thread-safe | ||
| 37 | CVE_CHECK_IGNORE += "CVE-2023-30571" | ||
| 38 | |||
| 36 | inherit autotools update-alternatives pkgconfig | 39 | inherit autotools update-alternatives pkgconfig |
| 37 | 40 | ||
| 38 | CPPFLAGS += "-I${WORKDIR}/extra-includes" | 41 | CPPFLAGS += "-I${WORKDIR}/extra-includes" |
