diff options
author | Madhu Marri <madmarri@cisco.com> | 2025-04-08 18:50:33 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-04-10 11:05:34 +0100 |
commit | 13cc3e5ccf017c5a9e38214df45b29a455eb3629 (patch) | |
tree | 6eef1d9565022f6247ea11cb6755de20cd9ffa16 | |
parent | 92c32a6de927af58ef072567c8d21a35657efcee (diff) | |
download | poky-13cc3e5ccf017c5a9e38214df45b29a455eb3629.tar.gz |
qemu: ignore CVE-2023-1386
Upstream Repository: https://gitlab.com/qemu-project/qemu.git
Bug Details: https://nvd.nist.gov/vuln/detail/CVE-2023-1386
Type: Security Advisory
CVE: CVE-2023-1386
Score: 3.3
Analysis:
- According to redhat[1] this CVE has closed as not a bug.
Reference:
[1] https://bugzilla.redhat.com/show_bug.cgi?id=2223985
(From OE-Core rev: 6a5d9e3821246c39ec57fa483802e1bb74fca724)
(From OE-Core rev: 5aecfb1a236bcef60a4337e7848e2bbc688c5798)
Signed-off-by: Madhu Marri <madmarri@cisco.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/qemu/qemu.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index b38cac7481..1fb387e9b5 100644 --- a/meta/recipes-devtools/qemu/qemu.inc +++ b/meta/recipes-devtools/qemu/qemu.inc | |||
@@ -51,6 +51,8 @@ CVE_STATUS[CVE-2023-2680] = "not-applicable-platform: RHEL specific issue." | |||
51 | # NVD DB has this CVE as version-less (with "-") | 51 | # NVD DB has this CVE as version-less (with "-") |
52 | CVE_STATUS[CVE-2024-6505] = "fixed-version: this CVE is fixed since 9.1.0" | 52 | CVE_STATUS[CVE-2024-6505] = "fixed-version: this CVE is fixed since 9.1.0" |
53 | 53 | ||
54 | CVE_STATUS[CVE-2023-1386] = "disputed: not an issue as per https://bugzilla.redhat.com/show_bug.cgi?id=2223985" | ||
55 | |||
54 | COMPATIBLE_HOST:mipsarchn32 = "null" | 56 | COMPATIBLE_HOST:mipsarchn32 = "null" |
55 | COMPATIBLE_HOST:mipsarchn64 = "null" | 57 | COMPATIBLE_HOST:mipsarchn64 = "null" |
56 | COMPATIBLE_HOST:riscv32 = "null" | 58 | COMPATIBLE_HOST:riscv32 = "null" |