summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel
diff options
context:
space:
mode:
authorRandy MacLeod <Randy.MacLeod@windriver.com>2025-05-15 15:05:23 -0400
committerSteve Sakoman <steve@sakoman.com>2025-07-04 07:50:16 -0700
commit92757b3a54fbaa02eef372cf27288488e91d554b (patch)
treebbd146824b6b539ee1a0c041cdf5e9f6e6b93fc0 /meta/recipes-kernel
parent065345406d8de61b247d38b80a3e290e6dd9ff87 (diff)
downloadpoky-92757b3a54fbaa02eef372cf27288488e91d554b.tar.gz
linux: add CVE_STATUS for a chrome* bug
This is not a linux-yocto CVE yet it shows up in the reports as: linux-yocto-custom CVE-2023-3079 0.0 8.8 Unpatched https://nvd.nist.gov/vuln/detail/CVE-2023-3079 For reference, the CPE says: Affects cpe:2.3:o:linux:linux_kernel:-:*:*:*:*:*:*:* So affects all Linux systems, Running on/with cpe:2.3:a:google:chrome:*:*:*:*:*:*:*:* [ YOCTO #15780 ] (From OE-Core rev: 8c39f6fa4454147e22d5e386046ed9b1076d7a95) Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> (cherry picked from commit 22ef4d2d116afb9d603a05fb107dd9da0e74558b) Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r--meta/recipes-kernel/linux/cve-exclusion.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-kernel/linux/cve-exclusion.inc b/meta/recipes-kernel/linux/cve-exclusion.inc
index f1b7db44b6..80c76433ef 100644
--- a/meta/recipes-kernel/linux/cve-exclusion.inc
+++ b/meta/recipes-kernel/linux/cve-exclusion.inc
@@ -133,6 +133,8 @@ CVE_STATUS[CVE-2023-1076] = "fixed-version: Fixed from version 6.3rc1"
133 133
134CVE_STATUS[CVE-2023-2898] = "fixed-version: Fixed from version 6.5rc1" 134CVE_STATUS[CVE-2023-2898] = "fixed-version: Fixed from version 6.5rc1"
135 135
136CVE_STATUS[CVE-2023-3079] = "not-applicable-config: Issue only affects chromium, which is not in linux-yocto"
137
136CVE_STATUS[CVE-2023-3772] = "fixed-version: Fixed from version 6.5rc7" 138CVE_STATUS[CVE-2023-3772] = "fixed-version: Fixed from version 6.5rc7"
137 139
138CVE_STATUS[CVE-2023-3773] = "fixed-version: Fixed from version 6.5rc7" 140CVE_STATUS[CVE-2023-3773] = "fixed-version: Fixed from version 6.5rc7"