diff options
-rw-r--r-- | meta/conf/distro/include/cve-extra-exclusions.inc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meta/conf/distro/include/cve-extra-exclusions.inc b/meta/conf/distro/include/cve-extra-exclusions.inc index 0b89598501..439d569f7d 100644 --- a/meta/conf/distro/include/cve-extra-exclusions.inc +++ b/meta/conf/distro/include/cve-extra-exclusions.inc | |||
@@ -485,6 +485,16 @@ CVE_CHECK_IGNORE += "CVE-2023-1281" | |||
485 | # Backported in version v6.1.13 747ca7c8a0c7bce004709143d1cd6596b79b1deb | 485 | # Backported in version v6.1.13 747ca7c8a0c7bce004709143d1cd6596b79b1deb |
486 | CVE_CHECK_IGNORE += "CVE-2023-1513" | 486 | CVE_CHECK_IGNORE += "CVE-2023-1513" |
487 | 487 | ||
488 | # https://nvd.nist.gov/vuln/detail/CVE-2023-23005 | ||
489 | # Introduced in version v6.1 7b88bda3761b95856cf97822efe8281c8100067b | ||
490 | # Patched in kernel since v6.2 4a625ceee8a0ab0273534cb6b432ce6b331db5ee | ||
491 | # But, the CVE is disputed: | ||
492 | # > NOTE: this is disputed by third parties because there are no realistic cases | ||
493 | # > in which a user can cause the alloc_memory_type error case to be reached. | ||
494 | # See: https://bugzilla.suse.com/show_bug.cgi?id=1208844#c2 | ||
495 | # We can safely ignore it. | ||
496 | CVE_CHECK_IGNORE += "CVE-2023-23005" | ||
497 | |||
488 | # https://nvd.nist.gov/vuln/detail/CVE-2023-28466 | 498 | # https://nvd.nist.gov/vuln/detail/CVE-2023-28466 |
489 | # Introduced in version v4.13 3c4d7559159bfe1e3b94df3a657b2cda3a34e218 | 499 | # Introduced in version v4.13 3c4d7559159bfe1e3b94df3a657b2cda3a34e218 |
490 | # Patched in kernel since v6.3-rc2 49c47cc21b5b7a3d8deb18fc57b0aa2ab1286962 | 500 | # Patched in kernel since v6.3-rc2 49c47cc21b5b7a3d8deb18fc57b0aa2ab1286962 |