mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 03:32:12 +02:00
cve-extra-exclusion: ignore disputed CVE-2023-23005
(From OE-Core rev: 39274240b7756f498507b229d5f3461c207f1823) Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Reviewed-by: Frank WOLFF <frank.wolff@smile.fr> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
fe76a450eb
commit
7ebcf1477a
@@ -485,6 +485,16 @@ CVE_CHECK_IGNORE += "CVE-2023-1281"
|
||||
# Backported in version v6.1.13 747ca7c8a0c7bce004709143d1cd6596b79b1deb
|
||||
CVE_CHECK_IGNORE += "CVE-2023-1513"
|
||||
|
||||
# https://nvd.nist.gov/vuln/detail/CVE-2023-23005
|
||||
# Introduced in version v6.1 7b88bda3761b95856cf97822efe8281c8100067b
|
||||
# Patched in kernel since v6.2 4a625ceee8a0ab0273534cb6b432ce6b331db5ee
|
||||
# But, the CVE is disputed:
|
||||
# > NOTE: this is disputed by third parties because there are no realistic cases
|
||||
# > in which a user can cause the alloc_memory_type error case to be reached.
|
||||
# See: https://bugzilla.suse.com/show_bug.cgi?id=1208844#c2
|
||||
# We can safely ignore it.
|
||||
CVE_CHECK_IGNORE += "CVE-2023-23005"
|
||||
|
||||
# https://nvd.nist.gov/vuln/detail/CVE-2023-28466
|
||||
# Introduced in version v4.13 3c4d7559159bfe1e3b94df3a657b2cda3a34e218
|
||||
# Patched in kernel since v6.3-rc2 49c47cc21b5b7a3d8deb18fc57b0aa2ab1286962
|
||||
|
||||
Reference in New Issue
Block a user