diff options
author | Marta Rybczynska <rybczynska@gmail.com> | 2024-08-14 07:30:36 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-08-20 14:12:40 +0100 |
commit | ebc872441686e09708a23b0ee1d6d865481fbc09 (patch) | |
tree | 288d43b8e80e0a22955839bf37f9c001cf634b3e | |
parent | bf34db143956294d64998beb3a83f46c1e39d9d9 (diff) | |
download | poky-ebc872441686e09708a23b0ee1d6d865481fbc09.tar.gz |
cve-extra-inclusions: encode CPEs of affected packages
Add the new cpe:vendor:product tagging to entries in cve-extra-inclusions, using
product/vendor combinations that are already present in OE-core (usually there
is no specific vendor).
(From OE-Core rev: e1bf43561093b3b9215cde9e9f7d80b4ffcdc64e)
Signed-off-by: Marta Rybczynska <marta.rybczynska@syslinbit.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/conf/distro/include/cve-extra-exclusions.inc | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/meta/conf/distro/include/cve-extra-exclusions.inc b/meta/conf/distro/include/cve-extra-exclusions.inc index fcef6a14fb..ffbbb7bef1 100644 --- a/meta/conf/distro/include/cve-extra-exclusions.inc +++ b/meta/conf/distro/include/cve-extra-exclusions.inc | |||
@@ -16,11 +16,11 @@ | |||
16 | # | 16 | # |
17 | 17 | ||
18 | # strace https://nvd.nist.gov/vuln/detail/CVE-2000-0006 | 18 | # strace https://nvd.nist.gov/vuln/detail/CVE-2000-0006 |
19 | CVE_STATUS[CVE-2000-0006] = "upstream-wontfix: CVE is more than 20 years old \ | 19 | CVE_STATUS[CVE-2000-0006] = "upstream-wontfix: cpe:*:strace: CVE is more than 20 years old \ |
20 | with no resolution evident. Broken links in CVE database references make resolution impractical." | 20 | with no resolution evident. Broken links in CVE database references make resolution impractical." |
21 | 21 | ||
22 | # epiphany https://nvd.nist.gov/vuln/detail/CVE-2005-0238 | 22 | # epiphany https://nvd.nist.gov/vuln/detail/CVE-2005-0238 |
23 | CVE_STATUS[CVE-2005-0238] = "upstream-wontfix: \ | 23 | CVE_STATUS[CVE-2005-0238] = "upstream-wontfix: cpe:*:epiphany: \ |
24 | The issue here is spoofing of domain names using characters from other character sets. \ | 24 | The issue here is spoofing of domain names using characters from other character sets. \ |
25 | There has been much discussion amongst the epiphany and webkit developers and \ | 25 | There has been much discussion amongst the epiphany and webkit developers and \ |
26 | whilst there are improvements about how domains are handled and displayed to the user \ | 26 | whilst there are improvements about how domains are handled and displayed to the user \ |
@@ -28,7 +28,7 @@ there is unlikely ever to be a single fix to webkit or epiphany which addresses | |||
28 | problem. There isn't any mitigation or fix or way to progress this further." | 28 | problem. There isn't any mitigation or fix or way to progress this further." |
29 | 29 | ||
30 | # glibc https://nvd.nist.gov/vuln/detail/CVE-2010-4756 | 30 | # glibc https://nvd.nist.gov/vuln/detail/CVE-2010-4756 |
31 | CVE_STATUS[CVE-2010-4756] = "upstream-wontfix: \ | 31 | CVE_STATUS[CVE-2010-4756] = "upstream-wontfix: cpe:*:glibc: \ |
32 | Issue is memory exhaustion via glob() calls, e.g. from within an ftp server \ | 32 | Issue is memory exhaustion via glob() calls, e.g. from within an ftp server \ |
33 | Best discussion in https://bugzilla.redhat.com/show_bug.cgi?id=681681 \ | 33 | Best discussion in https://bugzilla.redhat.com/show_bug.cgi?id=681681 \ |
34 | Upstream don't see it as a security issue, ftp servers shouldn't be passing \ | 34 | Upstream don't see it as a security issue, ftp servers shouldn't be passing \ |
@@ -38,7 +38,7 @@ this to libc glob. Upstream have no plans to add BSD's GLOB_LIMIT or similar." | |||
38 | # go https://nvd.nist.gov/vuln/detail/CVE-2020-29511 | 38 | # go https://nvd.nist.gov/vuln/detail/CVE-2020-29511 |
39 | CVE_STATUS_GROUPS += "CVE_STATUS_GO" | 39 | CVE_STATUS_GROUPS += "CVE_STATUS_GO" |
40 | CVE_STATUS_GO = "CVE-2020-29509 CVE-2020-29511" | 40 | CVE_STATUS_GO = "CVE-2020-29509 CVE-2020-29511" |
41 | CVE_STATUS_GO[status] = "not-applicable-config: \ | 41 | CVE_STATUS_GO[status] = "not-applicable-config: cpe:golang:go: \ |
42 | The encoding/xml package in go can potentially be used for security exploits if not used correctly \ | 42 | The encoding/xml package in go can potentially be used for security exploits if not used correctly \ |
43 | CVE applies to a netapp product as well as flagging a general issue. We don't ship anything \ | 43 | CVE applies to a netapp product as well as flagging a general issue. We don't ship anything \ |
44 | exposing this interface in an exploitable way" | 44 | exposing this interface in an exploitable way" |
@@ -50,7 +50,7 @@ CVE-2015-2656 CVE-2015-4754 CVE-2015-4764 CVE-2015-4774 CVE-2015-4775 CVE-2015-4 | |||
50 | CVE-2015-4778 CVE-2015-4779 CVE-2015-4780 CVE-2015-4781 CVE-2015-4782 CVE-2015-4783 CVE-2015-4784 \ | 50 | CVE-2015-4778 CVE-2015-4779 CVE-2015-4780 CVE-2015-4781 CVE-2015-4782 CVE-2015-4783 CVE-2015-4784 \ |
51 | CVE-2015-4785 CVE-2015-4786 CVE-2015-4787 CVE-2015-4788 CVE-2015-4789 CVE-2015-4790 CVE-2016-0682 \ | 51 | CVE-2015-4785 CVE-2015-4786 CVE-2015-4787 CVE-2015-4788 CVE-2015-4789 CVE-2015-4790 CVE-2016-0682 \ |
52 | CVE-2016-0689 CVE-2016-0692 CVE-2016-0694 CVE-2016-3418 CVE-2020-2981" | 52 | CVE-2016-0689 CVE-2016-0692 CVE-2016-0694 CVE-2016-3418 CVE-2020-2981" |
53 | CVE_STATUS_DB[status] = "upstream-wontfix: Since Oracle relicensed bdb, the open source community is slowly but surely \ | 53 | CVE_STATUS_DB[status] = "upstream-wontfix: cpe:*:berkeley_db: Since Oracle relicensed bdb, the open source community is slowly but surely \ |
54 | replacing bdb with supported and open source friendly alternatives. As a result this CVE is unlikely to ever be fixed." | 54 | replacing bdb with supported and open source friendly alternatives. As a result this CVE is unlikely to ever be fixed." |
55 | 55 | ||
56 | # Kernel CVEs that are generic but can't be added to the kernel's hand-maintained cve-exclusion.inc | 56 | # Kernel CVEs that are generic but can't be added to the kernel's hand-maintained cve-exclusion.inc |
@@ -60,25 +60,25 @@ replacing bdb with supported and open source friendly alternatives. As a result | |||
60 | # For OE-Core our policy is to stay as close to the kernel stable releases as we can. This should | 60 | # For OE-Core our policy is to stay as close to the kernel stable releases as we can. This should |
61 | # ensure the bulk of the major kernel CVEs are fixed and we don't dive into each individual issue | 61 | # ensure the bulk of the major kernel CVEs are fixed and we don't dive into each individual issue |
62 | # as the stable maintainers are much more able to do that. | 62 | # as the stable maintainers are much more able to do that. |
63 | CVE_STATUS[CVE-1999-0524] = "ignored: issue is that ICMP exists, can be filewalled if required" | 63 | CVE_STATUS[CVE-1999-0524] = "ignored: cpe:*:linux_kernel:issue is that ICMP exists, can be filewalled if required" |
64 | CVE_STATUS[CVE-2008-4609] = "ignored: describes design flaws in TCP" | 64 | CVE_STATUS[CVE-2008-4609] = "ignored: cpe:*:linux_kernel:describes design flaws in TCP" |
65 | CVE_STATUS[CVE-2010-4563] = "ignored: low impact, only enables detection of hosts which are sniffing network traffic" | 65 | CVE_STATUS[CVE-2010-4563] = "ignored: cpe:*:linux_kernel:low impact, only enables detection of hosts which are sniffing network traffic" |
66 | CVE_STATUS[CVE-2011-0640] = "ignored: requires physical access and any mitigation would mean USB is impractical to use" | 66 | CVE_STATUS[CVE-2011-0640] = "ignored: cpe:*:linux_kernel:requires physical access and any mitigation would mean USB is impractical to use" |
67 | 67 | ||
68 | # qemu:qemu-native:qemu-system-native https://nvd.nist.gov/vuln/detail/CVE-2021-20255 | 68 | # qemu:qemu-native:qemu-system-native https://nvd.nist.gov/vuln/detail/CVE-2021-20255 |
69 | CVE_STATUS[CVE-2021-20255] = "upstream-wontfix: \ | 69 | CVE_STATUS[CVE-2021-20255] = "upstream-wontfix: cpe:*:qemu: \ |
70 | There was a proposed patch https://lists.gnu.org/archive/html/qemu-devel/2021-02/msg06098.html \ | 70 | There was a proposed patch https://lists.gnu.org/archive/html/qemu-devel/2021-02/msg06098.html \ |
71 | qemu maintainers say the patch is incorrect and should not be applied \ | 71 | qemu maintainers say the patch is incorrect and should not be applied \ |
72 | The issue is of low impact, at worst sitting in an infinite loop rather than exploitable." | 72 | The issue is of low impact, at worst sitting in an infinite loop rather than exploitable." |
73 | 73 | ||
74 | # qemu:qemu-native:qemu-system-native https://nvd.nist.gov/vuln/detail/CVE-2019-12067 | 74 | # qemu:qemu-native:qemu-system-native https://nvd.nist.gov/vuln/detail/CVE-2019-12067 |
75 | CVE_STATUS[CVE-2019-12067] = "upstream-wontfix: \ | 75 | CVE_STATUS[CVE-2019-12067] = "upstream-wontfix: cpe:*:qemu: \ |
76 | There was a proposed patch but rejected by upstream qemu. It is unclear if the issue can \ | 76 | There was a proposed patch but rejected by upstream qemu. It is unclear if the issue can \ |
77 | still be reproduced or where exactly any bug is. \ | 77 | still be reproduced or where exactly any bug is. \ |
78 | We'll pick up any fix when upstream accepts one." | 78 | We'll pick up any fix when upstream accepts one." |
79 | 79 | ||
80 | # nasm:nasm-native https://nvd.nist.gov/vuln/detail/CVE-2020-18974 | 80 | # nasm:nasm-native https://nvd.nist.gov/vuln/detail/CVE-2020-18974 |
81 | CVE_STATUS[CVE-2020-18974] = "upstream-wontfix: \ | 81 | CVE_STATUS[CVE-2020-18974] = "upstream-wontfix: cpe:*:netwide_assembler: \ |
82 | It is a fuzzing related buffer overflow. It is of low impact since most devices \ | 82 | It is a fuzzing related buffer overflow. It is of low impact since most devices \ |
83 | wouldn't expose an assembler. The upstream is inactive and there is little to be \ | 83 | wouldn't expose an assembler. The upstream is inactive and there is little to be \ |
84 | done about the bug, ignore from an OE perspective." | 84 | done about the bug, ignore from an OE perspective." |