Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2024-53143 (GCVE-0-2024-53143)
Vulnerability from cvelistv5 – Published: 2024-12-07 06:40 – Updated: 2026-08-05 11:44- CWE-416 - Use After Free
| Vendor | Product | Version | CPE status | |
|---|---|---|---|---|
| Linux | Linux |
Affected:
d2f277e26f521ccf6fb438463b41dba6123caabe , < 45a8f8232a495221ed058191629f5c628f21601a
(git)
Affected: d2f277e26f521ccf6fb438463b41dba6123caabe , < 83af1cfa10d9aafdabd06b3655e07727f373b434 (git) Affected: d2f277e26f521ccf6fb438463b41dba6123caabe , < 21d1b618b6b9da46c5116c640ac4b1cc8d40d63a (git) |
guessed | |
| Linux | Linux |
Affected:
6.10
Unaffected: 0 , < 6.10 (semver) Unaffected: 6.11.11 , ≤ 6.11.* (semver) Unaffected: 6.12.2 , ≤ 6.12.* (semver) Unaffected: 6.13 , ≤ * (original_commit_for_fix) |
guessed |
{
"containers": {
"adp": [
{
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
}
},
{
"other": {
"content": {
"id": "CVE-2024-53143",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "total"
}
],
"role": "CISA Coordinator",
"timestamp": "2024-12-11T14:22:39.197739Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-416",
"description": "CWE-416 Use After Free",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2024-12-13T13:57:38.651Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"product": "Linux",
"programFiles": [
"fs/notify/mark.c"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"lessThan": "45a8f8232a495221ed058191629f5c628f21601a",
"status": "affected",
"version": "d2f277e26f521ccf6fb438463b41dba6123caabe",
"versionType": "git"
},
{
"lessThan": "83af1cfa10d9aafdabd06b3655e07727f373b434",
"status": "affected",
"version": "d2f277e26f521ccf6fb438463b41dba6123caabe",
"versionType": "git"
},
{
"lessThan": "21d1b618b6b9da46c5116c640ac4b1cc8d40d63a",
"status": "affected",
"version": "d2f277e26f521ccf6fb438463b41dba6123caabe",
"versionType": "git"
}
]
},
{
"defaultStatus": "affected",
"product": "Linux",
"programFiles": [
"fs/notify/mark.c"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"status": "affected",
"version": "6.10"
},
{
"lessThan": "6.10",
"status": "unaffected",
"version": "0",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.11.*",
"status": "unaffected",
"version": "6.11.11",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.12.*",
"status": "unaffected",
"version": "6.12.2",
"versionType": "semver"
},
{
"lessThanOrEqual": "*",
"status": "unaffected",
"version": "6.13",
"versionType": "original_commit_for_fix"
}
]
}
],
"cpeApplicability": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.11.11",
"versionStartIncluding": "6.10",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.12.2",
"versionStartIncluding": "6.10",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.13",
"versionStartIncluding": "6.10",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "In the Linux kernel, the following vulnerability has been resolved:\n\nfsnotify: Fix ordering of iput() and watched_objects decrement\n\nEnsure the superblock is kept alive until we\u0027re done with iput().\nHolding a reference to an inode is not allowed unless we ensure the\nsuperblock stays alive, which fsnotify does by keeping the\nwatched_objects count elevated, so iput() must happen before the\nwatched_objects decrement.\nThis can lead to a UAF of something like sb-\u003es_fs_info in tmpfs, but the\nUAF is hard to hit because race orderings that oops are more likely, thanks\nto the CHECK_DATA_CORRUPTION() block in generic_shutdown_super().\n\nAlso, ensure that fsnotify_put_sb_watched_objects() doesn\u0027t call\nfsnotify_sb_watched_objects() on a superblock that may have already been\nfreed, which would cause a UAF read of sb-\u003es_fsnotify_info."
}
],
"metrics": [
{
"cvssV3_1": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"scenarios": [
{
"lang": "en",
"value": "AV:L - The bug is reached purely through local syscalls \u2014 inotify_init/inotify_add_watch/inotify_rm_watch on one side and mount/umount on the other. No network or remote peer input is involved.\nAC:L - The attacker owns both sides of the race: their own thread dropping the inotify mark and their own thread unmounting their own tmpfs in a private mount namespace, and the loop can be retried indefinitely with attacker-chosen heap grooming and CPU pinning to widen the window.\nPR:L - inotify_user.c has no capability checks at all, and tmpfs/ramfs/FUSE are FS_USERNS_MOUNT, so an unprivileged user gets the required mount and umount via unshare -Urm \u2014 per guidance, user-namespace-reachable is Low, not High.\nUI:N - A single unprivileged process drives the entire sequence \u2014 create the mount, add and remove the watch, and unmount \u2014 with no action by any other user.\nS:U - The corruption is of kernel slab objects (super_block, shmem_sb_info) within the same kernel security authority; no VM, IOMMU, or sandbox boundary is crossed.\nC:H - The freed super_block and s_fs_info are read after free (SHMEM_SB(inode-\u003ei_sb) dereference, sb-\u003es_fsnotify_info read), and since the attacker can reallocate those kmalloc slots with controlled data and observe the results, this is leverageable for kernel memory disclosure.\nI:H - The post-free path performs writes into freed memory \u2014 sbinfo-\u003efree_ispace accumulation, spin_lock acquisition, and list_del on the freed sb-\u003es_inodes head \u2014 giving a groomable write primitive into attacker-reallocated slab objects suitable for control-flow hijacking.\nA:H - The most likely outcome is the CHECK_DATA_CORRUPTION(\"VFS: Busy inodes after unmount\") report, which is a BUG() with CONFIG_BUG_ON_DATA_CORRUPTION, and otherwise the use-after-free on a freed superblock reliably oopses the kernel."
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-08-05T11:44:05.871Z",
"orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"shortName": "Linux"
},
"references": [
{
"url": "https://git.kernel.org/stable/c/45a8f8232a495221ed058191629f5c628f21601a"
},
{
"url": "https://git.kernel.org/stable/c/83af1cfa10d9aafdabd06b3655e07727f373b434"
},
{
"url": "https://git.kernel.org/stable/c/21d1b618b6b9da46c5116c640ac4b1cc8d40d63a"
},
{
"url": "https://project-zero.issues.chromium.org/issues/379667898"
}
],
"title": "fsnotify: Fix ordering of iput() and watched_objects decrement",
"x_generator": {
"engine": "bippy-1.2.0"
}
}
},
"cveMetadata": {
"assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"assignerShortName": "Linux",
"cveId": "CVE-2024-53143",
"datePublished": "2024-12-07T06:40:43.522Z",
"dateReserved": "2024-11-19T17:17:24.997Z",
"dateUpdated": "2026-08-05T11:44:05.871Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2024-53143",
"date": "2026-08-22",
"epss": "0.00212",
"percentile": "0.11841"
},
"fkie_nvd": {
"descriptions": "[{\"lang\": \"en\", \"value\": \"In the Linux kernel, the following vulnerability has been resolved:\\n\\nfsnotify: Fix ordering of iput() and watched_objects decrement\\n\\nEnsure the superblock is kept alive until we\u0027re done with iput().\\nHolding a reference to an inode is not allowed unless we ensure the\\nsuperblock stays alive, which fsnotify does by keeping the\\nwatched_objects count elevated, so iput() must happen before the\\nwatched_objects decrement.\\nThis can lead to a UAF of something like sb-\u003es_fs_info in tmpfs, but the\\nUAF is hard to hit because race orderings that oops are more likely, thanks\\nto the CHECK_DATA_CORRUPTION() block in generic_shutdown_super().\\n\\nAlso, ensure that fsnotify_put_sb_watched_objects() doesn\u0027t call\\nfsnotify_sb_watched_objects() on a superblock that may have already been\\nfreed, which would cause a UAF read of sb-\u003es_fsnotify_info.\"}, {\"lang\": \"es\", \"value\": \"En el kernel de Linux, se ha resuelto la siguiente vulnerabilidad: fsnotify: Arreglar el orden de iput() y el decremento de watching_objects Asegurarse de que el superbloque se mantenga activo hasta que terminemos con iput(). No se permite mantener una referencia a un inodo a menos que aseguremos que el superbloque se mantenga activo, lo que fsnotify hace manteniendo elevado el conteo de watching_objects, por lo que iput() debe ocurrir antes del decremento de watching_objects. Esto puede llevar a un UAF de algo como sb-\u0026gt;s_fs_info en tmpfs, pero el UAF es dif\\u00edcil de alcanzar porque las \\u00f3rdenes de ejecuci\\u00f3n que oops son m\\u00e1s probables, gracias al bloque CHECK_DATA_CORRUPTION() en generic_shutdown_super(). Adem\\u00e1s, aseg\\u00farese de que fsnotify_put_sb_watched_objects() no llame a fsnotify_sb_watched_objects() en un superbloque que ya puede haber sido liberado, lo que causar\\u00eda una lectura UAF de sb-\u0026gt;s_fsnotify_info.\"}]",
"id": "CVE-2024-53143",
"lastModified": "2025-01-11T13:15:25.250",
"metrics": "{\"cvssMetricV31\": [{\"source\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"type\": \"Secondary\", \"cvssData\": {\"version\": \"3.1\", \"vectorString\": \"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H\", \"baseScore\": 7.8, \"baseSeverity\": \"HIGH\", \"attackVector\": \"LOCAL\", \"attackComplexity\": \"LOW\", \"privilegesRequired\": \"LOW\", \"userInteraction\": \"NONE\", \"scope\": \"UNCHANGED\", \"confidentialityImpact\": \"HIGH\", \"integrityImpact\": \"HIGH\", \"availabilityImpact\": \"HIGH\"}, \"exploitabilityScore\": 1.8, \"impactScore\": 5.9}]}",
"published": "2024-12-07T07:15:03.780",
"references": "[{\"url\": \"https://git.kernel.org/stable/c/21d1b618b6b9da46c5116c640ac4b1cc8d40d63a\", \"source\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}, {\"url\": \"https://git.kernel.org/stable/c/45a8f8232a495221ed058191629f5c628f21601a\", \"source\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}, {\"url\": \"https://git.kernel.org/stable/c/83af1cfa10d9aafdabd06b3655e07727f373b434\", \"source\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}, {\"url\": \"https://project-zero.issues.chromium.org/issues/379667898\", \"source\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}]",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"vulnStatus": "Awaiting Analysis",
"weaknesses": "[{\"source\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"type\": \"Secondary\", \"description\": [{\"lang\": \"en\", \"value\": \"CWE-416\"}]}]"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2024-53143\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2024-12-07T07:15:03.780\",\"lastModified\":\"2026-06-17T08:08:24.497\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nfsnotify: Fix ordering of iput() and watched_objects decrement\\n\\nEnsure the superblock is kept alive until we\u0027re done with iput().\\nHolding a reference to an inode is not allowed unless we ensure the\\nsuperblock stays alive, which fsnotify does by keeping the\\nwatched_objects count elevated, so iput() must happen before the\\nwatched_objects decrement.\\nThis can lead to a UAF of something like sb-\u003es_fs_info in tmpfs, but the\\nUAF is hard to hit because race orderings that oops are more likely, thanks\\nto the CHECK_DATA_CORRUPTION() block in generic_shutdown_super().\\n\\nAlso, ensure that fsnotify_put_sb_watched_objects() doesn\u0027t call\\nfsnotify_sb_watched_objects() on a superblock that may have already been\\nfreed, which would cause a UAF read of sb-\u003es_fsnotify_info.\"},{\"lang\":\"es\",\"value\":\"En el kernel de Linux, se ha resuelto la siguiente vulnerabilidad: fsnotify: Arreglar el orden de iput() y el decremento de watching_objects Asegurarse de que el superbloque se mantenga activo hasta que terminemos con iput(). No se permite mantener una referencia a un inodo a menos que aseguremos que el superbloque se mantenga activo, lo que fsnotify hace manteniendo elevado el conteo de watching_objects, por lo que iput() debe ocurrir antes del decremento de watching_objects. Esto puede llevar a un UAF de algo como sb-\u0026gt;s_fs_info en tmpfs, pero el UAF es dif\u00edcil de alcanzar porque las \u00f3rdenes de ejecuci\u00f3n que oops son m\u00e1s probables, gracias al bloque CHECK_DATA_CORRUPTION() en generic_shutdown_super(). Adem\u00e1s, aseg\u00farese de que fsnotify_put_sb_watched_objects() no llame a fsnotify_sb_watched_objects() en un superbloque que ya puede haber sido liberado, lo que causar\u00eda una lectura UAF de sb-\u0026gt;s_fsnotify_info.\"}],\"affected\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"affectedData\":[{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"fs/notify/mark.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"d2f277e26f521ccf6fb438463b41dba6123caabe\",\"lessThan\":\"45a8f8232a495221ed058191629f5c628f21601a\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"d2f277e26f521ccf6fb438463b41dba6123caabe\",\"lessThan\":\"83af1cfa10d9aafdabd06b3655e07727f373b434\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"d2f277e26f521ccf6fb438463b41dba6123caabe\",\"lessThan\":\"21d1b618b6b9da46c5116c640ac4b1cc8d40d63a\",\"versionType\":\"git\",\"status\":\"affected\"}]},{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"affected\",\"programFiles\":[\"fs/notify/mark.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"6.10\",\"status\":\"affected\"},{\"version\":\"0\",\"lessThan\":\"6.10\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.11.11\",\"lessThanOrEqual\":\"6.11.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.12.2\",\"lessThanOrEqual\":\"6.12.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.13\",\"lessThanOrEqual\":\"*\",\"versionType\":\"original_commit_for_fix\",\"status\":\"unaffected\"}]}]}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H\",\"baseScore\":7.8,\"baseSeverity\":\"HIGH\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.8,\"impactScore\":5.9}],\"ssvcV203\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"ssvcData\":{\"timestamp\":\"2024-12-11T14:22:39.197739Z\",\"id\":\"CVE-2024-53143\",\"options\":[{\"exploitation\":\"none\"},{\"automatable\":\"no\"},{\"technicalImpact\":\"total\"}],\"role\":\"CISA Coordinator\",\"version\":\"2.0.3\"}}]},\"weaknesses\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-416\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.10\",\"versionEndExcluding\":\"6.11.11\",\"matchCriteriaId\":\"158A6B22-9260-41D7-965A-A81798A5A969\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.12\",\"versionEndExcluding\":\"6.12.2\",\"matchCriteriaId\":\"D8882B1B-2ABC-4838-AC1D-DBDBB5764776\"}]}]}],\"references\":[{\"url\":\"https://git.kernel.org/stable/c/21d1b618b6b9da46c5116c640ac4b1cc8d40d63a\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/45a8f8232a495221ed058191629f5c628f21601a\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/83af1cfa10d9aafdabd06b3655e07727f373b434\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://project-zero.issues.chromium.org/issues/379667898\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]}]}}",
"redhat_vex": {
"aggregate_severity": "Moderate",
"current_release_date": "2026-08-11T15:27:23+00:00",
"cve": "CVE-2024-53143",
"id": "CVE-2024-53143",
"initial_release_date": "2024-12-07T00:00:00+00:00",
"product_status:fixed": "309",
"product_status:known_affected": "28",
"product_status:known_not_affected": "170",
"source": "Red Hat CSAF VEX",
"status": "final",
"title": "kernel: fsnotify: Fix ordering of iput() and watched_objects decrement",
"url": "https://security.access.redhat.com/data/csaf/v2/vex/2024/cve-2024-53143.json",
"version": "3"
},
"suse_vex": {
"aggregate_severity": "moderate",
"current_release_date": "2026-08-13T01:43:43Z",
"cve": "CVE-2024-53143",
"id": "CVE-2024-53143",
"initial_release_date": "2024-12-08T03:48:58Z",
"product_status:known_not_affected": "375",
"product_status:recommended": "95",
"source": "SUSE CSAF VEX",
"status": "interim",
"title": "SUSE CVE CVE-2024-53143",
"url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2024-53143.json",
"version": "28"
},
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 7.8, \"attackVector\": \"LOCAL\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H\", \"integrityImpact\": \"HIGH\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"LOW\", \"confidentialityImpact\": \"HIGH\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2024-53143\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"total\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-12-11T14:22:39.197739Z\"}}}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-416\", \"description\": \"CWE-416 Use After Free\"}]}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-12-11T14:22:09.680Z\"}}], \"cna\": {\"title\": \"fsnotify: Fix ordering of iput() and watched_objects decrement\", \"affected\": [{\"repo\": \"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\", \"vendor\": \"Linux\", \"product\": \"Linux\", \"versions\": [{\"status\": \"affected\", \"version\": \"d2f277e26f521ccf6fb438463b41dba6123caabe\", \"lessThan\": \"45a8f8232a495221ed058191629f5c628f21601a\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"d2f277e26f521ccf6fb438463b41dba6123caabe\", \"lessThan\": \"83af1cfa10d9aafdabd06b3655e07727f373b434\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"d2f277e26f521ccf6fb438463b41dba6123caabe\", \"lessThan\": \"21d1b618b6b9da46c5116c640ac4b1cc8d40d63a\", \"versionType\": \"git\"}], \"programFiles\": [\"fs/notify/mark.c\"], \"defaultStatus\": \"unaffected\"}, {\"repo\": \"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\", \"vendor\": \"Linux\", \"product\": \"Linux\", \"versions\": [{\"status\": \"affected\", \"version\": \"6.10\"}, {\"status\": \"unaffected\", \"version\": \"0\", \"lessThan\": \"6.10\", \"versionType\": \"semver\"}, {\"status\": \"unaffected\", \"version\": \"6.11.11\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.11.*\"}, {\"status\": \"unaffected\", \"version\": \"6.12.2\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.12.*\"}, {\"status\": \"unaffected\", \"version\": \"6.13\", \"versionType\": \"original_commit_for_fix\", \"lessThanOrEqual\": \"*\"}], \"programFiles\": [\"fs/notify/mark.c\"], \"defaultStatus\": \"affected\"}], \"references\": [{\"url\": \"https://git.kernel.org/stable/c/45a8f8232a495221ed058191629f5c628f21601a\"}, {\"url\": \"https://git.kernel.org/stable/c/83af1cfa10d9aafdabd06b3655e07727f373b434\"}, {\"url\": \"https://git.kernel.org/stable/c/21d1b618b6b9da46c5116c640ac4b1cc8d40d63a\"}, {\"url\": \"https://project-zero.issues.chromium.org/issues/379667898\"}], \"x_generator\": {\"engine\": \"bippy-1.2.0\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"In the Linux kernel, the following vulnerability has been resolved:\\n\\nfsnotify: Fix ordering of iput() and watched_objects decrement\\n\\nEnsure the superblock is kept alive until we\u0027re done with iput().\\nHolding a reference to an inode is not allowed unless we ensure the\\nsuperblock stays alive, which fsnotify does by keeping the\\nwatched_objects count elevated, so iput() must happen before the\\nwatched_objects decrement.\\nThis can lead to a UAF of something like sb-\u003es_fs_info in tmpfs, but the\\nUAF is hard to hit because race orderings that oops are more likely, thanks\\nto the CHECK_DATA_CORRUPTION() block in generic_shutdown_super().\\n\\nAlso, ensure that fsnotify_put_sb_watched_objects() doesn\u0027t call\\nfsnotify_sb_watched_objects() on a superblock that may have already been\\nfreed, which would cause a UAF read of sb-\u003es_fsnotify_info.\"}], \"cpeApplicability\": [{\"nodes\": [{\"negate\": false, \"cpeMatch\": [{\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"6.11.11\", \"versionStartIncluding\": \"6.10\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"6.12.2\", \"versionStartIncluding\": \"6.10\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"6.13\", \"versionStartIncluding\": \"6.10\"}], \"operator\": \"OR\"}]}], \"providerMetadata\": {\"orgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"shortName\": \"Linux\", \"dateUpdated\": \"2025-05-04T09:54:07.791Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2024-53143\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-05-04T09:54:07.791Z\", \"dateReserved\": \"2024-11-19T17:17:24.997Z\", \"assignerOrgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"datePublished\": \"2024-12-07T06:40:43.522Z\", \"assignerShortName\": \"Linux\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
}
}
CERTFR-2025-AVI-0152
Vulnerability from certfr_avis - Published: - Updated:
De multiples vulnérabilités ont été découvertes dans le noyau Linux d'Ubuntu. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire, une élévation de privilèges et un déni de service.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Title | Publication Time | Tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Ubuntu 16.04 ESM",
"product": {
"name": "Ubuntu",
"vendor": {
"name": "Ubuntu",
"scada": false
}
}
},
{
"description": "Ubuntu 24.04 LTS",
"product": {
"name": "Ubuntu",
"vendor": {
"name": "Ubuntu",
"scada": false
}
}
},
{
"description": "Ubuntu 18.04 ESM",
"product": {
"name": "Ubuntu",
"vendor": {
"name": "Ubuntu",
"scada": false
}
}
},
{
"description": "Ubuntu 20.04 LTS",
"product": {
"name": "Ubuntu",
"vendor": {
"name": "Ubuntu",
"scada": false
}
}
},
{
"description": "Ubuntu 24.10",
"product": {
"name": "Ubuntu",
"vendor": {
"name": "Ubuntu",
"scada": false
}
}
},
{
"description": "Ubuntu 22.04 LTS",
"product": {
"name": "Ubuntu",
"vendor": {
"name": "Ubuntu",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2024-26800",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26800"
},
{
"name": "CVE-2024-26921",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26921"
},
{
"name": "CVE-2024-38630",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38630"
},
{
"name": "CVE-2024-43882",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43882"
},
{
"name": "CVE-2023-52917",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52917"
},
{
"name": "CVE-2024-47671",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47671"
},
{
"name": "CVE-2024-47675",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47675"
},
{
"name": "CVE-2024-47681",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47681"
},
{
"name": "CVE-2024-47682",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47682"
},
{
"name": "CVE-2024-47684",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47684"
},
{
"name": "CVE-2024-47685",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47685"
},
{
"name": "CVE-2024-47686",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47686"
},
{
"name": "CVE-2024-47687",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47687"
},
{
"name": "CVE-2024-47688",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47688"
},
{
"name": "CVE-2024-47692",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47692"
},
{
"name": "CVE-2024-47693",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47693"
},
{
"name": "CVE-2024-47695",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47695"
},
{
"name": "CVE-2024-47696",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47696"
},
{
"name": "CVE-2024-47697",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47697"
},
{
"name": "CVE-2024-47698",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47698"
},
{
"name": "CVE-2024-47699",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47699"
},
{
"name": "CVE-2024-47702",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47702"
},
{
"name": "CVE-2024-47704",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47704"
},
{
"name": "CVE-2024-47705",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47705"
},
{
"name": "CVE-2024-47706",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47706"
},
{
"name": "CVE-2024-47707",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47707"
},
{
"name": "CVE-2024-47709",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47709"
},
{
"name": "CVE-2024-47710",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47710"
},
{
"name": "CVE-2024-47712",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47712"
},
{
"name": "CVE-2024-47713",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47713"
},
{
"name": "CVE-2024-47714",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47714"
},
{
"name": "CVE-2024-47715",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47715"
},
{
"name": "CVE-2024-47718",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47718"
},
{
"name": "CVE-2024-47719",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47719"
},
{
"name": "CVE-2024-47720",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47720"
},
{
"name": "CVE-2024-47723",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47723"
},
{
"name": "CVE-2024-47727",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47727"
},
{
"name": "CVE-2024-47728",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47728"
},
{
"name": "CVE-2024-47730",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47730"
},
{
"name": "CVE-2024-47731",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47731"
},
{
"name": "CVE-2024-47732",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47732"
},
{
"name": "CVE-2024-47735",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47735"
},
{
"name": "CVE-2024-47737",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47737"
},
{
"name": "CVE-2024-47738",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47738"
},
{
"name": "CVE-2024-47739",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47739"
},
{
"name": "CVE-2024-47741",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47741"
},
{
"name": "CVE-2024-47742",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47742"
},
{
"name": "CVE-2024-47743",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47743"
},
{
"name": "CVE-2024-47744",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47744"
},
{
"name": "CVE-2024-47745",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47745"
},
{
"name": "CVE-2024-47747",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47747"
},
{
"name": "CVE-2024-47748",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47748"
},
{
"name": "CVE-2024-47749",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47749"
},
{
"name": "CVE-2024-47750",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47750"
},
{
"name": "CVE-2024-47751",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47751"
},
{
"name": "CVE-2024-47752",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47752"
},
{
"name": "CVE-2024-47753",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47753"
},
{
"name": "CVE-2024-47754",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47754"
},
{
"name": "CVE-2024-47756",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47756"
},
{
"name": "CVE-2024-47757",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47757"
},
{
"name": "CVE-2024-49850",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49850"
},
{
"name": "CVE-2024-49851",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49851"
},
{
"name": "CVE-2024-49852",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49852"
},
{
"name": "CVE-2024-49853",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49853"
},
{
"name": "CVE-2024-49855",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49855"
},
{
"name": "CVE-2024-49858",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49858"
},
{
"name": "CVE-2024-49860",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49860"
},
{
"name": "CVE-2024-49861",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49861"
},
{
"name": "CVE-2024-49862",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49862"
},
{
"name": "CVE-2024-49863",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49863"
},
{
"name": "CVE-2024-49864",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49864"
},
{
"name": "CVE-2024-49866",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49866"
},
{
"name": "CVE-2024-49867",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49867"
},
{
"name": "CVE-2024-49870",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49870"
},
{
"name": "CVE-2024-49871",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49871"
},
{
"name": "CVE-2024-49874",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49874"
},
{
"name": "CVE-2024-49875",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49875"
},
{
"name": "CVE-2024-49877",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49877"
},
{
"name": "CVE-2024-49878",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49878"
},
{
"name": "CVE-2024-49879",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49879"
},
{
"name": "CVE-2024-49881",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49881"
},
{
"name": "CVE-2024-49882",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49882"
},
{
"name": "CVE-2024-49883",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49883"
},
{
"name": "CVE-2024-49886",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49886"
},
{
"name": "CVE-2024-49888",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49888"
},
{
"name": "CVE-2024-49890",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49890"
},
{
"name": "CVE-2024-49891",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49891"
},
{
"name": "CVE-2024-49892",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49892"
},
{
"name": "CVE-2024-49894",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49894"
},
{
"name": "CVE-2024-49895",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49895"
},
{
"name": "CVE-2024-49896",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49896"
},
{
"name": "CVE-2024-49897",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49897"
},
{
"name": "CVE-2024-49898",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49898"
},
{
"name": "CVE-2024-49899",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49899"
},
{
"name": "CVE-2024-49900",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49900"
},
{
"name": "CVE-2024-49901",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49901"
},
{
"name": "CVE-2024-49902",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49902"
},
{
"name": "CVE-2024-49903",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49903"
},
{
"name": "CVE-2024-49906",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49906"
},
{
"name": "CVE-2024-49907",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49907"
},
{
"name": "CVE-2024-49908",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49908"
},
{
"name": "CVE-2024-49909",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49909"
},
{
"name": "CVE-2024-49911",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49911"
},
{
"name": "CVE-2024-49912",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49912"
},
{
"name": "CVE-2024-49913",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49913"
},
{
"name": "CVE-2024-49914",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49914"
},
{
"name": "CVE-2024-49917",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49917"
},
{
"name": "CVE-2024-49918",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49918"
},
{
"name": "CVE-2024-49919",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49919"
},
{
"name": "CVE-2024-49920",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49920"
},
{
"name": "CVE-2024-49922",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49922"
},
{
"name": "CVE-2024-49923",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49923"
},
{
"name": "CVE-2024-49928",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49928"
},
{
"name": "CVE-2024-49929",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49929"
},
{
"name": "CVE-2024-49930",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49930"
},
{
"name": "CVE-2024-49931",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49931"
},
{
"name": "CVE-2024-49933",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49933"
},
{
"name": "CVE-2024-49935",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49935"
},
{
"name": "CVE-2024-49936",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49936"
},
{
"name": "CVE-2024-49937",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49937"
},
{
"name": "CVE-2024-49938",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49938"
},
{
"name": "CVE-2024-49939",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49939"
},
{
"name": "CVE-2024-49946",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49946"
},
{
"name": "CVE-2024-49947",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49947"
},
{
"name": "CVE-2024-49949",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49949"
},
{
"name": "CVE-2024-49950",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49950"
},
{
"name": "CVE-2024-49953",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49953"
},
{
"name": "CVE-2024-49954",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49954"
},
{
"name": "CVE-2024-49955",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49955"
},
{
"name": "CVE-2024-49957",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49957"
},
{
"name": "CVE-2024-49958",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49958"
},
{
"name": "CVE-2024-49959",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49959"
},
{
"name": "CVE-2024-49960",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49960"
},
{
"name": "CVE-2024-49961",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49961"
},
{
"name": "CVE-2024-49962",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49962"
},
{
"name": "CVE-2024-49963",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49963"
},
{
"name": "CVE-2024-49965",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49965"
},
{
"name": "CVE-2024-49966",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49966"
},
{
"name": "CVE-2024-49969",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49969"
},
{
"name": "CVE-2024-49972",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49972"
},
{
"name": "CVE-2024-49973",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49973"
},
{
"name": "CVE-2024-49974",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49974"
},
{
"name": "CVE-2024-49975",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49975"
},
{
"name": "CVE-2024-49981",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49981"
},
{
"name": "CVE-2024-49982",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49982"
},
{
"name": "CVE-2024-49985",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49985"
},
{
"name": "CVE-2024-49986",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49986"
},
{
"name": "CVE-2024-49991",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49991"
},
{
"name": "CVE-2024-49995",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49995"
},
{
"name": "CVE-2024-49996",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49996"
},
{
"name": "CVE-2024-50000",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50000"
},
{
"name": "CVE-2024-50001",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50001"
},
{
"name": "CVE-2024-50002",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50002"
},
{
"name": "CVE-2024-50006",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50006"
},
{
"name": "CVE-2024-50007",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50007"
},
{
"name": "CVE-2024-50008",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50008"
},
{
"name": "CVE-2024-50013",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50013"
},
{
"name": "CVE-2024-50014",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50014"
},
{
"name": "CVE-2024-50015",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50015"
},
{
"name": "CVE-2024-50017",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50017"
},
{
"name": "CVE-2024-50019",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50019"
},
{
"name": "CVE-2024-50020",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50020"
},
{
"name": "CVE-2024-50021",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50021"
},
{
"name": "CVE-2024-50022",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50022"
},
{
"name": "CVE-2024-50023",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50023"
},
{
"name": "CVE-2024-50024",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50024"
},
{
"name": "CVE-2024-50025",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50025"
},
{
"name": "CVE-2024-50027",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50027"
},
{
"name": "CVE-2024-50028",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50028"
},
{
"name": "CVE-2024-50031",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50031"
},
{
"name": "CVE-2024-50033",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50033"
},
{
"name": "CVE-2024-50035",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50035"
},
{
"name": "CVE-2024-50040",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50040"
},
{
"name": "CVE-2024-50041",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50041"
},
{
"name": "CVE-2024-50042",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50042"
},
{
"name": "CVE-2024-50044",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50044"
},
{
"name": "CVE-2024-50045",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50045"
},
{
"name": "CVE-2024-50046",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50046"
},
{
"name": "CVE-2024-50047",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50047"
},
{
"name": "CVE-2024-50048",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50048"
},
{
"name": "CVE-2024-50049",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50049"
},
{
"name": "CVE-2024-50055",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50055"
},
{
"name": "CVE-2024-50058",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50058"
},
{
"name": "CVE-2024-50059",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50059"
},
{
"name": "CVE-2024-50060",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50060"
},
{
"name": "CVE-2024-50061",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50061"
},
{
"name": "CVE-2024-50062",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50062"
},
{
"name": "CVE-2024-50063",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50063"
},
{
"name": "CVE-2024-50064",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50064"
},
{
"name": "CVE-2024-50069",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50069"
},
{
"name": "CVE-2024-50073",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50073"
},
{
"name": "CVE-2024-50074",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50074"
},
{
"name": "CVE-2024-50075",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50075"
},
{
"name": "CVE-2024-50076",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50076"
},
{
"name": "CVE-2024-50077",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50077"
},
{
"name": "CVE-2024-50078",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50078"
},
{
"name": "CVE-2024-50080",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50080"
},
{
"name": "CVE-2024-50081",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50081"
},
{
"name": "CVE-2024-50012",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50012"
},
{
"name": "CVE-2024-50036",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50036"
},
{
"name": "CVE-2024-50067",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50067"
},
{
"name": "CVE-2024-50072",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50072"
},
{
"name": "CVE-2024-50126",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50126"
},
{
"name": "CVE-2024-50215",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50215"
},
{
"name": "CVE-2024-50218",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50218"
},
{
"name": "CVE-2024-50229",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50229"
},
{
"name": "CVE-2024-50230",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50230"
},
{
"name": "CVE-2024-50232",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50232"
},
{
"name": "CVE-2024-50233",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50233"
},
{
"name": "CVE-2024-50234",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50234"
},
{
"name": "CVE-2024-50235",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50235"
},
{
"name": "CVE-2024-50236",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50236"
},
{
"name": "CVE-2024-50237",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50237"
},
{
"name": "CVE-2024-50242",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50242"
},
{
"name": "CVE-2024-50243",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50243"
},
{
"name": "CVE-2024-50244",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50244"
},
{
"name": "CVE-2024-50245",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50245"
},
{
"name": "CVE-2024-50247",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50247"
},
{
"name": "CVE-2024-50249",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50249"
},
{
"name": "CVE-2024-50250",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50250"
},
{
"name": "CVE-2024-50251",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50251"
},
{
"name": "CVE-2024-50252",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50252"
},
{
"name": "CVE-2024-50255",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50255"
},
{
"name": "CVE-2024-50256",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50256"
},
{
"name": "CVE-2024-50257",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50257"
},
{
"name": "CVE-2024-50259",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50259"
},
{
"name": "CVE-2024-50261",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50261"
},
{
"name": "CVE-2024-50262",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50262"
},
{
"name": "CVE-2024-50264",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50264"
},
{
"name": "CVE-2024-50265",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50265"
},
{
"name": "CVE-2024-50267",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50267"
},
{
"name": "CVE-2024-50268",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50268"
},
{
"name": "CVE-2024-50269",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50269"
},
{
"name": "CVE-2024-50271",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50271"
},
{
"name": "CVE-2024-50272",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50272"
},
{
"name": "CVE-2024-50273",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50273"
},
{
"name": "CVE-2024-50276",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50276"
},
{
"name": "CVE-2024-50278",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50278"
},
{
"name": "CVE-2024-50279",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50279"
},
{
"name": "CVE-2024-50280",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50280"
},
{
"name": "CVE-2024-50282",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50282"
},
{
"name": "CVE-2024-50283",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50283"
},
{
"name": "CVE-2024-50284",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50284"
},
{
"name": "CVE-2024-50286",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50286"
},
{
"name": "CVE-2024-50287",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50287"
},
{
"name": "CVE-2024-50290",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50290"
},
{
"name": "CVE-2024-50292",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50292"
},
{
"name": "CVE-2024-50295",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50295"
},
{
"name": "CVE-2024-50296",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50296"
},
{
"name": "CVE-2024-50299",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50299"
},
{
"name": "CVE-2024-50301",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50301"
},
{
"name": "CVE-2024-50302",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50302"
},
{
"name": "CVE-2024-53042",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53042"
},
{
"name": "CVE-2024-53043",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53043"
},
{
"name": "CVE-2024-53052",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53052"
},
{
"name": "CVE-2024-53055",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53055"
},
{
"name": "CVE-2024-53058",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53058"
},
{
"name": "CVE-2024-53059",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53059"
},
{
"name": "CVE-2024-53061",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53061"
},
{
"name": "CVE-2024-53063",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53063"
},
{
"name": "CVE-2024-53066",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53066"
},
{
"name": "CVE-2024-53072",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53072"
},
{
"name": "CVE-2024-53081",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53081"
},
{
"name": "CVE-2024-53082",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53082"
},
{
"name": "CVE-2024-53088",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53088"
},
{
"name": "CVE-2024-53093",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53093"
},
{
"name": "CVE-2024-50226",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50226"
},
{
"name": "CVE-2024-49925",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49925"
},
{
"name": "CVE-2024-49945",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49945"
},
{
"name": "CVE-2024-50208",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50208"
},
{
"name": "CVE-2024-50082",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50082"
},
{
"name": "CVE-2024-50099",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50099"
},
{
"name": "CVE-2024-50110",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50110"
},
{
"name": "CVE-2024-50142",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50142"
},
{
"name": "CVE-2024-50192",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50192"
},
{
"name": "CVE-2024-47679",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47679"
},
{
"name": "CVE-2024-47690",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47690"
},
{
"name": "CVE-2024-47701",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47701"
},
{
"name": "CVE-2024-47734",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47734"
},
{
"name": "CVE-2024-47740",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47740"
},
{
"name": "CVE-2024-49856",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49856"
},
{
"name": "CVE-2024-49868",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49868"
},
{
"name": "CVE-2024-49884",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49884"
},
{
"name": "CVE-2024-49889",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49889"
},
{
"name": "CVE-2024-49893",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49893"
},
{
"name": "CVE-2024-49904",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49904"
},
{
"name": "CVE-2024-49905",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49905"
},
{
"name": "CVE-2024-49910",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49910"
},
{
"name": "CVE-2024-49915",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49915"
},
{
"name": "CVE-2024-49916",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49916"
},
{
"name": "CVE-2024-49921",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49921"
},
{
"name": "CVE-2024-49924",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49924"
},
{
"name": "CVE-2024-49927",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49927"
},
{
"name": "CVE-2024-49944",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49944"
},
{
"name": "CVE-2024-49948",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49948"
},
{
"name": "CVE-2024-49952",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49952"
},
{
"name": "CVE-2024-49977",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49977"
},
{
"name": "CVE-2024-49983",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49983"
},
{
"name": "CVE-2024-49997",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49997"
},
{
"name": "CVE-2024-50003",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50003"
},
{
"name": "CVE-2024-50038",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50038"
},
{
"name": "CVE-2024-50039",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50039"
},
{
"name": "CVE-2024-50093",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50093"
},
{
"name": "CVE-2024-50095",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50095"
},
{
"name": "CVE-2024-50096",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50096"
},
{
"name": "CVE-2024-50179",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50179"
},
{
"name": "CVE-2024-50180",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50180"
},
{
"name": "CVE-2024-50181",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50181"
},
{
"name": "CVE-2024-50184",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50184"
},
{
"name": "CVE-2024-50186",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50186"
},
{
"name": "CVE-2024-50188",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50188"
},
{
"name": "CVE-2024-50189",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50189"
},
{
"name": "CVE-2024-50191",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50191"
},
{
"name": "CVE-2024-47703",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47703"
},
{
"name": "CVE-2024-49934",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49934"
},
{
"name": "CVE-2024-49968",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49968"
},
{
"name": "CVE-2024-49976",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49976"
},
{
"name": "CVE-2024-49987",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49987"
},
{
"name": "CVE-2024-49989",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49989"
},
{
"name": "CVE-2024-50009",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50009"
},
{
"name": "CVE-2024-50026",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50026"
},
{
"name": "CVE-2024-50084",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50084"
},
{
"name": "CVE-2024-50087",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50087"
},
{
"name": "CVE-2024-50088",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50088"
},
{
"name": "CVE-2024-50098",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50098"
},
{
"name": "CVE-2024-50100",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50100"
},
{
"name": "CVE-2024-50101",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50101"
},
{
"name": "CVE-2024-50102",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50102"
},
{
"name": "CVE-2024-50103",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50103"
},
{
"name": "CVE-2024-50108",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50108"
},
{
"name": "CVE-2024-50115",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50115"
},
{
"name": "CVE-2024-50116",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50116"
},
{
"name": "CVE-2024-50117",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50117"
},
{
"name": "CVE-2024-50121",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50121"
},
{
"name": "CVE-2024-50124",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50124"
},
{
"name": "CVE-2024-50125",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50125"
},
{
"name": "CVE-2024-50127",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50127"
},
{
"name": "CVE-2024-50128",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50128"
},
{
"name": "CVE-2024-50130",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50130"
},
{
"name": "CVE-2024-50131",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50131"
},
{
"name": "CVE-2024-50134",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50134"
},
{
"name": "CVE-2024-50135",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50135"
},
{
"name": "CVE-2024-50136",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50136"
},
{
"name": "CVE-2024-50138",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50138"
},
{
"name": "CVE-2024-50139",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50139"
},
{
"name": "CVE-2024-50141",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50141"
},
{
"name": "CVE-2024-50145",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50145"
},
{
"name": "CVE-2024-50146",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50146"
},
{
"name": "CVE-2024-50147",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50147"
},
{
"name": "CVE-2024-50148",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50148"
},
{
"name": "CVE-2024-50150",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50150"
},
{
"name": "CVE-2024-50153",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50153"
},
{
"name": "CVE-2024-50154",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50154"
},
{
"name": "CVE-2024-50155",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50155"
},
{
"name": "CVE-2024-50156",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50156"
},
{
"name": "CVE-2024-50157",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50157"
},
{
"name": "CVE-2024-50158",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50158"
},
{
"name": "CVE-2024-50159",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50159"
},
{
"name": "CVE-2024-50160",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50160"
},
{
"name": "CVE-2024-50166",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50166"
},
{
"name": "CVE-2024-50167",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50167"
},
{
"name": "CVE-2024-50169",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50169"
},
{
"name": "CVE-2024-50171",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50171"
},
{
"name": "CVE-2024-50172",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50172"
},
{
"name": "CVE-2024-50176",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50176"
},
{
"name": "CVE-2024-50177",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50177"
},
{
"name": "CVE-2024-50182",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50182"
},
{
"name": "CVE-2024-50183",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50183"
},
{
"name": "CVE-2024-50187",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50187"
},
{
"name": "CVE-2024-50194",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50194"
},
{
"name": "CVE-2024-50195",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50195"
},
{
"name": "CVE-2024-50196",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50196"
},
{
"name": "CVE-2024-50198",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50198"
},
{
"name": "CVE-2024-50200",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50200"
},
{
"name": "CVE-2024-50201",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50201"
},
{
"name": "CVE-2024-50205",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50205"
},
{
"name": "CVE-2024-50209",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50209"
},
{
"name": "CVE-2024-50216",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50216"
},
{
"name": "CVE-2024-50221",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50221"
},
{
"name": "CVE-2024-50224",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50224"
},
{
"name": "CVE-2024-50225",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50225"
},
{
"name": "CVE-2024-50231",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50231"
},
{
"name": "CVE-2024-50240",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50240"
},
{
"name": "CVE-2024-50246",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50246"
},
{
"name": "CVE-2024-50248",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50248"
},
{
"name": "CVE-2024-50274",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50274"
},
{
"name": "CVE-2024-50275",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50275"
},
{
"name": "CVE-2024-50289",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50289"
},
{
"name": "CVE-2024-50298",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50298"
},
{
"name": "CVE-2024-53045",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53045"
},
{
"name": "CVE-2024-53048",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53048"
},
{
"name": "CVE-2024-53056",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53056"
},
{
"name": "CVE-2024-53068",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53068"
},
{
"name": "CVE-2024-53074",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53074"
},
{
"name": "CVE-2024-53076",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53076"
},
{
"name": "CVE-2024-53079",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53079"
},
{
"name": "CVE-2024-53085",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53085"
},
{
"name": "CVE-2024-53094",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53094"
},
{
"name": "CVE-2024-53095",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53095"
},
{
"name": "CVE-2024-53100",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53100"
},
{
"name": "CVE-2024-53101",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53101"
},
{
"name": "CVE-2024-53104",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53104"
},
{
"name": "CVE-2024-53106",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53106"
},
{
"name": "CVE-2024-53108",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53108"
},
{
"name": "CVE-2024-53110",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53110"
},
{
"name": "CVE-2024-53112",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53112"
},
{
"name": "CVE-2024-53114",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53114"
},
{
"name": "CVE-2024-53121",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53121"
},
{
"name": "CVE-2024-53138",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53138"
},
{
"name": "CVE-2024-53142",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53142"
},
{
"name": "CVE-2024-47678",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47678"
},
{
"name": "CVE-2024-49859",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49859"
},
{
"name": "CVE-2024-49978",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49978"
},
{
"name": "CVE-2024-49992",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49992"
},
{
"name": "CVE-2024-50010",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50010"
},
{
"name": "CVE-2024-50083",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50083"
},
{
"name": "CVE-2024-50085",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50085"
},
{
"name": "CVE-2024-50086",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50086"
},
{
"name": "CVE-2024-50133",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50133"
},
{
"name": "CVE-2024-50143",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50143"
},
{
"name": "CVE-2024-50151",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50151"
},
{
"name": "CVE-2024-50162",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50162"
},
{
"name": "CVE-2024-50163",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50163"
},
{
"name": "CVE-2024-50168",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50168"
},
{
"name": "CVE-2024-50185",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50185"
},
{
"name": "CVE-2024-50193",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50193"
},
{
"name": "CVE-2024-50199",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50199"
},
{
"name": "CVE-2024-50202",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50202"
},
{
"name": "CVE-2024-53103",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53103"
},
{
"name": "CVE-2024-53113",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53113"
},
{
"name": "CVE-2024-53119",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53119"
},
{
"name": "CVE-2024-53120",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53120"
},
{
"name": "CVE-2024-53122",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53122"
},
{
"name": "CVE-2024-53123",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53123"
},
{
"name": "CVE-2024-53127",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53127"
},
{
"name": "CVE-2024-53129",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53129"
},
{
"name": "CVE-2024-53130",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53130"
},
{
"name": "CVE-2024-53131",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53131"
},
{
"name": "CVE-2024-53135",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53135"
},
{
"name": "CVE-2024-53140",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53140"
},
{
"name": "CVE-2024-53144",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53144"
},
{
"name": "CVE-2024-50011",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50011"
},
{
"name": "CVE-2024-50016",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50016"
},
{
"name": "CVE-2024-50203",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50203"
},
{
"name": "CVE-2024-50211",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50211"
},
{
"name": "CVE-2024-53064",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53064"
},
{
"name": "CVE-2024-53090",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53090"
},
{
"name": "CVE-2024-53099",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53099"
},
{
"name": "CVE-2024-53105",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53105"
},
{
"name": "CVE-2024-53111",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53111"
},
{
"name": "CVE-2024-53117",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53117"
},
{
"name": "CVE-2024-53118",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53118"
},
{
"name": "CVE-2024-53125",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53125"
},
{
"name": "CVE-2024-53126",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53126"
},
{
"name": "CVE-2024-53133",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53133"
},
{
"name": "CVE-2024-53134",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53134"
},
{
"name": "CVE-2024-53141",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53141"
},
{
"name": "CVE-2024-53146",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53146"
},
{
"name": "CVE-2024-53148",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53148"
},
{
"name": "CVE-2024-53150",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53150"
},
{
"name": "CVE-2024-53151",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53151"
},
{
"name": "CVE-2024-53154",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53154"
},
{
"name": "CVE-2024-53155",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53155"
},
{
"name": "CVE-2024-53156",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53156"
},
{
"name": "CVE-2024-53157",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53157"
},
{
"name": "CVE-2024-53158",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53158"
},
{
"name": "CVE-2024-53160",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53160"
},
{
"name": "CVE-2024-53161",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53161"
},
{
"name": "CVE-2024-53162",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53162"
},
{
"name": "CVE-2024-53166",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53166"
},
{
"name": "CVE-2024-53169",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53169"
},
{
"name": "CVE-2024-53171",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53171"
},
{
"name": "CVE-2024-53173",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53173"
},
{
"name": "CVE-2024-53174",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53174"
},
{
"name": "CVE-2024-53180",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53180"
},
{
"name": "CVE-2024-53188",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53188"
},
{
"name": "CVE-2024-53190",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53190"
},
{
"name": "CVE-2024-53191",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53191"
},
{
"name": "CVE-2024-53200",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53200"
},
{
"name": "CVE-2024-53202",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53202"
},
{
"name": "CVE-2024-53208",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53208"
},
{
"name": "CVE-2024-53209",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53209"
},
{
"name": "CVE-2024-53210",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53210"
},
{
"name": "CVE-2024-53213",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53213"
},
{
"name": "CVE-2024-53214",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53214"
},
{
"name": "CVE-2024-53215",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53215"
},
{
"name": "CVE-2024-53216",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53216"
},
{
"name": "CVE-2024-53217",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53217"
},
{
"name": "CVE-2024-53224",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53224"
},
{
"name": "CVE-2024-53229",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53229"
},
{
"name": "CVE-2024-53234",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53234"
},
{
"name": "CVE-2024-53237",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53237"
},
{
"name": "CVE-2024-56536",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56536"
},
{
"name": "CVE-2024-56539",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56539"
},
{
"name": "CVE-2024-56549",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56549"
},
{
"name": "CVE-2024-56752",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56752"
},
{
"name": "CVE-2024-56754",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56754"
},
{
"name": "CVE-2024-56755",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56755"
},
{
"name": "CVE-2024-56756",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56756"
},
{
"name": "CVE-2024-53239",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53239"
},
{
"name": "CVE-2024-56548",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56548"
},
{
"name": "CVE-2024-56704",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56704"
},
{
"name": "CVE-2024-49951",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49951"
},
{
"name": "CVE-2024-49998",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49998"
},
{
"name": "CVE-2024-50106",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50106"
},
{
"name": "CVE-2024-53091",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53091"
},
{
"name": "CVE-2024-53168",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53168"
},
{
"name": "CVE-2024-53170",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53170"
},
{
"name": "CVE-2024-53172",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53172"
},
{
"name": "CVE-2024-53175",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53175"
},
{
"name": "CVE-2024-53194",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53194"
},
{
"name": "CVE-2024-53195",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53195"
},
{
"name": "CVE-2024-53196",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53196"
},
{
"name": "CVE-2024-53197",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53197"
},
{
"name": "CVE-2024-53198",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53198"
},
{
"name": "CVE-2024-53227",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53227"
},
{
"name": "CVE-2024-53230",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53230"
},
{
"name": "CVE-2024-53231",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53231"
},
{
"name": "CVE-2024-53232",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53232"
},
{
"name": "CVE-2024-53233",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53233"
},
{
"name": "CVE-2024-53236",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53236"
},
{
"name": "CVE-2024-56531",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56531"
},
{
"name": "CVE-2024-56532",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56532"
},
{
"name": "CVE-2024-56533",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56533"
},
{
"name": "CVE-2024-56538",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56538"
},
{
"name": "CVE-2024-56543",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56543"
},
{
"name": "CVE-2024-56546",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56546"
},
{
"name": "CVE-2024-53238",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53238"
},
{
"name": "CVE-2024-56677",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56677"
},
{
"name": "CVE-2024-56678",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56678"
},
{
"name": "CVE-2024-56681",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56681"
},
{
"name": "CVE-2024-56683",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56683"
},
{
"name": "CVE-2024-56687",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56687"
},
{
"name": "CVE-2024-56688",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56688"
},
{
"name": "CVE-2024-56690",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56690"
},
{
"name": "CVE-2024-56691",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56691"
},
{
"name": "CVE-2024-56694",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56694"
},
{
"name": "CVE-2024-56698",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56698"
},
{
"name": "CVE-2024-56700",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56700"
},
{
"name": "CVE-2024-56701",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56701"
},
{
"name": "CVE-2024-56705",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56705"
},
{
"name": "CVE-2024-56708",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56708"
},
{
"name": "CVE-2024-56722",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56722"
},
{
"name": "CVE-2024-56723",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56723"
},
{
"name": "CVE-2024-56724",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56724"
},
{
"name": "CVE-2024-56729",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56729"
},
{
"name": "CVE-2024-56739",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56739"
},
{
"name": "CVE-2024-56741",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56741"
},
{
"name": "CVE-2024-56745",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56745"
},
{
"name": "CVE-2024-56746",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56746"
},
{
"name": "CVE-2024-56747",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56747"
},
{
"name": "CVE-2024-56748",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56748"
},
{
"name": "CVE-2024-53047",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53047"
},
{
"name": "CVE-2024-50258",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50258"
},
{
"name": "CVE-2024-50304",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50304"
},
{
"name": "CVE-2024-53187",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53187"
},
{
"name": "CVE-2024-53203",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53203"
},
{
"name": "CVE-2024-56679",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56679"
},
{
"name": "CVE-2024-56693",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56693"
},
{
"name": "CVE-2024-56707",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56707"
},
{
"name": "CVE-2024-56725",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56725"
},
{
"name": "CVE-2024-56726",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56726"
},
{
"name": "CVE-2024-56727",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56727"
},
{
"name": "CVE-2024-56728",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56728"
},
{
"name": "CVE-2024-49994",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49994"
},
{
"name": "CVE-2024-50164",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50164"
},
{
"name": "CVE-2024-53124",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53124"
},
{
"name": "CVE-2024-53128",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53128"
},
{
"name": "CVE-2024-56703",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56703"
},
{
"name": "CVE-2024-53177",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53177"
},
{
"name": "CVE-2022-49034",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49034"
},
{
"name": "CVE-2024-46869",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46869"
},
{
"name": "CVE-2024-47676",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47676"
},
{
"name": "CVE-2024-47677",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47677"
},
{
"name": "CVE-2024-47680",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47680"
},
{
"name": "CVE-2024-47689",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47689"
},
{
"name": "CVE-2024-47691",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47691"
},
{
"name": "CVE-2024-47694",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47694"
},
{
"name": "CVE-2024-47700",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47700"
},
{
"name": "CVE-2024-47708",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47708"
},
{
"name": "CVE-2024-47711",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47711"
},
{
"name": "CVE-2024-47716",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47716"
},
{
"name": "CVE-2024-47717",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47717"
},
{
"name": "CVE-2024-47721",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47721"
},
{
"name": "CVE-2024-47724",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47724"
},
{
"name": "CVE-2024-47726",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47726"
},
{
"name": "CVE-2024-47733",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47733"
},
{
"name": "CVE-2024-47736",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47736"
},
{
"name": "CVE-2024-47746",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47746"
},
{
"name": "CVE-2024-49857",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49857"
},
{
"name": "CVE-2024-49865",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49865"
},
{
"name": "CVE-2024-49869",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49869"
},
{
"name": "CVE-2024-49872",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49872"
},
{
"name": "CVE-2024-49873",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49873"
},
{
"name": "CVE-2024-49876",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49876"
},
{
"name": "CVE-2024-49880",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49880"
},
{
"name": "CVE-2024-49885",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49885"
},
{
"name": "CVE-2024-49887",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49887"
},
{
"name": "CVE-2024-49926",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49926"
},
{
"name": "CVE-2024-49932",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49932"
},
{
"name": "CVE-2024-49940",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49940"
},
{
"name": "CVE-2024-49941",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49941"
},
{
"name": "CVE-2024-49942",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49942"
},
{
"name": "CVE-2024-49943",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49943"
},
{
"name": "CVE-2024-49956",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49956"
},
{
"name": "CVE-2024-49964",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49964"
},
{
"name": "CVE-2024-49970",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49970"
},
{
"name": "CVE-2024-49971",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49971"
},
{
"name": "CVE-2024-49979",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49979"
},
{
"name": "CVE-2024-49980",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49980"
},
{
"name": "CVE-2024-49988",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49988"
},
{
"name": "CVE-2024-49999",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49999"
},
{
"name": "CVE-2024-50005",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50005"
},
{
"name": "CVE-2024-50029",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50029"
},
{
"name": "CVE-2024-50030",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50030"
},
{
"name": "CVE-2024-50034",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50034"
},
{
"name": "CVE-2024-50037",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50037"
},
{
"name": "CVE-2024-50043",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50043"
},
{
"name": "CVE-2024-50056",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50056"
},
{
"name": "CVE-2024-50057",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50057"
},
{
"name": "CVE-2024-50065",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50065"
},
{
"name": "CVE-2024-50066",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50066"
},
{
"name": "CVE-2024-50068",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50068"
},
{
"name": "CVE-2024-50070",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50070"
},
{
"name": "CVE-2024-50071",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50071"
},
{
"name": "CVE-2024-50079",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50079"
},
{
"name": "CVE-2024-50090",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50090"
},
{
"name": "CVE-2024-50091",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50091"
},
{
"name": "CVE-2024-50092",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50092"
},
{
"name": "CVE-2024-50094",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50094"
},
{
"name": "CVE-2024-50104",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50104"
},
{
"name": "CVE-2024-50105",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50105"
},
{
"name": "CVE-2024-50107",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50107"
},
{
"name": "CVE-2024-50109",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50109"
},
{
"name": "CVE-2024-50111",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50111"
},
{
"name": "CVE-2024-50112",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50112"
},
{
"name": "CVE-2024-50113",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50113"
},
{
"name": "CVE-2024-50114",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50114"
},
{
"name": "CVE-2024-50118",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50118"
},
{
"name": "CVE-2024-50119",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50119"
},
{
"name": "CVE-2024-50120",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50120"
},
{
"name": "CVE-2024-50122",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50122"
},
{
"name": "CVE-2024-50123",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50123"
},
{
"name": "CVE-2024-50129",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50129"
},
{
"name": "CVE-2024-50132",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50132"
},
{
"name": "CVE-2024-50137",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50137"
},
{
"name": "CVE-2024-50140",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50140"
},
{
"name": "CVE-2024-50144",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50144"
},
{
"name": "CVE-2024-50149",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50149"
},
{
"name": "CVE-2024-50152",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50152"
},
{
"name": "CVE-2024-50161",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50161"
},
{
"name": "CVE-2024-50165",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50165"
},
{
"name": "CVE-2024-50170",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50170"
},
{
"name": "CVE-2024-50173",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50173"
},
{
"name": "CVE-2024-50174",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50174"
},
{
"name": "CVE-2024-50178",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50178"
},
{
"name": "CVE-2024-50190",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50190"
},
{
"name": "CVE-2024-50197",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50197"
},
{
"name": "CVE-2024-50204",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50204"
},
{
"name": "CVE-2024-50206",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50206"
},
{
"name": "CVE-2024-50207",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50207"
},
{
"name": "CVE-2024-50212",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50212"
},
{
"name": "CVE-2024-50213",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50213"
},
{
"name": "CVE-2024-50214",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50214"
},
{
"name": "CVE-2024-50217",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50217"
},
{
"name": "CVE-2024-50220",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50220"
},
{
"name": "CVE-2024-50222",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50222"
},
{
"name": "CVE-2024-50223",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50223"
},
{
"name": "CVE-2024-50227",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50227"
},
{
"name": "CVE-2024-50238",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50238"
},
{
"name": "CVE-2024-50239",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50239"
},
{
"name": "CVE-2024-50253",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50253"
},
{
"name": "CVE-2024-50254",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50254"
},
{
"name": "CVE-2024-50260",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50260"
},
{
"name": "CVE-2024-50263",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50263"
},
{
"name": "CVE-2024-50266",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50266"
},
{
"name": "CVE-2024-50270",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50270"
},
{
"name": "CVE-2024-50277",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50277"
},
{
"name": "CVE-2024-50281",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50281"
},
{
"name": "CVE-2024-50285",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50285"
},
{
"name": "CVE-2024-50288",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50288"
},
{
"name": "CVE-2024-50291",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50291"
},
{
"name": "CVE-2024-50293",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50293"
},
{
"name": "CVE-2024-50294",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50294"
},
{
"name": "CVE-2024-50297",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50297"
},
{
"name": "CVE-2024-50300",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50300"
},
{
"name": "CVE-2024-50303",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50303"
},
{
"name": "CVE-2024-53044",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53044"
},
{
"name": "CVE-2024-53046",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53046"
},
{
"name": "CVE-2024-53049",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53049"
},
{
"name": "CVE-2024-53053",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53053"
},
{
"name": "CVE-2024-53062",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53062"
},
{
"name": "CVE-2024-53065",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53065"
},
{
"name": "CVE-2024-53067",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53067"
},
{
"name": "CVE-2024-53069",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53069"
},
{
"name": "CVE-2024-53071",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53071"
},
{
"name": "CVE-2024-53075",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53075"
},
{
"name": "CVE-2024-53077",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53077"
},
{
"name": "CVE-2024-53078",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53078"
},
{
"name": "CVE-2024-53080",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53080"
},
{
"name": "CVE-2024-53083",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53083"
},
{
"name": "CVE-2024-53084",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53084"
},
{
"name": "CVE-2024-53086",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53086"
},
{
"name": "CVE-2024-53087",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53087"
},
{
"name": "CVE-2024-53089",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53089"
},
{
"name": "CVE-2024-53092",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53092"
},
{
"name": "CVE-2024-53098",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53098"
},
{
"name": "CVE-2024-53107",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53107"
},
{
"name": "CVE-2024-53109",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53109"
},
{
"name": "CVE-2024-53115",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53115"
},
{
"name": "CVE-2024-53116",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53116"
},
{
"name": "CVE-2024-53132",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53132"
},
{
"name": "CVE-2024-53137",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53137"
},
{
"name": "CVE-2024-53139",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53139"
},
{
"name": "CVE-2024-53143",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53143"
},
{
"name": "CVE-2024-53145",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53145"
},
{
"name": "CVE-2024-53147",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53147"
},
{
"name": "CVE-2024-53149",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53149"
},
{
"name": "CVE-2024-53152",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53152"
},
{
"name": "CVE-2024-53153",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53153"
},
{
"name": "CVE-2024-53163",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53163"
},
{
"name": "CVE-2024-53165",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53165"
},
{
"name": "CVE-2024-53167",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53167"
},
{
"name": "CVE-2024-53176",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53176"
},
{
"name": "CVE-2024-53178",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53178"
},
{
"name": "CVE-2024-53181",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53181"
},
{
"name": "CVE-2024-53183",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53183"
},
{
"name": "CVE-2024-53184",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53184"
},
{
"name": "CVE-2024-53189",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53189"
},
{
"name": "CVE-2024-53192",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53192"
},
{
"name": "CVE-2024-53193",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53193"
},
{
"name": "CVE-2024-53199",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53199"
},
{
"name": "CVE-2024-53212",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53212"
},
{
"name": "CVE-2024-53218",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53218"
},
{
"name": "CVE-2024-53219",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53219"
},
{
"name": "CVE-2024-53220",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53220"
},
{
"name": "CVE-2024-53221",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53221"
},
{
"name": "CVE-2024-53223",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53223"
},
{
"name": "CVE-2024-53226",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53226"
},
{
"name": "CVE-2024-53228",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53228"
},
{
"name": "CVE-2024-56534",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56534"
},
{
"name": "CVE-2024-56535",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56535"
},
{
"name": "CVE-2024-56537",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56537"
},
{
"name": "CVE-2024-56540",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56540"
},
{
"name": "CVE-2024-56541",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56541"
},
{
"name": "CVE-2024-56544",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56544"
},
{
"name": "CVE-2024-56545",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56545"
},
{
"name": "CVE-2024-56674",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56674"
},
{
"name": "CVE-2024-56680",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56680"
},
{
"name": "CVE-2024-56684",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56684"
},
{
"name": "CVE-2024-56685",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56685"
},
{
"name": "CVE-2024-56689",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56689"
},
{
"name": "CVE-2024-56692",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56692"
},
{
"name": "CVE-2024-56696",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56696"
},
{
"name": "CVE-2024-56697",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56697"
},
{
"name": "CVE-2024-56699",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56699"
},
{
"name": "CVE-2024-56702",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56702"
},
{
"name": "CVE-2024-56720",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56720"
},
{
"name": "CVE-2024-56721",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56721"
},
{
"name": "CVE-2024-56742",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56742"
},
{
"name": "CVE-2024-56744",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56744"
},
{
"name": "CVE-2024-56749",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56749"
},
{
"name": "CVE-2024-56751",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56751"
},
{
"name": "CVE-2025-0927",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0927"
}
],
"links": [],
"reference": "CERTFR-2025-AVI-0152",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-02-21T00:00:00.000000"
}
],
"risks": [
{
"description": "Ex\u00e9cution de code arbitraire"
},
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
},
{
"description": "D\u00e9ni de service"
},
{
"description": "\u00c9l\u00e9vation de privil\u00e8ges"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans le noyau Linux d\u0027Ubuntu. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire, une \u00e9l\u00e9vation de privil\u00e8ges et un d\u00e9ni de service.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans le noyau Linux d\u0027Ubuntu",
"vendor_advisories": [
{
"published_at": "2025-02-20",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu LSN-0109-1",
"url": "https://ubuntu.com/security/notices/LSN-0109-1"
},
{
"published_at": "2025-02-19",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7277-1",
"url": "https://ubuntu.com/security/notices/USN-7277-1"
},
{
"published_at": "2025-02-19",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7276-1",
"url": "https://ubuntu.com/security/notices/USN-7276-1"
}
]
}
CERTFR-2025-AVI-0185
Vulnerability from certfr_avis - Published: - Updated:
De multiples vulnérabilités ont été découvertes dans le noyau Linux d'Ubuntu. Elles permettent à un attaquant de provoquer une exécution de code arbitraire, un déni de service et un problème de sécurité non spécifié par l'éditeur.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Ubuntu 16.04 ESM",
"product": {
"name": "Ubuntu",
"vendor": {
"name": "Ubuntu",
"scada": false
}
}
},
{
"description": "Ubuntu 24.04 LTS",
"product": {
"name": "Ubuntu",
"vendor": {
"name": "Ubuntu",
"scada": false
}
}
},
{
"description": "Ubuntu 20.04 LTS",
"product": {
"name": "Ubuntu",
"vendor": {
"name": "Ubuntu",
"scada": false
}
}
},
{
"description": "Ubuntu 24.10",
"product": {
"name": "Ubuntu",
"vendor": {
"name": "Ubuntu",
"scada": false
}
}
},
{
"description": "Ubuntu 14.04 ESM",
"product": {
"name": "Ubuntu",
"vendor": {
"name": "Ubuntu",
"scada": false
}
}
},
{
"description": "Ubuntu 22.04 LTS",
"product": {
"name": "Ubuntu",
"vendor": {
"name": "Ubuntu",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2023-52458",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52458"
},
{
"name": "CVE-2024-26718",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26718"
},
{
"name": "CVE-2024-26685",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26685"
},
{
"name": "CVE-2023-52488",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52488"
},
{
"name": "CVE-2023-52522",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52522"
},
{
"name": "CVE-2024-36886",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36886"
},
{
"name": "CVE-2021-47469",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47469"
},
{
"name": "CVE-2023-52799",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52799"
},
{
"name": "CVE-2023-52818",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52818"
},
{
"name": "CVE-2023-52880",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52880"
},
{
"name": "CVE-2024-35887",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35887"
},
{
"name": "CVE-2024-36952",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36952"
},
{
"name": "CVE-2024-35896",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35896"
},
{
"name": "CVE-2024-36964",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36964"
},
{
"name": "CVE-2024-38567",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38567"
},
{
"name": "CVE-2021-47103",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47103"
},
{
"name": "CVE-2024-38544",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38544"
},
{
"name": "CVE-2024-40910",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40910"
},
{
"name": "CVE-2024-40911",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40911"
},
{
"name": "CVE-2024-40943",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40943"
},
{
"name": "CVE-2024-40953",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40953"
},
{
"name": "CVE-2024-40981",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40981"
},
{
"name": "CVE-2021-47606",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47606"
},
{
"name": "CVE-2024-39497",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-39497"
},
{
"name": "CVE-2024-41016",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41016"
},
{
"name": "CVE-2024-41063",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41063"
},
{
"name": "CVE-2024-41064",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41064"
},
{
"name": "CVE-2024-41066",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41066"
},
{
"name": "CVE-2024-42070",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42070"
},
{
"name": "CVE-2024-40965",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40965"
},
{
"name": "CVE-2024-42068",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42068"
},
{
"name": "CVE-2023-52913",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52913"
},
{
"name": "CVE-2024-41080",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41080"
},
{
"name": "CVE-2024-42291",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42291"
},
{
"name": "CVE-2024-43854",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43854"
},
{
"name": "CVE-2024-43863",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43863"
},
{
"name": "CVE-2024-43892",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43892"
},
{
"name": "CVE-2024-43893",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43893"
},
{
"name": "CVE-2024-43900",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43900"
},
{
"name": "CVE-2024-44931",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-44931"
},
{
"name": "CVE-2024-44938",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-44938"
},
{
"name": "CVE-2024-46731",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46731"
},
{
"name": "CVE-2024-46849",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46849"
},
{
"name": "CVE-2024-46853",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46853"
},
{
"name": "CVE-2024-46854",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46854"
},
{
"name": "CVE-2024-42252",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42252"
},
{
"name": "CVE-2022-48994",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48994"
},
{
"name": "CVE-2023-52917",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52917"
},
{
"name": "CVE-2024-47670",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47670"
},
{
"name": "CVE-2024-47671",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47671"
},
{
"name": "CVE-2024-47672",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47672"
},
{
"name": "CVE-2024-47673",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47673"
},
{
"name": "CVE-2024-47674",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47674"
},
{
"name": "CVE-2024-47675",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47675"
},
{
"name": "CVE-2024-47681",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47681"
},
{
"name": "CVE-2024-47682",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47682"
},
{
"name": "CVE-2024-47684",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47684"
},
{
"name": "CVE-2024-47685",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47685"
},
{
"name": "CVE-2024-47686",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47686"
},
{
"name": "CVE-2024-47687",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47687"
},
{
"name": "CVE-2024-47688",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47688"
},
{
"name": "CVE-2024-47692",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47692"
},
{
"name": "CVE-2024-47693",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47693"
},
{
"name": "CVE-2024-47695",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47695"
},
{
"name": "CVE-2024-47696",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47696"
},
{
"name": "CVE-2024-47697",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47697"
},
{
"name": "CVE-2024-47698",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47698"
},
{
"name": "CVE-2024-47699",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47699"
},
{
"name": "CVE-2024-47702",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47702"
},
{
"name": "CVE-2024-47704",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47704"
},
{
"name": "CVE-2024-47705",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47705"
},
{
"name": "CVE-2024-47706",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47706"
},
{
"name": "CVE-2024-47707",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47707"
},
{
"name": "CVE-2024-47709",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47709"
},
{
"name": "CVE-2024-47710",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47710"
},
{
"name": "CVE-2024-47712",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47712"
},
{
"name": "CVE-2024-47713",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47713"
},
{
"name": "CVE-2024-47714",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47714"
},
{
"name": "CVE-2024-47715",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47715"
},
{
"name": "CVE-2024-47718",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47718"
},
{
"name": "CVE-2024-47719",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47719"
},
{
"name": "CVE-2024-47720",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47720"
},
{
"name": "CVE-2024-47723",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47723"
},
{
"name": "CVE-2024-47727",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47727"
},
{
"name": "CVE-2024-47728",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47728"
},
{
"name": "CVE-2024-47730",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47730"
},
{
"name": "CVE-2024-47731",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47731"
},
{
"name": "CVE-2024-47732",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47732"
},
{
"name": "CVE-2024-47735",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47735"
},
{
"name": "CVE-2024-47737",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47737"
},
{
"name": "CVE-2024-47738",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47738"
},
{
"name": "CVE-2024-47739",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47739"
},
{
"name": "CVE-2024-47741",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47741"
},
{
"name": "CVE-2024-47742",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47742"
},
{
"name": "CVE-2024-47743",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47743"
},
{
"name": "CVE-2024-47744",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47744"
},
{
"name": "CVE-2024-47745",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47745"
},
{
"name": "CVE-2024-47747",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47747"
},
{
"name": "CVE-2024-47748",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47748"
},
{
"name": "CVE-2024-47749",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47749"
},
{
"name": "CVE-2024-47750",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47750"
},
{
"name": "CVE-2024-47751",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47751"
},
{
"name": "CVE-2024-47752",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47752"
},
{
"name": "CVE-2024-47753",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47753"
},
{
"name": "CVE-2024-47754",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47754"
},
{
"name": "CVE-2024-47756",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47756"
},
{
"name": "CVE-2024-47757",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47757"
},
{
"name": "CVE-2024-49850",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49850"
},
{
"name": "CVE-2024-49851",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49851"
},
{
"name": "CVE-2024-49852",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49852"
},
{
"name": "CVE-2024-49853",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49853"
},
{
"name": "CVE-2024-49855",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49855"
},
{
"name": "CVE-2024-49858",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49858"
},
{
"name": "CVE-2024-49860",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49860"
},
{
"name": "CVE-2024-49861",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49861"
},
{
"name": "CVE-2024-49862",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49862"
},
{
"name": "CVE-2024-49863",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49863"
},
{
"name": "CVE-2024-49864",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49864"
},
{
"name": "CVE-2024-49866",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49866"
},
{
"name": "CVE-2024-49867",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49867"
},
{
"name": "CVE-2024-49870",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49870"
},
{
"name": "CVE-2024-49871",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49871"
},
{
"name": "CVE-2024-49874",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49874"
},
{
"name": "CVE-2024-49875",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49875"
},
{
"name": "CVE-2024-49877",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49877"
},
{
"name": "CVE-2024-49878",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49878"
},
{
"name": "CVE-2024-49879",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49879"
},
{
"name": "CVE-2024-49881",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49881"
},
{
"name": "CVE-2024-49882",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49882"
},
{
"name": "CVE-2024-49883",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49883"
},
{
"name": "CVE-2024-49886",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49886"
},
{
"name": "CVE-2024-49888",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49888"
},
{
"name": "CVE-2024-49890",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49890"
},
{
"name": "CVE-2024-49891",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49891"
},
{
"name": "CVE-2024-49892",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49892"
},
{
"name": "CVE-2024-49894",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49894"
},
{
"name": "CVE-2024-49895",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49895"
},
{
"name": "CVE-2024-49896",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49896"
},
{
"name": "CVE-2024-49897",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49897"
},
{
"name": "CVE-2024-49898",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49898"
},
{
"name": "CVE-2024-49900",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49900"
},
{
"name": "CVE-2024-49901",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49901"
},
{
"name": "CVE-2024-49902",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49902"
},
{
"name": "CVE-2024-49903",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49903"
},
{
"name": "CVE-2024-49907",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49907"
},
{
"name": "CVE-2024-49909",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49909"
},
{
"name": "CVE-2024-49911",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49911"
},
{
"name": "CVE-2024-49912",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49912"
},
{
"name": "CVE-2024-49913",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49913"
},
{
"name": "CVE-2024-49917",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49917"
},
{
"name": "CVE-2024-49918",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49918"
},
{
"name": "CVE-2024-49919",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49919"
},
{
"name": "CVE-2024-49922",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49922"
},
{
"name": "CVE-2024-49923",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49923"
},
{
"name": "CVE-2024-49928",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49928"
},
{
"name": "CVE-2024-49929",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49929"
},
{
"name": "CVE-2024-49930",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49930"
},
{
"name": "CVE-2024-49931",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49931"
},
{
"name": "CVE-2024-49933",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49933"
},
{
"name": "CVE-2024-49935",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49935"
},
{
"name": "CVE-2024-49936",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49936"
},
{
"name": "CVE-2024-49937",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49937"
},
{
"name": "CVE-2024-49938",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49938"
},
{
"name": "CVE-2024-49939",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49939"
},
{
"name": "CVE-2024-49946",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49946"
},
{
"name": "CVE-2024-49947",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49947"
},
{
"name": "CVE-2024-49949",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49949"
},
{
"name": "CVE-2024-49950",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49950"
},
{
"name": "CVE-2024-49953",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49953"
},
{
"name": "CVE-2024-49954",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49954"
},
{
"name": "CVE-2024-49955",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49955"
},
{
"name": "CVE-2024-49957",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49957"
},
{
"name": "CVE-2024-49958",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49958"
},
{
"name": "CVE-2024-49959",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49959"
},
{
"name": "CVE-2024-49960",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49960"
},
{
"name": "CVE-2024-49961",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49961"
},
{
"name": "CVE-2024-49962",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49962"
},
{
"name": "CVE-2024-49963",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49963"
},
{
"name": "CVE-2024-49965",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49965"
},
{
"name": "CVE-2024-49966",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49966"
},
{
"name": "CVE-2024-49969",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49969"
},
{
"name": "CVE-2024-49972",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49972"
},
{
"name": "CVE-2024-49973",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49973"
},
{
"name": "CVE-2024-49974",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49974"
},
{
"name": "CVE-2024-49975",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49975"
},
{
"name": "CVE-2024-49981",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49981"
},
{
"name": "CVE-2024-49982",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49982"
},
{
"name": "CVE-2024-49985",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49985"
},
{
"name": "CVE-2024-49986",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49986"
},
{
"name": "CVE-2024-49991",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49991"
},
{
"name": "CVE-2024-49995",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49995"
},
{
"name": "CVE-2024-49996",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49996"
},
{
"name": "CVE-2024-50000",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50000"
},
{
"name": "CVE-2024-50001",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50001"
},
{
"name": "CVE-2024-50002",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50002"
},
{
"name": "CVE-2024-50006",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50006"
},
{
"name": "CVE-2024-50007",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50007"
},
{
"name": "CVE-2024-50008",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50008"
},
{
"name": "CVE-2024-50013",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50013"
},
{
"name": "CVE-2024-50014",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50014"
},
{
"name": "CVE-2024-50015",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50015"
},
{
"name": "CVE-2024-50017",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50017"
},
{
"name": "CVE-2024-50019",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50019"
},
{
"name": "CVE-2024-50020",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50020"
},
{
"name": "CVE-2024-50021",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50021"
},
{
"name": "CVE-2024-50022",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50022"
},
{
"name": "CVE-2024-50023",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50023"
},
{
"name": "CVE-2024-50024",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50024"
},
{
"name": "CVE-2024-50025",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50025"
},
{
"name": "CVE-2024-50027",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50027"
},
{
"name": "CVE-2024-50028",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50028"
},
{
"name": "CVE-2024-50031",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50031"
},
{
"name": "CVE-2024-50033",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50033"
},
{
"name": "CVE-2024-50035",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50035"
},
{
"name": "CVE-2024-50040",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50040"
},
{
"name": "CVE-2024-50041",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50041"
},
{
"name": "CVE-2024-50042",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50042"
},
{
"name": "CVE-2024-50044",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50044"
},
{
"name": "CVE-2024-50045",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50045"
},
{
"name": "CVE-2024-50046",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50046"
},
{
"name": "CVE-2024-50047",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50047"
},
{
"name": "CVE-2024-50048",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50048"
},
{
"name": "CVE-2024-50049",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50049"
},
{
"name": "CVE-2024-50055",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50055"
},
{
"name": "CVE-2024-50058",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50058"
},
{
"name": "CVE-2024-50059",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50059"
},
{
"name": "CVE-2024-50060",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50060"
},
{
"name": "CVE-2024-50061",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50061"
},
{
"name": "CVE-2024-50062",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50062"
},
{
"name": "CVE-2024-50063",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50063"
},
{
"name": "CVE-2024-50064",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50064"
},
{
"name": "CVE-2024-50069",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50069"
},
{
"name": "CVE-2024-50073",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50073"
},
{
"name": "CVE-2024-50074",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50074"
},
{
"name": "CVE-2024-50075",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50075"
},
{
"name": "CVE-2024-50076",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50076"
},
{
"name": "CVE-2024-50077",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50077"
},
{
"name": "CVE-2024-50078",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50078"
},
{
"name": "CVE-2024-50080",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50080"
},
{
"name": "CVE-2024-50081",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50081"
},
{
"name": "CVE-2024-50012",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50012"
},
{
"name": "CVE-2024-50036",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50036"
},
{
"name": "CVE-2024-50067",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50067"
},
{
"name": "CVE-2024-50072",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50072"
},
{
"name": "CVE-2024-50126",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50126"
},
{
"name": "CVE-2024-50215",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50215"
},
{
"name": "CVE-2024-50218",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50218"
},
{
"name": "CVE-2024-50229",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50229"
},
{
"name": "CVE-2024-50230",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50230"
},
{
"name": "CVE-2024-50232",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50232"
},
{
"name": "CVE-2024-50233",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50233"
},
{
"name": "CVE-2024-50234",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50234"
},
{
"name": "CVE-2024-50235",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50235"
},
{
"name": "CVE-2024-50236",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50236"
},
{
"name": "CVE-2024-50237",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50237"
},
{
"name": "CVE-2024-50242",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50242"
},
{
"name": "CVE-2024-50243",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50243"
},
{
"name": "CVE-2024-50244",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50244"
},
{
"name": "CVE-2024-50245",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50245"
},
{
"name": "CVE-2024-50247",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50247"
},
{
"name": "CVE-2024-50249",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50249"
},
{
"name": "CVE-2024-50250",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50250"
},
{
"name": "CVE-2024-50251",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50251"
},
{
"name": "CVE-2024-50252",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50252"
},
{
"name": "CVE-2024-50255",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50255"
},
{
"name": "CVE-2024-50256",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50256"
},
{
"name": "CVE-2024-50257",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50257"
},
{
"name": "CVE-2024-50259",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50259"
},
{
"name": "CVE-2024-50261",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50261"
},
{
"name": "CVE-2024-50262",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50262"
},
{
"name": "CVE-2024-50265",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50265"
},
{
"name": "CVE-2024-50267",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50267"
},
{
"name": "CVE-2024-50268",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50268"
},
{
"name": "CVE-2024-50269",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50269"
},
{
"name": "CVE-2024-50271",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50271"
},
{
"name": "CVE-2024-50272",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50272"
},
{
"name": "CVE-2024-50273",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50273"
},
{
"name": "CVE-2024-50276",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50276"
},
{
"name": "CVE-2024-50278",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50278"
},
{
"name": "CVE-2024-50279",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50279"
},
{
"name": "CVE-2024-50280",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50280"
},
{
"name": "CVE-2024-50282",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50282"
},
{
"name": "CVE-2024-50283",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50283"
},
{
"name": "CVE-2024-50284",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50284"
},
{
"name": "CVE-2024-50286",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50286"
},
{
"name": "CVE-2024-50287",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50287"
},
{
"name": "CVE-2024-50290",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50290"
},
{
"name": "CVE-2024-50292",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50292"
},
{
"name": "CVE-2024-50295",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50295"
},
{
"name": "CVE-2024-50296",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50296"
},
{
"name": "CVE-2024-50299",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50299"
},
{
"name": "CVE-2024-50301",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50301"
},
{
"name": "CVE-2024-50302",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50302"
},
{
"name": "CVE-2024-53042",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53042"
},
{
"name": "CVE-2024-53043",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53043"
},
{
"name": "CVE-2024-53052",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53052"
},
{
"name": "CVE-2024-53055",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53055"
},
{
"name": "CVE-2024-53058",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53058"
},
{
"name": "CVE-2024-53059",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53059"
},
{
"name": "CVE-2024-53061",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53061"
},
{
"name": "CVE-2024-53063",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53063"
},
{
"name": "CVE-2024-53066",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53066"
},
{
"name": "CVE-2024-53072",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53072"
},
{
"name": "CVE-2024-53081",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53081"
},
{
"name": "CVE-2024-53082",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53082"
},
{
"name": "CVE-2024-53088",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53088"
},
{
"name": "CVE-2024-53093",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53093"
},
{
"name": "CVE-2024-50226",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50226"
},
{
"name": "CVE-2024-49925",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49925"
},
{
"name": "CVE-2024-49945",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49945"
},
{
"name": "CVE-2024-50208",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50208"
},
{
"name": "CVE-2024-50082",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50082"
},
{
"name": "CVE-2024-50099",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50099"
},
{
"name": "CVE-2024-50110",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50110"
},
{
"name": "CVE-2024-50142",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50142"
},
{
"name": "CVE-2024-50192",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50192"
},
{
"name": "CVE-2024-47679",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47679"
},
{
"name": "CVE-2024-47690",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47690"
},
{
"name": "CVE-2024-47701",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47701"
},
{
"name": "CVE-2024-47734",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47734"
},
{
"name": "CVE-2024-47740",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47740"
},
{
"name": "CVE-2024-49856",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49856"
},
{
"name": "CVE-2024-49868",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49868"
},
{
"name": "CVE-2024-49884",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49884"
},
{
"name": "CVE-2024-49889",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49889"
},
{
"name": "CVE-2024-49905",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49905"
},
{
"name": "CVE-2024-49915",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49915"
},
{
"name": "CVE-2024-49924",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49924"
},
{
"name": "CVE-2024-49927",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49927"
},
{
"name": "CVE-2024-49944",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49944"
},
{
"name": "CVE-2024-49948",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49948"
},
{
"name": "CVE-2024-49952",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49952"
},
{
"name": "CVE-2024-49977",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49977"
},
{
"name": "CVE-2024-49983",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49983"
},
{
"name": "CVE-2024-49997",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49997"
},
{
"name": "CVE-2024-50003",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50003"
},
{
"name": "CVE-2024-50038",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50038"
},
{
"name": "CVE-2024-50039",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50039"
},
{
"name": "CVE-2024-50093",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50093"
},
{
"name": "CVE-2024-50095",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50095"
},
{
"name": "CVE-2024-50096",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50096"
},
{
"name": "CVE-2024-50179",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50179"
},
{
"name": "CVE-2024-50180",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50180"
},
{
"name": "CVE-2024-50181",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50181"
},
{
"name": "CVE-2024-50184",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50184"
},
{
"name": "CVE-2024-50186",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50186"
},
{
"name": "CVE-2024-50188",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50188"
},
{
"name": "CVE-2024-50189",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50189"
},
{
"name": "CVE-2024-50191",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50191"
},
{
"name": "CVE-2024-47703",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47703"
},
{
"name": "CVE-2024-49934",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49934"
},
{
"name": "CVE-2024-49968",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49968"
},
{
"name": "CVE-2024-49976",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49976"
},
{
"name": "CVE-2024-49987",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49987"
},
{
"name": "CVE-2024-49989",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49989"
},
{
"name": "CVE-2024-50009",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50009"
},
{
"name": "CVE-2024-50026",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50026"
},
{
"name": "CVE-2024-50084",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50084"
},
{
"name": "CVE-2024-50087",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50087"
},
{
"name": "CVE-2024-50088",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50088"
},
{
"name": "CVE-2024-50098",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50098"
},
{
"name": "CVE-2024-50100",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50100"
},
{
"name": "CVE-2024-50101",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50101"
},
{
"name": "CVE-2024-50102",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50102"
},
{
"name": "CVE-2024-50103",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50103"
},
{
"name": "CVE-2024-50108",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50108"
},
{
"name": "CVE-2024-50115",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50115"
},
{
"name": "CVE-2024-50116",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50116"
},
{
"name": "CVE-2024-50117",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50117"
},
{
"name": "CVE-2024-50121",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50121"
},
{
"name": "CVE-2024-50124",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50124"
},
{
"name": "CVE-2024-50125",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50125"
},
{
"name": "CVE-2024-50127",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50127"
},
{
"name": "CVE-2024-50128",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50128"
},
{
"name": "CVE-2024-50130",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50130"
},
{
"name": "CVE-2024-50131",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50131"
},
{
"name": "CVE-2024-50134",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50134"
},
{
"name": "CVE-2024-50135",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50135"
},
{
"name": "CVE-2024-50136",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50136"
},
{
"name": "CVE-2024-50138",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50138"
},
{
"name": "CVE-2024-50139",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50139"
},
{
"name": "CVE-2024-50141",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50141"
},
{
"name": "CVE-2024-50145",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50145"
},
{
"name": "CVE-2024-50146",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50146"
},
{
"name": "CVE-2024-50147",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50147"
},
{
"name": "CVE-2024-50148",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50148"
},
{
"name": "CVE-2024-50150",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50150"
},
{
"name": "CVE-2024-50153",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50153"
},
{
"name": "CVE-2024-50154",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50154"
},
{
"name": "CVE-2024-50155",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50155"
},
{
"name": "CVE-2024-50156",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50156"
},
{
"name": "CVE-2024-50157",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50157"
},
{
"name": "CVE-2024-50158",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50158"
},
{
"name": "CVE-2024-50159",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50159"
},
{
"name": "CVE-2024-50160",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50160"
},
{
"name": "CVE-2024-50166",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50166"
},
{
"name": "CVE-2024-50167",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50167"
},
{
"name": "CVE-2024-50169",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50169"
},
{
"name": "CVE-2024-50171",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50171"
},
{
"name": "CVE-2024-50172",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50172"
},
{
"name": "CVE-2024-50175",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50175"
},
{
"name": "CVE-2024-50176",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50176"
},
{
"name": "CVE-2024-50177",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50177"
},
{
"name": "CVE-2024-50182",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50182"
},
{
"name": "CVE-2024-50183",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50183"
},
{
"name": "CVE-2024-50187",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50187"
},
{
"name": "CVE-2024-50194",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50194"
},
{
"name": "CVE-2024-50195",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50195"
},
{
"name": "CVE-2024-50196",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50196"
},
{
"name": "CVE-2024-50198",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50198"
},
{
"name": "CVE-2024-50200",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50200"
},
{
"name": "CVE-2024-50201",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50201"
},
{
"name": "CVE-2024-50205",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50205"
},
{
"name": "CVE-2024-50209",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50209"
},
{
"name": "CVE-2024-50216",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50216"
},
{
"name": "CVE-2024-50221",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50221"
},
{
"name": "CVE-2024-50224",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50224"
},
{
"name": "CVE-2024-50225",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50225"
},
{
"name": "CVE-2024-50231",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50231"
},
{
"name": "CVE-2024-50240",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50240"
},
{
"name": "CVE-2024-50246",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50246"
},
{
"name": "CVE-2024-50248",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50248"
},
{
"name": "CVE-2024-50274",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50274"
},
{
"name": "CVE-2024-50275",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50275"
},
{
"name": "CVE-2024-50289",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50289"
},
{
"name": "CVE-2024-50298",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50298"
},
{
"name": "CVE-2024-53045",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53045"
},
{
"name": "CVE-2024-53048",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53048"
},
{
"name": "CVE-2024-53056",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53056"
},
{
"name": "CVE-2024-53068",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53068"
},
{
"name": "CVE-2024-53074",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53074"
},
{
"name": "CVE-2024-53076",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53076"
},
{
"name": "CVE-2024-53079",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53079"
},
{
"name": "CVE-2024-53085",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53085"
},
{
"name": "CVE-2024-53094",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53094"
},
{
"name": "CVE-2024-53095",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53095"
},
{
"name": "CVE-2024-53100",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53100"
},
{
"name": "CVE-2024-53101",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53101"
},
{
"name": "CVE-2024-53104",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53104"
},
{
"name": "CVE-2024-53106",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53106"
},
{
"name": "CVE-2024-53108",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53108"
},
{
"name": "CVE-2024-53110",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53110"
},
{
"name": "CVE-2024-53112",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53112"
},
{
"name": "CVE-2024-53114",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53114"
},
{
"name": "CVE-2024-53121",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53121"
},
{
"name": "CVE-2024-53138",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53138"
},
{
"name": "CVE-2024-53142",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53142"
},
{
"name": "CVE-2024-47678",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47678"
},
{
"name": "CVE-2024-49859",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49859"
},
{
"name": "CVE-2024-49978",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49978"
},
{
"name": "CVE-2024-49992",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49992"
},
{
"name": "CVE-2024-50010",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50010"
},
{
"name": "CVE-2024-50083",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50083"
},
{
"name": "CVE-2024-50085",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50085"
},
{
"name": "CVE-2024-50086",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50086"
},
{
"name": "CVE-2024-50133",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50133"
},
{
"name": "CVE-2024-50143",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50143"
},
{
"name": "CVE-2024-50151",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50151"
},
{
"name": "CVE-2024-50162",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50162"
},
{
"name": "CVE-2024-50163",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50163"
},
{
"name": "CVE-2024-50168",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50168"
},
{
"name": "CVE-2024-50185",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50185"
},
{
"name": "CVE-2024-50193",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50193"
},
{
"name": "CVE-2024-50199",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50199"
},
{
"name": "CVE-2024-50202",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50202"
},
{
"name": "CVE-2024-53097",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53097"
},
{
"name": "CVE-2024-53103",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53103"
},
{
"name": "CVE-2024-53113",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53113"
},
{
"name": "CVE-2024-53119",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53119"
},
{
"name": "CVE-2024-53120",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53120"
},
{
"name": "CVE-2024-53122",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53122"
},
{
"name": "CVE-2024-53123",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53123"
},
{
"name": "CVE-2024-53127",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53127"
},
{
"name": "CVE-2024-53129",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53129"
},
{
"name": "CVE-2024-53130",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53130"
},
{
"name": "CVE-2024-53131",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53131"
},
{
"name": "CVE-2024-53135",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53135"
},
{
"name": "CVE-2024-53140",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53140"
},
{
"name": "CVE-2024-53144",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53144"
},
{
"name": "CVE-2024-50016",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50016"
},
{
"name": "CVE-2024-50203",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50203"
},
{
"name": "CVE-2024-50211",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50211"
},
{
"name": "CVE-2024-53064",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53064"
},
{
"name": "CVE-2024-53090",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53090"
},
{
"name": "CVE-2024-53099",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53099"
},
{
"name": "CVE-2024-53105",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53105"
},
{
"name": "CVE-2024-53111",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53111"
},
{
"name": "CVE-2024-53117",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53117"
},
{
"name": "CVE-2024-53118",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53118"
},
{
"name": "CVE-2024-53125",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53125"
},
{
"name": "CVE-2024-53126",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53126"
},
{
"name": "CVE-2024-53133",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53133"
},
{
"name": "CVE-2024-53134",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53134"
},
{
"name": "CVE-2024-53141",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53141"
},
{
"name": "CVE-2024-53146",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53146"
},
{
"name": "CVE-2024-53148",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53148"
},
{
"name": "CVE-2024-53150",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53150"
},
{
"name": "CVE-2024-53151",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53151"
},
{
"name": "CVE-2024-53154",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53154"
},
{
"name": "CVE-2024-53155",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53155"
},
{
"name": "CVE-2024-53156",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53156"
},
{
"name": "CVE-2024-53157",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53157"
},
{
"name": "CVE-2024-53158",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53158"
},
{
"name": "CVE-2024-53160",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53160"
},
{
"name": "CVE-2024-53161",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53161"
},
{
"name": "CVE-2024-53162",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53162"
},
{
"name": "CVE-2024-53166",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53166"
},
{
"name": "CVE-2024-53169",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53169"
},
{
"name": "CVE-2024-53171",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53171"
},
{
"name": "CVE-2024-53173",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53173"
},
{
"name": "CVE-2024-53174",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53174"
},
{
"name": "CVE-2024-53180",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53180"
},
{
"name": "CVE-2024-53188",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53188"
},
{
"name": "CVE-2024-53190",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53190"
},
{
"name": "CVE-2024-53191",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53191"
},
{
"name": "CVE-2024-53200",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53200"
},
{
"name": "CVE-2024-53201",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53201"
},
{
"name": "CVE-2024-53202",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53202"
},
{
"name": "CVE-2024-53208",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53208"
},
{
"name": "CVE-2024-53209",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53209"
},
{
"name": "CVE-2024-53210",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53210"
},
{
"name": "CVE-2024-53213",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53213"
},
{
"name": "CVE-2024-53214",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53214"
},
{
"name": "CVE-2024-53215",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53215"
},
{
"name": "CVE-2024-53216",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53216"
},
{
"name": "CVE-2024-53217",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53217"
},
{
"name": "CVE-2024-53224",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53224"
},
{
"name": "CVE-2024-53229",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53229"
},
{
"name": "CVE-2024-53234",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53234"
},
{
"name": "CVE-2024-53237",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53237"
},
{
"name": "CVE-2024-56536",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56536"
},
{
"name": "CVE-2024-56539",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56539"
},
{
"name": "CVE-2024-56549",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56549"
},
{
"name": "CVE-2024-56752",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56752"
},
{
"name": "CVE-2024-56754",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56754"
},
{
"name": "CVE-2024-56755",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56755"
},
{
"name": "CVE-2024-56756",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56756"
},
{
"name": "CVE-2024-53239",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53239"
},
{
"name": "CVE-2024-56548",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56548"
},
{
"name": "CVE-2024-56704",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56704"
},
{
"name": "CVE-2024-49951",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49951"
},
{
"name": "CVE-2024-49998",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49998"
},
{
"name": "CVE-2024-50106",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50106"
},
{
"name": "CVE-2024-53091",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53091"
},
{
"name": "CVE-2024-53168",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53168"
},
{
"name": "CVE-2024-53170",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53170"
},
{
"name": "CVE-2024-53172",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53172"
},
{
"name": "CVE-2024-53175",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53175"
},
{
"name": "CVE-2024-53194",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53194"
},
{
"name": "CVE-2024-53195",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53195"
},
{
"name": "CVE-2024-53196",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53196"
},
{
"name": "CVE-2024-53197",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53197"
},
{
"name": "CVE-2024-53198",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53198"
},
{
"name": "CVE-2024-53227",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53227"
},
{
"name": "CVE-2024-53230",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53230"
},
{
"name": "CVE-2024-53231",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53231"
},
{
"name": "CVE-2024-53232",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53232"
},
{
"name": "CVE-2024-53233",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53233"
},
{
"name": "CVE-2024-53236",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53236"
},
{
"name": "CVE-2024-56531",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56531"
},
{
"name": "CVE-2024-56532",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56532"
},
{
"name": "CVE-2024-56533",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56533"
},
{
"name": "CVE-2024-56538",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56538"
},
{
"name": "CVE-2024-56543",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56543"
},
{
"name": "CVE-2024-56546",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56546"
},
{
"name": "CVE-2024-53164",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53164"
},
{
"name": "CVE-2024-56672",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56672"
},
{
"name": "CVE-2024-56677",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56677"
},
{
"name": "CVE-2024-56678",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56678"
},
{
"name": "CVE-2024-56681",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56681"
},
{
"name": "CVE-2024-56683",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56683"
},
{
"name": "CVE-2024-56687",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56687"
},
{
"name": "CVE-2024-56688",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56688"
},
{
"name": "CVE-2024-56690",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56690"
},
{
"name": "CVE-2024-56691",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56691"
},
{
"name": "CVE-2024-56694",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56694"
},
{
"name": "CVE-2024-56698",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56698"
},
{
"name": "CVE-2024-56700",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56700"
},
{
"name": "CVE-2024-56701",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56701"
},
{
"name": "CVE-2024-56705",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56705"
},
{
"name": "CVE-2024-56708",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56708"
},
{
"name": "CVE-2024-56722",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56722"
},
{
"name": "CVE-2024-56723",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56723"
},
{
"name": "CVE-2024-56724",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56724"
},
{
"name": "CVE-2024-56729",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56729"
},
{
"name": "CVE-2024-56739",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56739"
},
{
"name": "CVE-2024-56741",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56741"
},
{
"name": "CVE-2024-56745",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56745"
},
{
"name": "CVE-2024-56746",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56746"
},
{
"name": "CVE-2024-56747",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56747"
},
{
"name": "CVE-2024-56748",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56748"
},
{
"name": "CVE-2024-53047",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53047"
},
{
"name": "CVE-2024-50258",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50258"
},
{
"name": "CVE-2024-50304",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50304"
},
{
"name": "CVE-2024-53187",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53187"
},
{
"name": "CVE-2024-53203",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53203"
},
{
"name": "CVE-2024-56658",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56658"
},
{
"name": "CVE-2024-56679",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56679"
},
{
"name": "CVE-2024-56693",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56693"
},
{
"name": "CVE-2024-56707",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56707"
},
{
"name": "CVE-2024-56725",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56725"
},
{
"name": "CVE-2024-56726",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56726"
},
{
"name": "CVE-2024-56727",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56727"
},
{
"name": "CVE-2024-56728",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56728"
},
{
"name": "CVE-2024-49994",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49994"
},
{
"name": "CVE-2024-50164",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50164"
},
{
"name": "CVE-2024-53124",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53124"
},
{
"name": "CVE-2024-53128",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53128"
},
{
"name": "CVE-2024-56703",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56703"
},
{
"name": "CVE-2024-53177",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53177"
},
{
"name": "CVE-2022-49034",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49034"
},
{
"name": "CVE-2024-46869",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46869"
},
{
"name": "CVE-2024-47676",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47676"
},
{
"name": "CVE-2024-47677",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47677"
},
{
"name": "CVE-2024-47680",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47680"
},
{
"name": "CVE-2024-47689",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47689"
},
{
"name": "CVE-2024-47691",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47691"
},
{
"name": "CVE-2024-47694",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47694"
},
{
"name": "CVE-2024-47700",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47700"
},
{
"name": "CVE-2024-47708",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47708"
},
{
"name": "CVE-2024-47711",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47711"
},
{
"name": "CVE-2024-47716",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47716"
},
{
"name": "CVE-2024-47717",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47717"
},
{
"name": "CVE-2024-47721",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47721"
},
{
"name": "CVE-2024-47724",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47724"
},
{
"name": "CVE-2024-47726",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47726"
},
{
"name": "CVE-2024-47733",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47733"
},
{
"name": "CVE-2024-47736",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47736"
},
{
"name": "CVE-2024-47746",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47746"
},
{
"name": "CVE-2024-49857",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49857"
},
{
"name": "CVE-2024-49865",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49865"
},
{
"name": "CVE-2024-49869",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49869"
},
{
"name": "CVE-2024-49872",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49872"
},
{
"name": "CVE-2024-49873",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49873"
},
{
"name": "CVE-2024-49876",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49876"
},
{
"name": "CVE-2024-49880",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49880"
},
{
"name": "CVE-2024-49885",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49885"
},
{
"name": "CVE-2024-49887",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49887"
},
{
"name": "CVE-2024-49926",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49926"
},
{
"name": "CVE-2024-49932",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49932"
},
{
"name": "CVE-2024-49940",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49940"
},
{
"name": "CVE-2024-49941",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49941"
},
{
"name": "CVE-2024-49942",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49942"
},
{
"name": "CVE-2024-49943",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49943"
},
{
"name": "CVE-2024-49956",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49956"
},
{
"name": "CVE-2024-49964",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49964"
},
{
"name": "CVE-2024-49970",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49970"
},
{
"name": "CVE-2024-49971",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49971"
},
{
"name": "CVE-2024-49979",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49979"
},
{
"name": "CVE-2024-49980",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49980"
},
{
"name": "CVE-2024-49988",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49988"
},
{
"name": "CVE-2024-49999",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49999"
},
{
"name": "CVE-2024-50005",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50005"
},
{
"name": "CVE-2024-50029",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50029"
},
{
"name": "CVE-2024-50030",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50030"
},
{
"name": "CVE-2024-50034",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50034"
},
{
"name": "CVE-2024-50037",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50037"
},
{
"name": "CVE-2024-50043",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50043"
},
{
"name": "CVE-2024-50056",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50056"
},
{
"name": "CVE-2024-50057",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50057"
},
{
"name": "CVE-2024-50065",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50065"
},
{
"name": "CVE-2024-50066",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50066"
},
{
"name": "CVE-2024-50068",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50068"
},
{
"name": "CVE-2024-50070",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50070"
},
{
"name": "CVE-2024-50071",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50071"
},
{
"name": "CVE-2024-50079",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50079"
},
{
"name": "CVE-2024-50090",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50090"
},
{
"name": "CVE-2024-50091",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50091"
},
{
"name": "CVE-2024-50092",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50092"
},
{
"name": "CVE-2024-50094",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50094"
},
{
"name": "CVE-2024-50104",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50104"
},
{
"name": "CVE-2024-50105",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50105"
},
{
"name": "CVE-2024-50107",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50107"
},
{
"name": "CVE-2024-50109",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50109"
},
{
"name": "CVE-2024-50111",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50111"
},
{
"name": "CVE-2024-50112",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50112"
},
{
"name": "CVE-2024-50113",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50113"
},
{
"name": "CVE-2024-50114",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50114"
},
{
"name": "CVE-2024-50118",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50118"
},
{
"name": "CVE-2024-50119",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50119"
},
{
"name": "CVE-2024-50120",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50120"
},
{
"name": "CVE-2024-50122",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50122"
},
{
"name": "CVE-2024-50123",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50123"
},
{
"name": "CVE-2024-50129",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50129"
},
{
"name": "CVE-2024-50132",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50132"
},
{
"name": "CVE-2024-50137",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50137"
},
{
"name": "CVE-2024-50140",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50140"
},
{
"name": "CVE-2024-50144",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50144"
},
{
"name": "CVE-2024-50149",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50149"
},
{
"name": "CVE-2024-50152",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50152"
},
{
"name": "CVE-2024-50161",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50161"
},
{
"name": "CVE-2024-50165",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50165"
},
{
"name": "CVE-2024-50170",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50170"
},
{
"name": "CVE-2024-50173",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50173"
},
{
"name": "CVE-2024-50174",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50174"
},
{
"name": "CVE-2024-50178",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50178"
},
{
"name": "CVE-2024-50190",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50190"
},
{
"name": "CVE-2024-50197",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50197"
},
{
"name": "CVE-2024-50204",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50204"
},
{
"name": "CVE-2024-50206",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50206"
},
{
"name": "CVE-2024-50207",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50207"
},
{
"name": "CVE-2024-50212",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50212"
},
{
"name": "CVE-2024-50213",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50213"
},
{
"name": "CVE-2024-50214",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50214"
},
{
"name": "CVE-2024-50217",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50217"
},
{
"name": "CVE-2024-50220",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50220"
},
{
"name": "CVE-2024-50222",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50222"
},
{
"name": "CVE-2024-50223",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50223"
},
{
"name": "CVE-2024-50227",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50227"
},
{
"name": "CVE-2024-50238",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50238"
},
{
"name": "CVE-2024-50239",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50239"
},
{
"name": "CVE-2024-50253",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50253"
},
{
"name": "CVE-2024-50254",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50254"
},
{
"name": "CVE-2024-50260",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50260"
},
{
"name": "CVE-2024-50263",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50263"
},
{
"name": "CVE-2024-50266",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50266"
},
{
"name": "CVE-2024-50270",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50270"
},
{
"name": "CVE-2024-50277",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50277"
},
{
"name": "CVE-2024-50281",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50281"
},
{
"name": "CVE-2024-50285",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50285"
},
{
"name": "CVE-2024-50288",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50288"
},
{
"name": "CVE-2024-50291",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50291"
},
{
"name": "CVE-2024-50293",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50293"
},
{
"name": "CVE-2024-50294",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50294"
},
{
"name": "CVE-2024-50297",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50297"
},
{
"name": "CVE-2024-50300",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50300"
},
{
"name": "CVE-2024-50303",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50303"
},
{
"name": "CVE-2024-53044",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53044"
},
{
"name": "CVE-2024-53046",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53046"
},
{
"name": "CVE-2024-53049",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53049"
},
{
"name": "CVE-2024-53053",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53053"
},
{
"name": "CVE-2024-53062",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53062"
},
{
"name": "CVE-2024-53065",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53065"
},
{
"name": "CVE-2024-53067",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53067"
},
{
"name": "CVE-2024-53069",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53069"
},
{
"name": "CVE-2024-53071",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53071"
},
{
"name": "CVE-2024-53075",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53075"
},
{
"name": "CVE-2024-53077",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53077"
},
{
"name": "CVE-2024-53078",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53078"
},
{
"name": "CVE-2024-53080",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53080"
},
{
"name": "CVE-2024-53083",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53083"
},
{
"name": "CVE-2024-53084",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53084"
},
{
"name": "CVE-2024-53086",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53086"
},
{
"name": "CVE-2024-53087",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53087"
},
{
"name": "CVE-2024-53089",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53089"
},
{
"name": "CVE-2024-53092",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53092"
},
{
"name": "CVE-2024-53098",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53098"
},
{
"name": "CVE-2024-53107",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53107"
},
{
"name": "CVE-2024-53109",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53109"
},
{
"name": "CVE-2024-53115",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53115"
},
{
"name": "CVE-2024-53116",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53116"
},
{
"name": "CVE-2024-53132",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53132"
},
{
"name": "CVE-2024-53137",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53137"
},
{
"name": "CVE-2024-53139",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53139"
},
{
"name": "CVE-2024-53143",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53143"
},
{
"name": "CVE-2024-53145",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53145"
},
{
"name": "CVE-2024-53147",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53147"
},
{
"name": "CVE-2024-53149",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53149"
},
{
"name": "CVE-2024-53152",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53152"
},
{
"name": "CVE-2024-53153",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53153"
},
{
"name": "CVE-2024-53163",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53163"
},
{
"name": "CVE-2024-53165",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53165"
},
{
"name": "CVE-2024-53167",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53167"
},
{
"name": "CVE-2024-53176",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53176"
},
{
"name": "CVE-2024-53178",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53178"
},
{
"name": "CVE-2024-53181",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53181"
},
{
"name": "CVE-2024-53183",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53183"
},
{
"name": "CVE-2024-53184",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53184"
},
{
"name": "CVE-2024-53189",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53189"
},
{
"name": "CVE-2024-53192",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53192"
},
{
"name": "CVE-2024-53193",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53193"
},
{
"name": "CVE-2024-53199",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53199"
},
{
"name": "CVE-2024-53212",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53212"
},
{
"name": "CVE-2024-53218",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53218"
},
{
"name": "CVE-2024-53219",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53219"
},
{
"name": "CVE-2024-53220",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53220"
},
{
"name": "CVE-2024-53221",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53221"
},
{
"name": "CVE-2024-53223",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53223"
},
{
"name": "CVE-2024-53226",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53226"
},
{
"name": "CVE-2024-53228",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53228"
},
{
"name": "CVE-2024-56534",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56534"
},
{
"name": "CVE-2024-56535",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56535"
},
{
"name": "CVE-2024-56537",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56537"
},
{
"name": "CVE-2024-56540",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56540"
},
{
"name": "CVE-2024-56541",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56541"
},
{
"name": "CVE-2024-56544",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56544"
},
{
"name": "CVE-2024-56545",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56545"
},
{
"name": "CVE-2024-56674",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56674"
},
{
"name": "CVE-2024-56680",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56680"
},
{
"name": "CVE-2024-56684",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56684"
},
{
"name": "CVE-2024-56685",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56685"
},
{
"name": "CVE-2024-56689",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56689"
},
{
"name": "CVE-2024-56692",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56692"
},
{
"name": "CVE-2024-56696",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56696"
},
{
"name": "CVE-2024-56697",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56697"
},
{
"name": "CVE-2024-56699",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56699"
},
{
"name": "CVE-2024-56702",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56702"
},
{
"name": "CVE-2024-56720",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56720"
},
{
"name": "CVE-2024-56721",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56721"
},
{
"name": "CVE-2024-56742",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56742"
},
{
"name": "CVE-2024-56744",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56744"
},
{
"name": "CVE-2024-56749",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56749"
},
{
"name": "CVE-2024-56751",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56751"
},
{
"name": "CVE-2025-0927",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0927"
},
{
"name": "CVE-2024-56542",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56542"
}
],
"links": [],
"reference": "CERTFR-2025-AVI-0185",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-03-07T00:00:00.000000"
}
],
"risks": [
{
"description": "Ex\u00e9cution de code arbitraire"
},
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
},
{
"description": "D\u00e9ni de service"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans le noyau Linux d\u0027Ubuntu. Elles permettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire, un d\u00e9ni de service et un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans le noyau Linux d\u0027Ubuntu",
"vendor_advisories": [
{
"published_at": "2025-03-05",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7327-1",
"url": "https://ubuntu.com/security/notices/USN-7327-1"
},
{
"published_at": "2025-03-05",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7325-1",
"url": "https://ubuntu.com/security/notices/USN-7325-1"
},
{
"published_at": "2025-03-05",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7324-1",
"url": "https://ubuntu.com/security/notices/USN-7324-1"
},
{
"published_at": "2025-03-05",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7328-1",
"url": "https://ubuntu.com/security/notices/USN-7328-1"
},
{
"published_at": "2025-03-03",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7294-4",
"url": "https://ubuntu.com/security/notices/USN-7294-4"
},
{
"published_at": "2025-03-05",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7323-1",
"url": "https://ubuntu.com/security/notices/USN-7323-1"
},
{
"published_at": "2025-03-05",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7332-1",
"url": "https://ubuntu.com/security/notices/USN-7332-1"
},
{
"published_at": "2025-03-03",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7303-3",
"url": "https://ubuntu.com/security/notices/USN-7303-3"
},
{
"published_at": "2025-02-28",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7311-1",
"url": "https://ubuntu.com/security/notices/USN-7311-1"
},
{
"published_at": "2025-03-05",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7322-1",
"url": "https://ubuntu.com/security/notices/USN-7322-1"
},
{
"published_at": "2025-03-06",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7323-2",
"url": "https://ubuntu.com/security/notices/USN-7323-2"
},
{
"published_at": "2025-03-05",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7333-1",
"url": "https://ubuntu.com/security/notices/USN-7333-1"
},
{
"published_at": "2025-02-28",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7303-2",
"url": "https://ubuntu.com/security/notices/USN-7303-2"
},
{
"published_at": "2025-03-05",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7329-1",
"url": "https://ubuntu.com/security/notices/USN-7329-1"
},
{
"published_at": "2025-02-28",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7310-1",
"url": "https://ubuntu.com/security/notices/USN-7310-1"
},
{
"published_at": "2025-03-05",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7331-1",
"url": "https://ubuntu.com/security/notices/USN-7331-1"
},
{
"published_at": "2025-03-05",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7326-1",
"url": "https://ubuntu.com/security/notices/USN-7326-1"
},
{
"published_at": "2025-02-28",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7294-3",
"url": "https://ubuntu.com/security/notices/USN-7294-3"
}
]
}
CERTFR-2025-AVI-0152
Vulnerability from certfr_avis - Published: - Updated:
De multiples vulnérabilités ont été découvertes dans le noyau Linux d'Ubuntu. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire, une élévation de privilèges et un déni de service.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Title | Publication Time | Tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Ubuntu 16.04 ESM",
"product": {
"name": "Ubuntu",
"vendor": {
"name": "Ubuntu",
"scada": false
}
}
},
{
"description": "Ubuntu 24.04 LTS",
"product": {
"name": "Ubuntu",
"vendor": {
"name": "Ubuntu",
"scada": false
}
}
},
{
"description": "Ubuntu 18.04 ESM",
"product": {
"name": "Ubuntu",
"vendor": {
"name": "Ubuntu",
"scada": false
}
}
},
{
"description": "Ubuntu 20.04 LTS",
"product": {
"name": "Ubuntu",
"vendor": {
"name": "Ubuntu",
"scada": false
}
}
},
{
"description": "Ubuntu 24.10",
"product": {
"name": "Ubuntu",
"vendor": {
"name": "Ubuntu",
"scada": false
}
}
},
{
"description": "Ubuntu 22.04 LTS",
"product": {
"name": "Ubuntu",
"vendor": {
"name": "Ubuntu",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2024-26800",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26800"
},
{
"name": "CVE-2024-26921",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26921"
},
{
"name": "CVE-2024-38630",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38630"
},
{
"name": "CVE-2024-43882",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43882"
},
{
"name": "CVE-2023-52917",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52917"
},
{
"name": "CVE-2024-47671",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47671"
},
{
"name": "CVE-2024-47675",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47675"
},
{
"name": "CVE-2024-47681",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47681"
},
{
"name": "CVE-2024-47682",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47682"
},
{
"name": "CVE-2024-47684",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47684"
},
{
"name": "CVE-2024-47685",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47685"
},
{
"name": "CVE-2024-47686",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47686"
},
{
"name": "CVE-2024-47687",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47687"
},
{
"name": "CVE-2024-47688",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47688"
},
{
"name": "CVE-2024-47692",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47692"
},
{
"name": "CVE-2024-47693",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47693"
},
{
"name": "CVE-2024-47695",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47695"
},
{
"name": "CVE-2024-47696",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47696"
},
{
"name": "CVE-2024-47697",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47697"
},
{
"name": "CVE-2024-47698",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47698"
},
{
"name": "CVE-2024-47699",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47699"
},
{
"name": "CVE-2024-47702",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47702"
},
{
"name": "CVE-2024-47704",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47704"
},
{
"name": "CVE-2024-47705",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47705"
},
{
"name": "CVE-2024-47706",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47706"
},
{
"name": "CVE-2024-47707",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47707"
},
{
"name": "CVE-2024-47709",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47709"
},
{
"name": "CVE-2024-47710",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47710"
},
{
"name": "CVE-2024-47712",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47712"
},
{
"name": "CVE-2024-47713",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47713"
},
{
"name": "CVE-2024-47714",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47714"
},
{
"name": "CVE-2024-47715",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47715"
},
{
"name": "CVE-2024-47718",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47718"
},
{
"name": "CVE-2024-47719",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47719"
},
{
"name": "CVE-2024-47720",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47720"
},
{
"name": "CVE-2024-47723",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47723"
},
{
"name": "CVE-2024-47727",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47727"
},
{
"name": "CVE-2024-47728",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47728"
},
{
"name": "CVE-2024-47730",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47730"
},
{
"name": "CVE-2024-47731",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47731"
},
{
"name": "CVE-2024-47732",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47732"
},
{
"name": "CVE-2024-47735",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47735"
},
{
"name": "CVE-2024-47737",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47737"
},
{
"name": "CVE-2024-47738",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47738"
},
{
"name": "CVE-2024-47739",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47739"
},
{
"name": "CVE-2024-47741",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47741"
},
{
"name": "CVE-2024-47742",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47742"
},
{
"name": "CVE-2024-47743",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47743"
},
{
"name": "CVE-2024-47744",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47744"
},
{
"name": "CVE-2024-47745",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47745"
},
{
"name": "CVE-2024-47747",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47747"
},
{
"name": "CVE-2024-47748",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47748"
},
{
"name": "CVE-2024-47749",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47749"
},
{
"name": "CVE-2024-47750",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47750"
},
{
"name": "CVE-2024-47751",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47751"
},
{
"name": "CVE-2024-47752",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47752"
},
{
"name": "CVE-2024-47753",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47753"
},
{
"name": "CVE-2024-47754",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47754"
},
{
"name": "CVE-2024-47756",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47756"
},
{
"name": "CVE-2024-47757",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47757"
},
{
"name": "CVE-2024-49850",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49850"
},
{
"name": "CVE-2024-49851",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49851"
},
{
"name": "CVE-2024-49852",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49852"
},
{
"name": "CVE-2024-49853",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49853"
},
{
"name": "CVE-2024-49855",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49855"
},
{
"name": "CVE-2024-49858",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49858"
},
{
"name": "CVE-2024-49860",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49860"
},
{
"name": "CVE-2024-49861",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49861"
},
{
"name": "CVE-2024-49862",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49862"
},
{
"name": "CVE-2024-49863",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49863"
},
{
"name": "CVE-2024-49864",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49864"
},
{
"name": "CVE-2024-49866",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49866"
},
{
"name": "CVE-2024-49867",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49867"
},
{
"name": "CVE-2024-49870",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49870"
},
{
"name": "CVE-2024-49871",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49871"
},
{
"name": "CVE-2024-49874",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49874"
},
{
"name": "CVE-2024-49875",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49875"
},
{
"name": "CVE-2024-49877",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49877"
},
{
"name": "CVE-2024-49878",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49878"
},
{
"name": "CVE-2024-49879",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49879"
},
{
"name": "CVE-2024-49881",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49881"
},
{
"name": "CVE-2024-49882",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49882"
},
{
"name": "CVE-2024-49883",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49883"
},
{
"name": "CVE-2024-49886",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49886"
},
{
"name": "CVE-2024-49888",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49888"
},
{
"name": "CVE-2024-49890",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49890"
},
{
"name": "CVE-2024-49891",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49891"
},
{
"name": "CVE-2024-49892",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49892"
},
{
"name": "CVE-2024-49894",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49894"
},
{
"name": "CVE-2024-49895",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49895"
},
{
"name": "CVE-2024-49896",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49896"
},
{
"name": "CVE-2024-49897",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49897"
},
{
"name": "CVE-2024-49898",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49898"
},
{
"name": "CVE-2024-49899",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49899"
},
{
"name": "CVE-2024-49900",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49900"
},
{
"name": "CVE-2024-49901",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49901"
},
{
"name": "CVE-2024-49902",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49902"
},
{
"name": "CVE-2024-49903",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49903"
},
{
"name": "CVE-2024-49906",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49906"
},
{
"name": "CVE-2024-49907",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49907"
},
{
"name": "CVE-2024-49908",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49908"
},
{
"name": "CVE-2024-49909",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49909"
},
{
"name": "CVE-2024-49911",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49911"
},
{
"name": "CVE-2024-49912",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49912"
},
{
"name": "CVE-2024-49913",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49913"
},
{
"name": "CVE-2024-49914",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49914"
},
{
"name": "CVE-2024-49917",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49917"
},
{
"name": "CVE-2024-49918",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49918"
},
{
"name": "CVE-2024-49919",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49919"
},
{
"name": "CVE-2024-49920",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49920"
},
{
"name": "CVE-2024-49922",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49922"
},
{
"name": "CVE-2024-49923",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49923"
},
{
"name": "CVE-2024-49928",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49928"
},
{
"name": "CVE-2024-49929",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49929"
},
{
"name": "CVE-2024-49930",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49930"
},
{
"name": "CVE-2024-49931",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49931"
},
{
"name": "CVE-2024-49933",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49933"
},
{
"name": "CVE-2024-49935",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49935"
},
{
"name": "CVE-2024-49936",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49936"
},
{
"name": "CVE-2024-49937",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49937"
},
{
"name": "CVE-2024-49938",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49938"
},
{
"name": "CVE-2024-49939",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49939"
},
{
"name": "CVE-2024-49946",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49946"
},
{
"name": "CVE-2024-49947",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49947"
},
{
"name": "CVE-2024-49949",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49949"
},
{
"name": "CVE-2024-49950",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49950"
},
{
"name": "CVE-2024-49953",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49953"
},
{
"name": "CVE-2024-49954",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49954"
},
{
"name": "CVE-2024-49955",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49955"
},
{
"name": "CVE-2024-49957",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49957"
},
{
"name": "CVE-2024-49958",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49958"
},
{
"name": "CVE-2024-49959",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49959"
},
{
"name": "CVE-2024-49960",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49960"
},
{
"name": "CVE-2024-49961",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49961"
},
{
"name": "CVE-2024-49962",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49962"
},
{
"name": "CVE-2024-49963",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49963"
},
{
"name": "CVE-2024-49965",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49965"
},
{
"name": "CVE-2024-49966",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49966"
},
{
"name": "CVE-2024-49969",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49969"
},
{
"name": "CVE-2024-49972",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49972"
},
{
"name": "CVE-2024-49973",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49973"
},
{
"name": "CVE-2024-49974",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49974"
},
{
"name": "CVE-2024-49975",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49975"
},
{
"name": "CVE-2024-49981",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49981"
},
{
"name": "CVE-2024-49982",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49982"
},
{
"name": "CVE-2024-49985",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49985"
},
{
"name": "CVE-2024-49986",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49986"
},
{
"name": "CVE-2024-49991",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49991"
},
{
"name": "CVE-2024-49995",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49995"
},
{
"name": "CVE-2024-49996",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49996"
},
{
"name": "CVE-2024-50000",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50000"
},
{
"name": "CVE-2024-50001",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50001"
},
{
"name": "CVE-2024-50002",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50002"
},
{
"name": "CVE-2024-50006",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50006"
},
{
"name": "CVE-2024-50007",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50007"
},
{
"name": "CVE-2024-50008",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50008"
},
{
"name": "CVE-2024-50013",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50013"
},
{
"name": "CVE-2024-50014",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50014"
},
{
"name": "CVE-2024-50015",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50015"
},
{
"name": "CVE-2024-50017",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50017"
},
{
"name": "CVE-2024-50019",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50019"
},
{
"name": "CVE-2024-50020",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50020"
},
{
"name": "CVE-2024-50021",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50021"
},
{
"name": "CVE-2024-50022",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50022"
},
{
"name": "CVE-2024-50023",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50023"
},
{
"name": "CVE-2024-50024",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50024"
},
{
"name": "CVE-2024-50025",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50025"
},
{
"name": "CVE-2024-50027",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50027"
},
{
"name": "CVE-2024-50028",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50028"
},
{
"name": "CVE-2024-50031",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50031"
},
{
"name": "CVE-2024-50033",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50033"
},
{
"name": "CVE-2024-50035",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50035"
},
{
"name": "CVE-2024-50040",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50040"
},
{
"name": "CVE-2024-50041",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50041"
},
{
"name": "CVE-2024-50042",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50042"
},
{
"name": "CVE-2024-50044",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50044"
},
{
"name": "CVE-2024-50045",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50045"
},
{
"name": "CVE-2024-50046",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50046"
},
{
"name": "CVE-2024-50047",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50047"
},
{
"name": "CVE-2024-50048",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50048"
},
{
"name": "CVE-2024-50049",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50049"
},
{
"name": "CVE-2024-50055",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50055"
},
{
"name": "CVE-2024-50058",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50058"
},
{
"name": "CVE-2024-50059",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50059"
},
{
"name": "CVE-2024-50060",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50060"
},
{
"name": "CVE-2024-50061",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50061"
},
{
"name": "CVE-2024-50062",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50062"
},
{
"name": "CVE-2024-50063",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50063"
},
{
"name": "CVE-2024-50064",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50064"
},
{
"name": "CVE-2024-50069",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50069"
},
{
"name": "CVE-2024-50073",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50073"
},
{
"name": "CVE-2024-50074",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50074"
},
{
"name": "CVE-2024-50075",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50075"
},
{
"name": "CVE-2024-50076",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50076"
},
{
"name": "CVE-2024-50077",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50077"
},
{
"name": "CVE-2024-50078",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50078"
},
{
"name": "CVE-2024-50080",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50080"
},
{
"name": "CVE-2024-50081",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50081"
},
{
"name": "CVE-2024-50012",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50012"
},
{
"name": "CVE-2024-50036",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50036"
},
{
"name": "CVE-2024-50067",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50067"
},
{
"name": "CVE-2024-50072",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50072"
},
{
"name": "CVE-2024-50126",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50126"
},
{
"name": "CVE-2024-50215",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50215"
},
{
"name": "CVE-2024-50218",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50218"
},
{
"name": "CVE-2024-50229",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50229"
},
{
"name": "CVE-2024-50230",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50230"
},
{
"name": "CVE-2024-50232",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50232"
},
{
"name": "CVE-2024-50233",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50233"
},
{
"name": "CVE-2024-50234",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50234"
},
{
"name": "CVE-2024-50235",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50235"
},
{
"name": "CVE-2024-50236",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50236"
},
{
"name": "CVE-2024-50237",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50237"
},
{
"name": "CVE-2024-50242",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50242"
},
{
"name": "CVE-2024-50243",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50243"
},
{
"name": "CVE-2024-50244",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50244"
},
{
"name": "CVE-2024-50245",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50245"
},
{
"name": "CVE-2024-50247",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50247"
},
{
"name": "CVE-2024-50249",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50249"
},
{
"name": "CVE-2024-50250",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50250"
},
{
"name": "CVE-2024-50251",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50251"
},
{
"name": "CVE-2024-50252",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50252"
},
{
"name": "CVE-2024-50255",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50255"
},
{
"name": "CVE-2024-50256",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50256"
},
{
"name": "CVE-2024-50257",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50257"
},
{
"name": "CVE-2024-50259",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50259"
},
{
"name": "CVE-2024-50261",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50261"
},
{
"name": "CVE-2024-50262",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50262"
},
{
"name": "CVE-2024-50264",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50264"
},
{
"name": "CVE-2024-50265",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50265"
},
{
"name": "CVE-2024-50267",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50267"
},
{
"name": "CVE-2024-50268",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50268"
},
{
"name": "CVE-2024-50269",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50269"
},
{
"name": "CVE-2024-50271",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50271"
},
{
"name": "CVE-2024-50272",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50272"
},
{
"name": "CVE-2024-50273",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50273"
},
{
"name": "CVE-2024-50276",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50276"
},
{
"name": "CVE-2024-50278",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50278"
},
{
"name": "CVE-2024-50279",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50279"
},
{
"name": "CVE-2024-50280",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50280"
},
{
"name": "CVE-2024-50282",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50282"
},
{
"name": "CVE-2024-50283",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50283"
},
{
"name": "CVE-2024-50284",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50284"
},
{
"name": "CVE-2024-50286",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50286"
},
{
"name": "CVE-2024-50287",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50287"
},
{
"name": "CVE-2024-50290",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50290"
},
{
"name": "CVE-2024-50292",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50292"
},
{
"name": "CVE-2024-50295",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50295"
},
{
"name": "CVE-2024-50296",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50296"
},
{
"name": "CVE-2024-50299",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50299"
},
{
"name": "CVE-2024-50301",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50301"
},
{
"name": "CVE-2024-50302",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50302"
},
{
"name": "CVE-2024-53042",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53042"
},
{
"name": "CVE-2024-53043",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53043"
},
{
"name": "CVE-2024-53052",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53052"
},
{
"name": "CVE-2024-53055",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53055"
},
{
"name": "CVE-2024-53058",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53058"
},
{
"name": "CVE-2024-53059",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53059"
},
{
"name": "CVE-2024-53061",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53061"
},
{
"name": "CVE-2024-53063",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53063"
},
{
"name": "CVE-2024-53066",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53066"
},
{
"name": "CVE-2024-53072",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53072"
},
{
"name": "CVE-2024-53081",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53081"
},
{
"name": "CVE-2024-53082",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53082"
},
{
"name": "CVE-2024-53088",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53088"
},
{
"name": "CVE-2024-53093",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53093"
},
{
"name": "CVE-2024-50226",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50226"
},
{
"name": "CVE-2024-49925",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49925"
},
{
"name": "CVE-2024-49945",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49945"
},
{
"name": "CVE-2024-50208",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50208"
},
{
"name": "CVE-2024-50082",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50082"
},
{
"name": "CVE-2024-50099",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50099"
},
{
"name": "CVE-2024-50110",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50110"
},
{
"name": "CVE-2024-50142",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50142"
},
{
"name": "CVE-2024-50192",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50192"
},
{
"name": "CVE-2024-47679",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47679"
},
{
"name": "CVE-2024-47690",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47690"
},
{
"name": "CVE-2024-47701",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47701"
},
{
"name": "CVE-2024-47734",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47734"
},
{
"name": "CVE-2024-47740",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47740"
},
{
"name": "CVE-2024-49856",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49856"
},
{
"name": "CVE-2024-49868",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49868"
},
{
"name": "CVE-2024-49884",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49884"
},
{
"name": "CVE-2024-49889",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49889"
},
{
"name": "CVE-2024-49893",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49893"
},
{
"name": "CVE-2024-49904",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49904"
},
{
"name": "CVE-2024-49905",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49905"
},
{
"name": "CVE-2024-49910",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49910"
},
{
"name": "CVE-2024-49915",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49915"
},
{
"name": "CVE-2024-49916",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49916"
},
{
"name": "CVE-2024-49921",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49921"
},
{
"name": "CVE-2024-49924",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49924"
},
{
"name": "CVE-2024-49927",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49927"
},
{
"name": "CVE-2024-49944",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49944"
},
{
"name": "CVE-2024-49948",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49948"
},
{
"name": "CVE-2024-49952",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49952"
},
{
"name": "CVE-2024-49977",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49977"
},
{
"name": "CVE-2024-49983",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49983"
},
{
"name": "CVE-2024-49997",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49997"
},
{
"name": "CVE-2024-50003",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50003"
},
{
"name": "CVE-2024-50038",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50038"
},
{
"name": "CVE-2024-50039",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50039"
},
{
"name": "CVE-2024-50093",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50093"
},
{
"name": "CVE-2024-50095",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50095"
},
{
"name": "CVE-2024-50096",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50096"
},
{
"name": "CVE-2024-50179",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50179"
},
{
"name": "CVE-2024-50180",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50180"
},
{
"name": "CVE-2024-50181",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50181"
},
{
"name": "CVE-2024-50184",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50184"
},
{
"name": "CVE-2024-50186",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50186"
},
{
"name": "CVE-2024-50188",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50188"
},
{
"name": "CVE-2024-50189",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50189"
},
{
"name": "CVE-2024-50191",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50191"
},
{
"name": "CVE-2024-47703",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47703"
},
{
"name": "CVE-2024-49934",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49934"
},
{
"name": "CVE-2024-49968",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49968"
},
{
"name": "CVE-2024-49976",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49976"
},
{
"name": "CVE-2024-49987",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49987"
},
{
"name": "CVE-2024-49989",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49989"
},
{
"name": "CVE-2024-50009",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50009"
},
{
"name": "CVE-2024-50026",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50026"
},
{
"name": "CVE-2024-50084",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50084"
},
{
"name": "CVE-2024-50087",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50087"
},
{
"name": "CVE-2024-50088",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50088"
},
{
"name": "CVE-2024-50098",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50098"
},
{
"name": "CVE-2024-50100",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50100"
},
{
"name": "CVE-2024-50101",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50101"
},
{
"name": "CVE-2024-50102",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50102"
},
{
"name": "CVE-2024-50103",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50103"
},
{
"name": "CVE-2024-50108",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50108"
},
{
"name": "CVE-2024-50115",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50115"
},
{
"name": "CVE-2024-50116",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50116"
},
{
"name": "CVE-2024-50117",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50117"
},
{
"name": "CVE-2024-50121",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50121"
},
{
"name": "CVE-2024-50124",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50124"
},
{
"name": "CVE-2024-50125",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50125"
},
{
"name": "CVE-2024-50127",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50127"
},
{
"name": "CVE-2024-50128",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50128"
},
{
"name": "CVE-2024-50130",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50130"
},
{
"name": "CVE-2024-50131",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50131"
},
{
"name": "CVE-2024-50134",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50134"
},
{
"name": "CVE-2024-50135",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50135"
},
{
"name": "CVE-2024-50136",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50136"
},
{
"name": "CVE-2024-50138",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50138"
},
{
"name": "CVE-2024-50139",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50139"
},
{
"name": "CVE-2024-50141",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50141"
},
{
"name": "CVE-2024-50145",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50145"
},
{
"name": "CVE-2024-50146",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50146"
},
{
"name": "CVE-2024-50147",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50147"
},
{
"name": "CVE-2024-50148",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50148"
},
{
"name": "CVE-2024-50150",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50150"
},
{
"name": "CVE-2024-50153",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50153"
},
{
"name": "CVE-2024-50154",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50154"
},
{
"name": "CVE-2024-50155",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50155"
},
{
"name": "CVE-2024-50156",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50156"
},
{
"name": "CVE-2024-50157",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50157"
},
{
"name": "CVE-2024-50158",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50158"
},
{
"name": "CVE-2024-50159",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50159"
},
{
"name": "CVE-2024-50160",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50160"
},
{
"name": "CVE-2024-50166",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50166"
},
{
"name": "CVE-2024-50167",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50167"
},
{
"name": "CVE-2024-50169",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50169"
},
{
"name": "CVE-2024-50171",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50171"
},
{
"name": "CVE-2024-50172",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50172"
},
{
"name": "CVE-2024-50176",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50176"
},
{
"name": "CVE-2024-50177",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50177"
},
{
"name": "CVE-2024-50182",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50182"
},
{
"name": "CVE-2024-50183",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50183"
},
{
"name": "CVE-2024-50187",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50187"
},
{
"name": "CVE-2024-50194",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50194"
},
{
"name": "CVE-2024-50195",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50195"
},
{
"name": "CVE-2024-50196",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50196"
},
{
"name": "CVE-2024-50198",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50198"
},
{
"name": "CVE-2024-50200",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50200"
},
{
"name": "CVE-2024-50201",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50201"
},
{
"name": "CVE-2024-50205",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50205"
},
{
"name": "CVE-2024-50209",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50209"
},
{
"name": "CVE-2024-50216",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50216"
},
{
"name": "CVE-2024-50221",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50221"
},
{
"name": "CVE-2024-50224",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50224"
},
{
"name": "CVE-2024-50225",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50225"
},
{
"name": "CVE-2024-50231",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50231"
},
{
"name": "CVE-2024-50240",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50240"
},
{
"name": "CVE-2024-50246",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50246"
},
{
"name": "CVE-2024-50248",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50248"
},
{
"name": "CVE-2024-50274",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50274"
},
{
"name": "CVE-2024-50275",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50275"
},
{
"name": "CVE-2024-50289",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50289"
},
{
"name": "CVE-2024-50298",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50298"
},
{
"name": "CVE-2024-53045",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53045"
},
{
"name": "CVE-2024-53048",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53048"
},
{
"name": "CVE-2024-53056",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53056"
},
{
"name": "CVE-2024-53068",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53068"
},
{
"name": "CVE-2024-53074",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53074"
},
{
"name": "CVE-2024-53076",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53076"
},
{
"name": "CVE-2024-53079",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53079"
},
{
"name": "CVE-2024-53085",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53085"
},
{
"name": "CVE-2024-53094",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53094"
},
{
"name": "CVE-2024-53095",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53095"
},
{
"name": "CVE-2024-53100",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53100"
},
{
"name": "CVE-2024-53101",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53101"
},
{
"name": "CVE-2024-53104",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53104"
},
{
"name": "CVE-2024-53106",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53106"
},
{
"name": "CVE-2024-53108",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53108"
},
{
"name": "CVE-2024-53110",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53110"
},
{
"name": "CVE-2024-53112",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53112"
},
{
"name": "CVE-2024-53114",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53114"
},
{
"name": "CVE-2024-53121",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53121"
},
{
"name": "CVE-2024-53138",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53138"
},
{
"name": "CVE-2024-53142",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53142"
},
{
"name": "CVE-2024-47678",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47678"
},
{
"name": "CVE-2024-49859",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49859"
},
{
"name": "CVE-2024-49978",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49978"
},
{
"name": "CVE-2024-49992",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49992"
},
{
"name": "CVE-2024-50010",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50010"
},
{
"name": "CVE-2024-50083",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50083"
},
{
"name": "CVE-2024-50085",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50085"
},
{
"name": "CVE-2024-50086",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50086"
},
{
"name": "CVE-2024-50133",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50133"
},
{
"name": "CVE-2024-50143",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50143"
},
{
"name": "CVE-2024-50151",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50151"
},
{
"name": "CVE-2024-50162",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50162"
},
{
"name": "CVE-2024-50163",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50163"
},
{
"name": "CVE-2024-50168",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50168"
},
{
"name": "CVE-2024-50185",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50185"
},
{
"name": "CVE-2024-50193",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50193"
},
{
"name": "CVE-2024-50199",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50199"
},
{
"name": "CVE-2024-50202",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50202"
},
{
"name": "CVE-2024-53103",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53103"
},
{
"name": "CVE-2024-53113",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53113"
},
{
"name": "CVE-2024-53119",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53119"
},
{
"name": "CVE-2024-53120",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53120"
},
{
"name": "CVE-2024-53122",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53122"
},
{
"name": "CVE-2024-53123",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53123"
},
{
"name": "CVE-2024-53127",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53127"
},
{
"name": "CVE-2024-53129",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53129"
},
{
"name": "CVE-2024-53130",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53130"
},
{
"name": "CVE-2024-53131",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53131"
},
{
"name": "CVE-2024-53135",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53135"
},
{
"name": "CVE-2024-53140",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53140"
},
{
"name": "CVE-2024-53144",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53144"
},
{
"name": "CVE-2024-50011",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50011"
},
{
"name": "CVE-2024-50016",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50016"
},
{
"name": "CVE-2024-50203",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50203"
},
{
"name": "CVE-2024-50211",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50211"
},
{
"name": "CVE-2024-53064",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53064"
},
{
"name": "CVE-2024-53090",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53090"
},
{
"name": "CVE-2024-53099",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53099"
},
{
"name": "CVE-2024-53105",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53105"
},
{
"name": "CVE-2024-53111",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53111"
},
{
"name": "CVE-2024-53117",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53117"
},
{
"name": "CVE-2024-53118",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53118"
},
{
"name": "CVE-2024-53125",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53125"
},
{
"name": "CVE-2024-53126",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53126"
},
{
"name": "CVE-2024-53133",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53133"
},
{
"name": "CVE-2024-53134",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53134"
},
{
"name": "CVE-2024-53141",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53141"
},
{
"name": "CVE-2024-53146",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53146"
},
{
"name": "CVE-2024-53148",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53148"
},
{
"name": "CVE-2024-53150",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53150"
},
{
"name": "CVE-2024-53151",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53151"
},
{
"name": "CVE-2024-53154",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53154"
},
{
"name": "CVE-2024-53155",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53155"
},
{
"name": "CVE-2024-53156",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53156"
},
{
"name": "CVE-2024-53157",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53157"
},
{
"name": "CVE-2024-53158",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53158"
},
{
"name": "CVE-2024-53160",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53160"
},
{
"name": "CVE-2024-53161",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53161"
},
{
"name": "CVE-2024-53162",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53162"
},
{
"name": "CVE-2024-53166",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53166"
},
{
"name": "CVE-2024-53169",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53169"
},
{
"name": "CVE-2024-53171",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53171"
},
{
"name": "CVE-2024-53173",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53173"
},
{
"name": "CVE-2024-53174",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53174"
},
{
"name": "CVE-2024-53180",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53180"
},
{
"name": "CVE-2024-53188",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53188"
},
{
"name": "CVE-2024-53190",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53190"
},
{
"name": "CVE-2024-53191",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53191"
},
{
"name": "CVE-2024-53200",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53200"
},
{
"name": "CVE-2024-53202",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53202"
},
{
"name": "CVE-2024-53208",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53208"
},
{
"name": "CVE-2024-53209",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53209"
},
{
"name": "CVE-2024-53210",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53210"
},
{
"name": "CVE-2024-53213",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53213"
},
{
"name": "CVE-2024-53214",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53214"
},
{
"name": "CVE-2024-53215",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53215"
},
{
"name": "CVE-2024-53216",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53216"
},
{
"name": "CVE-2024-53217",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53217"
},
{
"name": "CVE-2024-53224",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53224"
},
{
"name": "CVE-2024-53229",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53229"
},
{
"name": "CVE-2024-53234",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53234"
},
{
"name": "CVE-2024-53237",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53237"
},
{
"name": "CVE-2024-56536",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56536"
},
{
"name": "CVE-2024-56539",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56539"
},
{
"name": "CVE-2024-56549",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56549"
},
{
"name": "CVE-2024-56752",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56752"
},
{
"name": "CVE-2024-56754",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56754"
},
{
"name": "CVE-2024-56755",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56755"
},
{
"name": "CVE-2024-56756",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56756"
},
{
"name": "CVE-2024-53239",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53239"
},
{
"name": "CVE-2024-56548",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56548"
},
{
"name": "CVE-2024-56704",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56704"
},
{
"name": "CVE-2024-49951",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49951"
},
{
"name": "CVE-2024-49998",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49998"
},
{
"name": "CVE-2024-50106",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50106"
},
{
"name": "CVE-2024-53091",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53091"
},
{
"name": "CVE-2024-53168",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53168"
},
{
"name": "CVE-2024-53170",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53170"
},
{
"name": "CVE-2024-53172",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53172"
},
{
"name": "CVE-2024-53175",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53175"
},
{
"name": "CVE-2024-53194",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53194"
},
{
"name": "CVE-2024-53195",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53195"
},
{
"name": "CVE-2024-53196",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53196"
},
{
"name": "CVE-2024-53197",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53197"
},
{
"name": "CVE-2024-53198",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53198"
},
{
"name": "CVE-2024-53227",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53227"
},
{
"name": "CVE-2024-53230",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53230"
},
{
"name": "CVE-2024-53231",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53231"
},
{
"name": "CVE-2024-53232",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53232"
},
{
"name": "CVE-2024-53233",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53233"
},
{
"name": "CVE-2024-53236",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53236"
},
{
"name": "CVE-2024-56531",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56531"
},
{
"name": "CVE-2024-56532",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56532"
},
{
"name": "CVE-2024-56533",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56533"
},
{
"name": "CVE-2024-56538",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56538"
},
{
"name": "CVE-2024-56543",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56543"
},
{
"name": "CVE-2024-56546",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56546"
},
{
"name": "CVE-2024-53238",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53238"
},
{
"name": "CVE-2024-56677",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56677"
},
{
"name": "CVE-2024-56678",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56678"
},
{
"name": "CVE-2024-56681",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56681"
},
{
"name": "CVE-2024-56683",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56683"
},
{
"name": "CVE-2024-56687",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56687"
},
{
"name": "CVE-2024-56688",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56688"
},
{
"name": "CVE-2024-56690",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56690"
},
{
"name": "CVE-2024-56691",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56691"
},
{
"name": "CVE-2024-56694",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56694"
},
{
"name": "CVE-2024-56698",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56698"
},
{
"name": "CVE-2024-56700",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56700"
},
{
"name": "CVE-2024-56701",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56701"
},
{
"name": "CVE-2024-56705",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56705"
},
{
"name": "CVE-2024-56708",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56708"
},
{
"name": "CVE-2024-56722",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56722"
},
{
"name": "CVE-2024-56723",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56723"
},
{
"name": "CVE-2024-56724",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56724"
},
{
"name": "CVE-2024-56729",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56729"
},
{
"name": "CVE-2024-56739",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56739"
},
{
"name": "CVE-2024-56741",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56741"
},
{
"name": "CVE-2024-56745",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56745"
},
{
"name": "CVE-2024-56746",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56746"
},
{
"name": "CVE-2024-56747",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56747"
},
{
"name": "CVE-2024-56748",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56748"
},
{
"name": "CVE-2024-53047",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53047"
},
{
"name": "CVE-2024-50258",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50258"
},
{
"name": "CVE-2024-50304",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50304"
},
{
"name": "CVE-2024-53187",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53187"
},
{
"name": "CVE-2024-53203",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53203"
},
{
"name": "CVE-2024-56679",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56679"
},
{
"name": "CVE-2024-56693",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56693"
},
{
"name": "CVE-2024-56707",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56707"
},
{
"name": "CVE-2024-56725",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56725"
},
{
"name": "CVE-2024-56726",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56726"
},
{
"name": "CVE-2024-56727",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56727"
},
{
"name": "CVE-2024-56728",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56728"
},
{
"name": "CVE-2024-49994",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49994"
},
{
"name": "CVE-2024-50164",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50164"
},
{
"name": "CVE-2024-53124",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53124"
},
{
"name": "CVE-2024-53128",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53128"
},
{
"name": "CVE-2024-56703",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56703"
},
{
"name": "CVE-2024-53177",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53177"
},
{
"name": "CVE-2022-49034",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49034"
},
{
"name": "CVE-2024-46869",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46869"
},
{
"name": "CVE-2024-47676",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47676"
},
{
"name": "CVE-2024-47677",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47677"
},
{
"name": "CVE-2024-47680",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47680"
},
{
"name": "CVE-2024-47689",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47689"
},
{
"name": "CVE-2024-47691",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47691"
},
{
"name": "CVE-2024-47694",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47694"
},
{
"name": "CVE-2024-47700",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47700"
},
{
"name": "CVE-2024-47708",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47708"
},
{
"name": "CVE-2024-47711",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47711"
},
{
"name": "CVE-2024-47716",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47716"
},
{
"name": "CVE-2024-47717",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47717"
},
{
"name": "CVE-2024-47721",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47721"
},
{
"name": "CVE-2024-47724",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47724"
},
{
"name": "CVE-2024-47726",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47726"
},
{
"name": "CVE-2024-47733",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47733"
},
{
"name": "CVE-2024-47736",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47736"
},
{
"name": "CVE-2024-47746",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47746"
},
{
"name": "CVE-2024-49857",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49857"
},
{
"name": "CVE-2024-49865",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49865"
},
{
"name": "CVE-2024-49869",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49869"
},
{
"name": "CVE-2024-49872",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49872"
},
{
"name": "CVE-2024-49873",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49873"
},
{
"name": "CVE-2024-49876",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49876"
},
{
"name": "CVE-2024-49880",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49880"
},
{
"name": "CVE-2024-49885",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49885"
},
{
"name": "CVE-2024-49887",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49887"
},
{
"name": "CVE-2024-49926",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49926"
},
{
"name": "CVE-2024-49932",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49932"
},
{
"name": "CVE-2024-49940",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49940"
},
{
"name": "CVE-2024-49941",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49941"
},
{
"name": "CVE-2024-49942",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49942"
},
{
"name": "CVE-2024-49943",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49943"
},
{
"name": "CVE-2024-49956",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49956"
},
{
"name": "CVE-2024-49964",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49964"
},
{
"name": "CVE-2024-49970",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49970"
},
{
"name": "CVE-2024-49971",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49971"
},
{
"name": "CVE-2024-49979",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49979"
},
{
"name": "CVE-2024-49980",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49980"
},
{
"name": "CVE-2024-49988",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49988"
},
{
"name": "CVE-2024-49999",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49999"
},
{
"name": "CVE-2024-50005",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50005"
},
{
"name": "CVE-2024-50029",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50029"
},
{
"name": "CVE-2024-50030",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50030"
},
{
"name": "CVE-2024-50034",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50034"
},
{
"name": "CVE-2024-50037",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50037"
},
{
"name": "CVE-2024-50043",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50043"
},
{
"name": "CVE-2024-50056",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50056"
},
{
"name": "CVE-2024-50057",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50057"
},
{
"name": "CVE-2024-50065",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50065"
},
{
"name": "CVE-2024-50066",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50066"
},
{
"name": "CVE-2024-50068",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50068"
},
{
"name": "CVE-2024-50070",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50070"
},
{
"name": "CVE-2024-50071",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50071"
},
{
"name": "CVE-2024-50079",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50079"
},
{
"name": "CVE-2024-50090",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50090"
},
{
"name": "CVE-2024-50091",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50091"
},
{
"name": "CVE-2024-50092",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50092"
},
{
"name": "CVE-2024-50094",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50094"
},
{
"name": "CVE-2024-50104",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50104"
},
{
"name": "CVE-2024-50105",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50105"
},
{
"name": "CVE-2024-50107",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50107"
},
{
"name": "CVE-2024-50109",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50109"
},
{
"name": "CVE-2024-50111",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50111"
},
{
"name": "CVE-2024-50112",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50112"
},
{
"name": "CVE-2024-50113",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50113"
},
{
"name": "CVE-2024-50114",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50114"
},
{
"name": "CVE-2024-50118",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50118"
},
{
"name": "CVE-2024-50119",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50119"
},
{
"name": "CVE-2024-50120",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50120"
},
{
"name": "CVE-2024-50122",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50122"
},
{
"name": "CVE-2024-50123",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50123"
},
{
"name": "CVE-2024-50129",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50129"
},
{
"name": "CVE-2024-50132",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50132"
},
{
"name": "CVE-2024-50137",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50137"
},
{
"name": "CVE-2024-50140",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50140"
},
{
"name": "CVE-2024-50144",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50144"
},
{
"name": "CVE-2024-50149",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50149"
},
{
"name": "CVE-2024-50152",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50152"
},
{
"name": "CVE-2024-50161",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50161"
},
{
"name": "CVE-2024-50165",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50165"
},
{
"name": "CVE-2024-50170",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50170"
},
{
"name": "CVE-2024-50173",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50173"
},
{
"name": "CVE-2024-50174",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50174"
},
{
"name": "CVE-2024-50178",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50178"
},
{
"name": "CVE-2024-50190",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50190"
},
{
"name": "CVE-2024-50197",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50197"
},
{
"name": "CVE-2024-50204",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50204"
},
{
"name": "CVE-2024-50206",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50206"
},
{
"name": "CVE-2024-50207",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50207"
},
{
"name": "CVE-2024-50212",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50212"
},
{
"name": "CVE-2024-50213",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50213"
},
{
"name": "CVE-2024-50214",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50214"
},
{
"name": "CVE-2024-50217",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50217"
},
{
"name": "CVE-2024-50220",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50220"
},
{
"name": "CVE-2024-50222",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50222"
},
{
"name": "CVE-2024-50223",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50223"
},
{
"name": "CVE-2024-50227",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50227"
},
{
"name": "CVE-2024-50238",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50238"
},
{
"name": "CVE-2024-50239",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50239"
},
{
"name": "CVE-2024-50253",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50253"
},
{
"name": "CVE-2024-50254",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50254"
},
{
"name": "CVE-2024-50260",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50260"
},
{
"name": "CVE-2024-50263",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50263"
},
{
"name": "CVE-2024-50266",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50266"
},
{
"name": "CVE-2024-50270",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50270"
},
{
"name": "CVE-2024-50277",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50277"
},
{
"name": "CVE-2024-50281",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50281"
},
{
"name": "CVE-2024-50285",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50285"
},
{
"name": "CVE-2024-50288",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50288"
},
{
"name": "CVE-2024-50291",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50291"
},
{
"name": "CVE-2024-50293",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50293"
},
{
"name": "CVE-2024-50294",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50294"
},
{
"name": "CVE-2024-50297",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50297"
},
{
"name": "CVE-2024-50300",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50300"
},
{
"name": "CVE-2024-50303",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50303"
},
{
"name": "CVE-2024-53044",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53044"
},
{
"name": "CVE-2024-53046",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53046"
},
{
"name": "CVE-2024-53049",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53049"
},
{
"name": "CVE-2024-53053",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53053"
},
{
"name": "CVE-2024-53062",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53062"
},
{
"name": "CVE-2024-53065",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53065"
},
{
"name": "CVE-2024-53067",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53067"
},
{
"name": "CVE-2024-53069",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53069"
},
{
"name": "CVE-2024-53071",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53071"
},
{
"name": "CVE-2024-53075",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53075"
},
{
"name": "CVE-2024-53077",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53077"
},
{
"name": "CVE-2024-53078",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53078"
},
{
"name": "CVE-2024-53080",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53080"
},
{
"name": "CVE-2024-53083",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53083"
},
{
"name": "CVE-2024-53084",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53084"
},
{
"name": "CVE-2024-53086",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53086"
},
{
"name": "CVE-2024-53087",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53087"
},
{
"name": "CVE-2024-53089",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53089"
},
{
"name": "CVE-2024-53092",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53092"
},
{
"name": "CVE-2024-53098",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53098"
},
{
"name": "CVE-2024-53107",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53107"
},
{
"name": "CVE-2024-53109",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53109"
},
{
"name": "CVE-2024-53115",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53115"
},
{
"name": "CVE-2024-53116",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53116"
},
{
"name": "CVE-2024-53132",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53132"
},
{
"name": "CVE-2024-53137",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53137"
},
{
"name": "CVE-2024-53139",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53139"
},
{
"name": "CVE-2024-53143",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53143"
},
{
"name": "CVE-2024-53145",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53145"
},
{
"name": "CVE-2024-53147",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53147"
},
{
"name": "CVE-2024-53149",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53149"
},
{
"name": "CVE-2024-53152",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53152"
},
{
"name": "CVE-2024-53153",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53153"
},
{
"name": "CVE-2024-53163",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53163"
},
{
"name": "CVE-2024-53165",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53165"
},
{
"name": "CVE-2024-53167",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53167"
},
{
"name": "CVE-2024-53176",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53176"
},
{
"name": "CVE-2024-53178",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53178"
},
{
"name": "CVE-2024-53181",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53181"
},
{
"name": "CVE-2024-53183",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53183"
},
{
"name": "CVE-2024-53184",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53184"
},
{
"name": "CVE-2024-53189",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53189"
},
{
"name": "CVE-2024-53192",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53192"
},
{
"name": "CVE-2024-53193",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53193"
},
{
"name": "CVE-2024-53199",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53199"
},
{
"name": "CVE-2024-53212",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53212"
},
{
"name": "CVE-2024-53218",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53218"
},
{
"name": "CVE-2024-53219",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53219"
},
{
"name": "CVE-2024-53220",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53220"
},
{
"name": "CVE-2024-53221",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53221"
},
{
"name": "CVE-2024-53223",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53223"
},
{
"name": "CVE-2024-53226",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53226"
},
{
"name": "CVE-2024-53228",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53228"
},
{
"name": "CVE-2024-56534",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56534"
},
{
"name": "CVE-2024-56535",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56535"
},
{
"name": "CVE-2024-56537",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56537"
},
{
"name": "CVE-2024-56540",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56540"
},
{
"name": "CVE-2024-56541",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56541"
},
{
"name": "CVE-2024-56544",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56544"
},
{
"name": "CVE-2024-56545",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56545"
},
{
"name": "CVE-2024-56674",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56674"
},
{
"name": "CVE-2024-56680",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56680"
},
{
"name": "CVE-2024-56684",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56684"
},
{
"name": "CVE-2024-56685",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56685"
},
{
"name": "CVE-2024-56689",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56689"
},
{
"name": "CVE-2024-56692",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56692"
},
{
"name": "CVE-2024-56696",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56696"
},
{
"name": "CVE-2024-56697",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56697"
},
{
"name": "CVE-2024-56699",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56699"
},
{
"name": "CVE-2024-56702",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56702"
},
{
"name": "CVE-2024-56720",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56720"
},
{
"name": "CVE-2024-56721",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56721"
},
{
"name": "CVE-2024-56742",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56742"
},
{
"name": "CVE-2024-56744",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56744"
},
{
"name": "CVE-2024-56749",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56749"
},
{
"name": "CVE-2024-56751",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56751"
},
{
"name": "CVE-2025-0927",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0927"
}
],
"links": [],
"reference": "CERTFR-2025-AVI-0152",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-02-21T00:00:00.000000"
}
],
"risks": [
{
"description": "Ex\u00e9cution de code arbitraire"
},
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
},
{
"description": "D\u00e9ni de service"
},
{
"description": "\u00c9l\u00e9vation de privil\u00e8ges"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans le noyau Linux d\u0027Ubuntu. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire, une \u00e9l\u00e9vation de privil\u00e8ges et un d\u00e9ni de service.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans le noyau Linux d\u0027Ubuntu",
"vendor_advisories": [
{
"published_at": "2025-02-20",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu LSN-0109-1",
"url": "https://ubuntu.com/security/notices/LSN-0109-1"
},
{
"published_at": "2025-02-19",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7277-1",
"url": "https://ubuntu.com/security/notices/USN-7277-1"
},
{
"published_at": "2025-02-19",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7276-1",
"url": "https://ubuntu.com/security/notices/USN-7276-1"
}
]
}
CERTFR-2025-AVI-0185
Vulnerability from certfr_avis - Published: - Updated:
De multiples vulnérabilités ont été découvertes dans le noyau Linux d'Ubuntu. Elles permettent à un attaquant de provoquer une exécution de code arbitraire, un déni de service et un problème de sécurité non spécifié par l'éditeur.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Title | Publication Time | Tags | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Ubuntu 16.04 ESM",
"product": {
"name": "Ubuntu",
"vendor": {
"name": "Ubuntu",
"scada": false
}
}
},
{
"description": "Ubuntu 24.04 LTS",
"product": {
"name": "Ubuntu",
"vendor": {
"name": "Ubuntu",
"scada": false
}
}
},
{
"description": "Ubuntu 20.04 LTS",
"product": {
"name": "Ubuntu",
"vendor": {
"name": "Ubuntu",
"scada": false
}
}
},
{
"description": "Ubuntu 24.10",
"product": {
"name": "Ubuntu",
"vendor": {
"name": "Ubuntu",
"scada": false
}
}
},
{
"description": "Ubuntu 14.04 ESM",
"product": {
"name": "Ubuntu",
"vendor": {
"name": "Ubuntu",
"scada": false
}
}
},
{
"description": "Ubuntu 22.04 LTS",
"product": {
"name": "Ubuntu",
"vendor": {
"name": "Ubuntu",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2023-52458",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52458"
},
{
"name": "CVE-2024-26718",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26718"
},
{
"name": "CVE-2024-26685",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26685"
},
{
"name": "CVE-2023-52488",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52488"
},
{
"name": "CVE-2023-52522",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52522"
},
{
"name": "CVE-2024-36886",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36886"
},
{
"name": "CVE-2021-47469",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47469"
},
{
"name": "CVE-2023-52799",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52799"
},
{
"name": "CVE-2023-52818",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52818"
},
{
"name": "CVE-2023-52880",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52880"
},
{
"name": "CVE-2024-35887",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35887"
},
{
"name": "CVE-2024-36952",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36952"
},
{
"name": "CVE-2024-35896",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35896"
},
{
"name": "CVE-2024-36964",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36964"
},
{
"name": "CVE-2024-38567",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38567"
},
{
"name": "CVE-2021-47103",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47103"
},
{
"name": "CVE-2024-38544",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38544"
},
{
"name": "CVE-2024-40910",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40910"
},
{
"name": "CVE-2024-40911",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40911"
},
{
"name": "CVE-2024-40943",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40943"
},
{
"name": "CVE-2024-40953",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40953"
},
{
"name": "CVE-2024-40981",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40981"
},
{
"name": "CVE-2021-47606",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47606"
},
{
"name": "CVE-2024-39497",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-39497"
},
{
"name": "CVE-2024-41016",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41016"
},
{
"name": "CVE-2024-41063",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41063"
},
{
"name": "CVE-2024-41064",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41064"
},
{
"name": "CVE-2024-41066",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41066"
},
{
"name": "CVE-2024-42070",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42070"
},
{
"name": "CVE-2024-40965",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40965"
},
{
"name": "CVE-2024-42068",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42068"
},
{
"name": "CVE-2023-52913",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52913"
},
{
"name": "CVE-2024-41080",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41080"
},
{
"name": "CVE-2024-42291",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42291"
},
{
"name": "CVE-2024-43854",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43854"
},
{
"name": "CVE-2024-43863",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43863"
},
{
"name": "CVE-2024-43892",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43892"
},
{
"name": "CVE-2024-43893",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43893"
},
{
"name": "CVE-2024-43900",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43900"
},
{
"name": "CVE-2024-44931",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-44931"
},
{
"name": "CVE-2024-44938",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-44938"
},
{
"name": "CVE-2024-46731",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46731"
},
{
"name": "CVE-2024-46849",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46849"
},
{
"name": "CVE-2024-46853",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46853"
},
{
"name": "CVE-2024-46854",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46854"
},
{
"name": "CVE-2024-42252",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42252"
},
{
"name": "CVE-2022-48994",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48994"
},
{
"name": "CVE-2023-52917",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52917"
},
{
"name": "CVE-2024-47670",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47670"
},
{
"name": "CVE-2024-47671",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47671"
},
{
"name": "CVE-2024-47672",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47672"
},
{
"name": "CVE-2024-47673",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47673"
},
{
"name": "CVE-2024-47674",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47674"
},
{
"name": "CVE-2024-47675",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47675"
},
{
"name": "CVE-2024-47681",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47681"
},
{
"name": "CVE-2024-47682",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47682"
},
{
"name": "CVE-2024-47684",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47684"
},
{
"name": "CVE-2024-47685",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47685"
},
{
"name": "CVE-2024-47686",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47686"
},
{
"name": "CVE-2024-47687",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47687"
},
{
"name": "CVE-2024-47688",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47688"
},
{
"name": "CVE-2024-47692",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47692"
},
{
"name": "CVE-2024-47693",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47693"
},
{
"name": "CVE-2024-47695",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47695"
},
{
"name": "CVE-2024-47696",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47696"
},
{
"name": "CVE-2024-47697",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47697"
},
{
"name": "CVE-2024-47698",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47698"
},
{
"name": "CVE-2024-47699",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47699"
},
{
"name": "CVE-2024-47702",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47702"
},
{
"name": "CVE-2024-47704",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47704"
},
{
"name": "CVE-2024-47705",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47705"
},
{
"name": "CVE-2024-47706",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47706"
},
{
"name": "CVE-2024-47707",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47707"
},
{
"name": "CVE-2024-47709",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47709"
},
{
"name": "CVE-2024-47710",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47710"
},
{
"name": "CVE-2024-47712",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47712"
},
{
"name": "CVE-2024-47713",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47713"
},
{
"name": "CVE-2024-47714",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47714"
},
{
"name": "CVE-2024-47715",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47715"
},
{
"name": "CVE-2024-47718",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47718"
},
{
"name": "CVE-2024-47719",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47719"
},
{
"name": "CVE-2024-47720",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47720"
},
{
"name": "CVE-2024-47723",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47723"
},
{
"name": "CVE-2024-47727",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47727"
},
{
"name": "CVE-2024-47728",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47728"
},
{
"name": "CVE-2024-47730",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47730"
},
{
"name": "CVE-2024-47731",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47731"
},
{
"name": "CVE-2024-47732",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47732"
},
{
"name": "CVE-2024-47735",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47735"
},
{
"name": "CVE-2024-47737",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47737"
},
{
"name": "CVE-2024-47738",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47738"
},
{
"name": "CVE-2024-47739",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47739"
},
{
"name": "CVE-2024-47741",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47741"
},
{
"name": "CVE-2024-47742",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47742"
},
{
"name": "CVE-2024-47743",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47743"
},
{
"name": "CVE-2024-47744",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47744"
},
{
"name": "CVE-2024-47745",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47745"
},
{
"name": "CVE-2024-47747",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47747"
},
{
"name": "CVE-2024-47748",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47748"
},
{
"name": "CVE-2024-47749",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47749"
},
{
"name": "CVE-2024-47750",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47750"
},
{
"name": "CVE-2024-47751",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47751"
},
{
"name": "CVE-2024-47752",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47752"
},
{
"name": "CVE-2024-47753",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47753"
},
{
"name": "CVE-2024-47754",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47754"
},
{
"name": "CVE-2024-47756",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47756"
},
{
"name": "CVE-2024-47757",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47757"
},
{
"name": "CVE-2024-49850",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49850"
},
{
"name": "CVE-2024-49851",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49851"
},
{
"name": "CVE-2024-49852",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49852"
},
{
"name": "CVE-2024-49853",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49853"
},
{
"name": "CVE-2024-49855",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49855"
},
{
"name": "CVE-2024-49858",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49858"
},
{
"name": "CVE-2024-49860",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49860"
},
{
"name": "CVE-2024-49861",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49861"
},
{
"name": "CVE-2024-49862",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49862"
},
{
"name": "CVE-2024-49863",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49863"
},
{
"name": "CVE-2024-49864",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49864"
},
{
"name": "CVE-2024-49866",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49866"
},
{
"name": "CVE-2024-49867",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49867"
},
{
"name": "CVE-2024-49870",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49870"
},
{
"name": "CVE-2024-49871",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49871"
},
{
"name": "CVE-2024-49874",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49874"
},
{
"name": "CVE-2024-49875",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49875"
},
{
"name": "CVE-2024-49877",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49877"
},
{
"name": "CVE-2024-49878",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49878"
},
{
"name": "CVE-2024-49879",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49879"
},
{
"name": "CVE-2024-49881",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49881"
},
{
"name": "CVE-2024-49882",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49882"
},
{
"name": "CVE-2024-49883",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49883"
},
{
"name": "CVE-2024-49886",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49886"
},
{
"name": "CVE-2024-49888",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49888"
},
{
"name": "CVE-2024-49890",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49890"
},
{
"name": "CVE-2024-49891",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49891"
},
{
"name": "CVE-2024-49892",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49892"
},
{
"name": "CVE-2024-49894",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49894"
},
{
"name": "CVE-2024-49895",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49895"
},
{
"name": "CVE-2024-49896",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49896"
},
{
"name": "CVE-2024-49897",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49897"
},
{
"name": "CVE-2024-49898",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49898"
},
{
"name": "CVE-2024-49900",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49900"
},
{
"name": "CVE-2024-49901",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49901"
},
{
"name": "CVE-2024-49902",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49902"
},
{
"name": "CVE-2024-49903",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49903"
},
{
"name": "CVE-2024-49907",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49907"
},
{
"name": "CVE-2024-49909",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49909"
},
{
"name": "CVE-2024-49911",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49911"
},
{
"name": "CVE-2024-49912",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49912"
},
{
"name": "CVE-2024-49913",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49913"
},
{
"name": "CVE-2024-49917",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49917"
},
{
"name": "CVE-2024-49918",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49918"
},
{
"name": "CVE-2024-49919",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49919"
},
{
"name": "CVE-2024-49922",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49922"
},
{
"name": "CVE-2024-49923",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49923"
},
{
"name": "CVE-2024-49928",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49928"
},
{
"name": "CVE-2024-49929",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49929"
},
{
"name": "CVE-2024-49930",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49930"
},
{
"name": "CVE-2024-49931",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49931"
},
{
"name": "CVE-2024-49933",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49933"
},
{
"name": "CVE-2024-49935",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49935"
},
{
"name": "CVE-2024-49936",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49936"
},
{
"name": "CVE-2024-49937",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49937"
},
{
"name": "CVE-2024-49938",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49938"
},
{
"name": "CVE-2024-49939",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49939"
},
{
"name": "CVE-2024-49946",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49946"
},
{
"name": "CVE-2024-49947",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49947"
},
{
"name": "CVE-2024-49949",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49949"
},
{
"name": "CVE-2024-49950",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49950"
},
{
"name": "CVE-2024-49953",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49953"
},
{
"name": "CVE-2024-49954",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49954"
},
{
"name": "CVE-2024-49955",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49955"
},
{
"name": "CVE-2024-49957",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49957"
},
{
"name": "CVE-2024-49958",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49958"
},
{
"name": "CVE-2024-49959",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49959"
},
{
"name": "CVE-2024-49960",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49960"
},
{
"name": "CVE-2024-49961",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49961"
},
{
"name": "CVE-2024-49962",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49962"
},
{
"name": "CVE-2024-49963",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49963"
},
{
"name": "CVE-2024-49965",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49965"
},
{
"name": "CVE-2024-49966",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49966"
},
{
"name": "CVE-2024-49969",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49969"
},
{
"name": "CVE-2024-49972",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49972"
},
{
"name": "CVE-2024-49973",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49973"
},
{
"name": "CVE-2024-49974",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49974"
},
{
"name": "CVE-2024-49975",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49975"
},
{
"name": "CVE-2024-49981",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49981"
},
{
"name": "CVE-2024-49982",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49982"
},
{
"name": "CVE-2024-49985",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49985"
},
{
"name": "CVE-2024-49986",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49986"
},
{
"name": "CVE-2024-49991",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49991"
},
{
"name": "CVE-2024-49995",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49995"
},
{
"name": "CVE-2024-49996",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49996"
},
{
"name": "CVE-2024-50000",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50000"
},
{
"name": "CVE-2024-50001",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50001"
},
{
"name": "CVE-2024-50002",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50002"
},
{
"name": "CVE-2024-50006",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50006"
},
{
"name": "CVE-2024-50007",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50007"
},
{
"name": "CVE-2024-50008",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50008"
},
{
"name": "CVE-2024-50013",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50013"
},
{
"name": "CVE-2024-50014",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50014"
},
{
"name": "CVE-2024-50015",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50015"
},
{
"name": "CVE-2024-50017",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50017"
},
{
"name": "CVE-2024-50019",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50019"
},
{
"name": "CVE-2024-50020",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50020"
},
{
"name": "CVE-2024-50021",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50021"
},
{
"name": "CVE-2024-50022",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50022"
},
{
"name": "CVE-2024-50023",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50023"
},
{
"name": "CVE-2024-50024",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50024"
},
{
"name": "CVE-2024-50025",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50025"
},
{
"name": "CVE-2024-50027",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50027"
},
{
"name": "CVE-2024-50028",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50028"
},
{
"name": "CVE-2024-50031",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50031"
},
{
"name": "CVE-2024-50033",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50033"
},
{
"name": "CVE-2024-50035",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50035"
},
{
"name": "CVE-2024-50040",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50040"
},
{
"name": "CVE-2024-50041",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50041"
},
{
"name": "CVE-2024-50042",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50042"
},
{
"name": "CVE-2024-50044",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50044"
},
{
"name": "CVE-2024-50045",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50045"
},
{
"name": "CVE-2024-50046",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50046"
},
{
"name": "CVE-2024-50047",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50047"
},
{
"name": "CVE-2024-50048",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50048"
},
{
"name": "CVE-2024-50049",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50049"
},
{
"name": "CVE-2024-50055",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50055"
},
{
"name": "CVE-2024-50058",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50058"
},
{
"name": "CVE-2024-50059",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50059"
},
{
"name": "CVE-2024-50060",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50060"
},
{
"name": "CVE-2024-50061",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50061"
},
{
"name": "CVE-2024-50062",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50062"
},
{
"name": "CVE-2024-50063",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50063"
},
{
"name": "CVE-2024-50064",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50064"
},
{
"name": "CVE-2024-50069",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50069"
},
{
"name": "CVE-2024-50073",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50073"
},
{
"name": "CVE-2024-50074",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50074"
},
{
"name": "CVE-2024-50075",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50075"
},
{
"name": "CVE-2024-50076",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50076"
},
{
"name": "CVE-2024-50077",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50077"
},
{
"name": "CVE-2024-50078",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50078"
},
{
"name": "CVE-2024-50080",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50080"
},
{
"name": "CVE-2024-50081",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50081"
},
{
"name": "CVE-2024-50012",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50012"
},
{
"name": "CVE-2024-50036",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50036"
},
{
"name": "CVE-2024-50067",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50067"
},
{
"name": "CVE-2024-50072",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50072"
},
{
"name": "CVE-2024-50126",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50126"
},
{
"name": "CVE-2024-50215",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50215"
},
{
"name": "CVE-2024-50218",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50218"
},
{
"name": "CVE-2024-50229",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50229"
},
{
"name": "CVE-2024-50230",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50230"
},
{
"name": "CVE-2024-50232",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50232"
},
{
"name": "CVE-2024-50233",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50233"
},
{
"name": "CVE-2024-50234",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50234"
},
{
"name": "CVE-2024-50235",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50235"
},
{
"name": "CVE-2024-50236",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50236"
},
{
"name": "CVE-2024-50237",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50237"
},
{
"name": "CVE-2024-50242",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50242"
},
{
"name": "CVE-2024-50243",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50243"
},
{
"name": "CVE-2024-50244",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50244"
},
{
"name": "CVE-2024-50245",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50245"
},
{
"name": "CVE-2024-50247",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50247"
},
{
"name": "CVE-2024-50249",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50249"
},
{
"name": "CVE-2024-50250",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50250"
},
{
"name": "CVE-2024-50251",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50251"
},
{
"name": "CVE-2024-50252",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50252"
},
{
"name": "CVE-2024-50255",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50255"
},
{
"name": "CVE-2024-50256",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50256"
},
{
"name": "CVE-2024-50257",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50257"
},
{
"name": "CVE-2024-50259",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50259"
},
{
"name": "CVE-2024-50261",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50261"
},
{
"name": "CVE-2024-50262",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50262"
},
{
"name": "CVE-2024-50265",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50265"
},
{
"name": "CVE-2024-50267",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50267"
},
{
"name": "CVE-2024-50268",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50268"
},
{
"name": "CVE-2024-50269",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50269"
},
{
"name": "CVE-2024-50271",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50271"
},
{
"name": "CVE-2024-50272",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50272"
},
{
"name": "CVE-2024-50273",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50273"
},
{
"name": "CVE-2024-50276",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50276"
},
{
"name": "CVE-2024-50278",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50278"
},
{
"name": "CVE-2024-50279",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50279"
},
{
"name": "CVE-2024-50280",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50280"
},
{
"name": "CVE-2024-50282",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50282"
},
{
"name": "CVE-2024-50283",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50283"
},
{
"name": "CVE-2024-50284",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50284"
},
{
"name": "CVE-2024-50286",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50286"
},
{
"name": "CVE-2024-50287",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50287"
},
{
"name": "CVE-2024-50290",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50290"
},
{
"name": "CVE-2024-50292",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50292"
},
{
"name": "CVE-2024-50295",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50295"
},
{
"name": "CVE-2024-50296",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50296"
},
{
"name": "CVE-2024-50299",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50299"
},
{
"name": "CVE-2024-50301",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50301"
},
{
"name": "CVE-2024-50302",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50302"
},
{
"name": "CVE-2024-53042",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53042"
},
{
"name": "CVE-2024-53043",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53043"
},
{
"name": "CVE-2024-53052",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53052"
},
{
"name": "CVE-2024-53055",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53055"
},
{
"name": "CVE-2024-53058",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53058"
},
{
"name": "CVE-2024-53059",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53059"
},
{
"name": "CVE-2024-53061",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53061"
},
{
"name": "CVE-2024-53063",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53063"
},
{
"name": "CVE-2024-53066",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53066"
},
{
"name": "CVE-2024-53072",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53072"
},
{
"name": "CVE-2024-53081",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53081"
},
{
"name": "CVE-2024-53082",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53082"
},
{
"name": "CVE-2024-53088",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53088"
},
{
"name": "CVE-2024-53093",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53093"
},
{
"name": "CVE-2024-50226",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50226"
},
{
"name": "CVE-2024-49925",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49925"
},
{
"name": "CVE-2024-49945",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49945"
},
{
"name": "CVE-2024-50208",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50208"
},
{
"name": "CVE-2024-50082",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50082"
},
{
"name": "CVE-2024-50099",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50099"
},
{
"name": "CVE-2024-50110",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50110"
},
{
"name": "CVE-2024-50142",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50142"
},
{
"name": "CVE-2024-50192",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50192"
},
{
"name": "CVE-2024-47679",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47679"
},
{
"name": "CVE-2024-47690",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47690"
},
{
"name": "CVE-2024-47701",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47701"
},
{
"name": "CVE-2024-47734",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47734"
},
{
"name": "CVE-2024-47740",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47740"
},
{
"name": "CVE-2024-49856",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49856"
},
{
"name": "CVE-2024-49868",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49868"
},
{
"name": "CVE-2024-49884",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49884"
},
{
"name": "CVE-2024-49889",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49889"
},
{
"name": "CVE-2024-49905",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49905"
},
{
"name": "CVE-2024-49915",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49915"
},
{
"name": "CVE-2024-49924",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49924"
},
{
"name": "CVE-2024-49927",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49927"
},
{
"name": "CVE-2024-49944",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49944"
},
{
"name": "CVE-2024-49948",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49948"
},
{
"name": "CVE-2024-49952",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49952"
},
{
"name": "CVE-2024-49977",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49977"
},
{
"name": "CVE-2024-49983",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49983"
},
{
"name": "CVE-2024-49997",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49997"
},
{
"name": "CVE-2024-50003",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50003"
},
{
"name": "CVE-2024-50038",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50038"
},
{
"name": "CVE-2024-50039",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50039"
},
{
"name": "CVE-2024-50093",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50093"
},
{
"name": "CVE-2024-50095",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50095"
},
{
"name": "CVE-2024-50096",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50096"
},
{
"name": "CVE-2024-50179",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50179"
},
{
"name": "CVE-2024-50180",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50180"
},
{
"name": "CVE-2024-50181",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50181"
},
{
"name": "CVE-2024-50184",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50184"
},
{
"name": "CVE-2024-50186",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50186"
},
{
"name": "CVE-2024-50188",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50188"
},
{
"name": "CVE-2024-50189",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50189"
},
{
"name": "CVE-2024-50191",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50191"
},
{
"name": "CVE-2024-47703",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47703"
},
{
"name": "CVE-2024-49934",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49934"
},
{
"name": "CVE-2024-49968",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49968"
},
{
"name": "CVE-2024-49976",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49976"
},
{
"name": "CVE-2024-49987",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49987"
},
{
"name": "CVE-2024-49989",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49989"
},
{
"name": "CVE-2024-50009",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50009"
},
{
"name": "CVE-2024-50026",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50026"
},
{
"name": "CVE-2024-50084",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50084"
},
{
"name": "CVE-2024-50087",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50087"
},
{
"name": "CVE-2024-50088",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50088"
},
{
"name": "CVE-2024-50098",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50098"
},
{
"name": "CVE-2024-50100",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50100"
},
{
"name": "CVE-2024-50101",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50101"
},
{
"name": "CVE-2024-50102",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50102"
},
{
"name": "CVE-2024-50103",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50103"
},
{
"name": "CVE-2024-50108",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50108"
},
{
"name": "CVE-2024-50115",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50115"
},
{
"name": "CVE-2024-50116",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50116"
},
{
"name": "CVE-2024-50117",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50117"
},
{
"name": "CVE-2024-50121",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50121"
},
{
"name": "CVE-2024-50124",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50124"
},
{
"name": "CVE-2024-50125",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50125"
},
{
"name": "CVE-2024-50127",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50127"
},
{
"name": "CVE-2024-50128",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50128"
},
{
"name": "CVE-2024-50130",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50130"
},
{
"name": "CVE-2024-50131",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50131"
},
{
"name": "CVE-2024-50134",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50134"
},
{
"name": "CVE-2024-50135",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50135"
},
{
"name": "CVE-2024-50136",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50136"
},
{
"name": "CVE-2024-50138",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50138"
},
{
"name": "CVE-2024-50139",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50139"
},
{
"name": "CVE-2024-50141",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50141"
},
{
"name": "CVE-2024-50145",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50145"
},
{
"name": "CVE-2024-50146",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50146"
},
{
"name": "CVE-2024-50147",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50147"
},
{
"name": "CVE-2024-50148",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50148"
},
{
"name": "CVE-2024-50150",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50150"
},
{
"name": "CVE-2024-50153",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50153"
},
{
"name": "CVE-2024-50154",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50154"
},
{
"name": "CVE-2024-50155",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50155"
},
{
"name": "CVE-2024-50156",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50156"
},
{
"name": "CVE-2024-50157",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50157"
},
{
"name": "CVE-2024-50158",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50158"
},
{
"name": "CVE-2024-50159",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50159"
},
{
"name": "CVE-2024-50160",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50160"
},
{
"name": "CVE-2024-50166",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50166"
},
{
"name": "CVE-2024-50167",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50167"
},
{
"name": "CVE-2024-50169",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50169"
},
{
"name": "CVE-2024-50171",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50171"
},
{
"name": "CVE-2024-50172",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50172"
},
{
"name": "CVE-2024-50175",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50175"
},
{
"name": "CVE-2024-50176",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50176"
},
{
"name": "CVE-2024-50177",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50177"
},
{
"name": "CVE-2024-50182",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50182"
},
{
"name": "CVE-2024-50183",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50183"
},
{
"name": "CVE-2024-50187",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50187"
},
{
"name": "CVE-2024-50194",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50194"
},
{
"name": "CVE-2024-50195",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50195"
},
{
"name": "CVE-2024-50196",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50196"
},
{
"name": "CVE-2024-50198",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50198"
},
{
"name": "CVE-2024-50200",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50200"
},
{
"name": "CVE-2024-50201",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50201"
},
{
"name": "CVE-2024-50205",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50205"
},
{
"name": "CVE-2024-50209",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50209"
},
{
"name": "CVE-2024-50216",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50216"
},
{
"name": "CVE-2024-50221",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50221"
},
{
"name": "CVE-2024-50224",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50224"
},
{
"name": "CVE-2024-50225",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50225"
},
{
"name": "CVE-2024-50231",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50231"
},
{
"name": "CVE-2024-50240",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50240"
},
{
"name": "CVE-2024-50246",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50246"
},
{
"name": "CVE-2024-50248",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50248"
},
{
"name": "CVE-2024-50274",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50274"
},
{
"name": "CVE-2024-50275",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50275"
},
{
"name": "CVE-2024-50289",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50289"
},
{
"name": "CVE-2024-50298",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50298"
},
{
"name": "CVE-2024-53045",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53045"
},
{
"name": "CVE-2024-53048",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53048"
},
{
"name": "CVE-2024-53056",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53056"
},
{
"name": "CVE-2024-53068",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53068"
},
{
"name": "CVE-2024-53074",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53074"
},
{
"name": "CVE-2024-53076",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53076"
},
{
"name": "CVE-2024-53079",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53079"
},
{
"name": "CVE-2024-53085",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53085"
},
{
"name": "CVE-2024-53094",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53094"
},
{
"name": "CVE-2024-53095",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53095"
},
{
"name": "CVE-2024-53100",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53100"
},
{
"name": "CVE-2024-53101",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53101"
},
{
"name": "CVE-2024-53104",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53104"
},
{
"name": "CVE-2024-53106",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53106"
},
{
"name": "CVE-2024-53108",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53108"
},
{
"name": "CVE-2024-53110",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53110"
},
{
"name": "CVE-2024-53112",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53112"
},
{
"name": "CVE-2024-53114",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53114"
},
{
"name": "CVE-2024-53121",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53121"
},
{
"name": "CVE-2024-53138",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53138"
},
{
"name": "CVE-2024-53142",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53142"
},
{
"name": "CVE-2024-47678",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47678"
},
{
"name": "CVE-2024-49859",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49859"
},
{
"name": "CVE-2024-49978",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49978"
},
{
"name": "CVE-2024-49992",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49992"
},
{
"name": "CVE-2024-50010",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50010"
},
{
"name": "CVE-2024-50083",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50083"
},
{
"name": "CVE-2024-50085",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50085"
},
{
"name": "CVE-2024-50086",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50086"
},
{
"name": "CVE-2024-50133",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50133"
},
{
"name": "CVE-2024-50143",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50143"
},
{
"name": "CVE-2024-50151",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50151"
},
{
"name": "CVE-2024-50162",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50162"
},
{
"name": "CVE-2024-50163",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50163"
},
{
"name": "CVE-2024-50168",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50168"
},
{
"name": "CVE-2024-50185",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50185"
},
{
"name": "CVE-2024-50193",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50193"
},
{
"name": "CVE-2024-50199",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50199"
},
{
"name": "CVE-2024-50202",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50202"
},
{
"name": "CVE-2024-53097",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53097"
},
{
"name": "CVE-2024-53103",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53103"
},
{
"name": "CVE-2024-53113",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53113"
},
{
"name": "CVE-2024-53119",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53119"
},
{
"name": "CVE-2024-53120",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53120"
},
{
"name": "CVE-2024-53122",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53122"
},
{
"name": "CVE-2024-53123",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53123"
},
{
"name": "CVE-2024-53127",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53127"
},
{
"name": "CVE-2024-53129",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53129"
},
{
"name": "CVE-2024-53130",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53130"
},
{
"name": "CVE-2024-53131",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53131"
},
{
"name": "CVE-2024-53135",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53135"
},
{
"name": "CVE-2024-53140",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53140"
},
{
"name": "CVE-2024-53144",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53144"
},
{
"name": "CVE-2024-50016",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50016"
},
{
"name": "CVE-2024-50203",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50203"
},
{
"name": "CVE-2024-50211",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50211"
},
{
"name": "CVE-2024-53064",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53064"
},
{
"name": "CVE-2024-53090",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53090"
},
{
"name": "CVE-2024-53099",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53099"
},
{
"name": "CVE-2024-53105",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53105"
},
{
"name": "CVE-2024-53111",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53111"
},
{
"name": "CVE-2024-53117",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53117"
},
{
"name": "CVE-2024-53118",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53118"
},
{
"name": "CVE-2024-53125",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53125"
},
{
"name": "CVE-2024-53126",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53126"
},
{
"name": "CVE-2024-53133",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53133"
},
{
"name": "CVE-2024-53134",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53134"
},
{
"name": "CVE-2024-53141",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53141"
},
{
"name": "CVE-2024-53146",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53146"
},
{
"name": "CVE-2024-53148",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53148"
},
{
"name": "CVE-2024-53150",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53150"
},
{
"name": "CVE-2024-53151",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53151"
},
{
"name": "CVE-2024-53154",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53154"
},
{
"name": "CVE-2024-53155",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53155"
},
{
"name": "CVE-2024-53156",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53156"
},
{
"name": "CVE-2024-53157",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53157"
},
{
"name": "CVE-2024-53158",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53158"
},
{
"name": "CVE-2024-53160",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53160"
},
{
"name": "CVE-2024-53161",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53161"
},
{
"name": "CVE-2024-53162",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53162"
},
{
"name": "CVE-2024-53166",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53166"
},
{
"name": "CVE-2024-53169",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53169"
},
{
"name": "CVE-2024-53171",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53171"
},
{
"name": "CVE-2024-53173",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53173"
},
{
"name": "CVE-2024-53174",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53174"
},
{
"name": "CVE-2024-53180",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53180"
},
{
"name": "CVE-2024-53188",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53188"
},
{
"name": "CVE-2024-53190",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53190"
},
{
"name": "CVE-2024-53191",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53191"
},
{
"name": "CVE-2024-53200",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53200"
},
{
"name": "CVE-2024-53201",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53201"
},
{
"name": "CVE-2024-53202",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53202"
},
{
"name": "CVE-2024-53208",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53208"
},
{
"name": "CVE-2024-53209",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53209"
},
{
"name": "CVE-2024-53210",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53210"
},
{
"name": "CVE-2024-53213",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53213"
},
{
"name": "CVE-2024-53214",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53214"
},
{
"name": "CVE-2024-53215",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53215"
},
{
"name": "CVE-2024-53216",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53216"
},
{
"name": "CVE-2024-53217",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53217"
},
{
"name": "CVE-2024-53224",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53224"
},
{
"name": "CVE-2024-53229",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53229"
},
{
"name": "CVE-2024-53234",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53234"
},
{
"name": "CVE-2024-53237",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53237"
},
{
"name": "CVE-2024-56536",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56536"
},
{
"name": "CVE-2024-56539",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56539"
},
{
"name": "CVE-2024-56549",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56549"
},
{
"name": "CVE-2024-56752",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56752"
},
{
"name": "CVE-2024-56754",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56754"
},
{
"name": "CVE-2024-56755",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56755"
},
{
"name": "CVE-2024-56756",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56756"
},
{
"name": "CVE-2024-53239",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53239"
},
{
"name": "CVE-2024-56548",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56548"
},
{
"name": "CVE-2024-56704",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56704"
},
{
"name": "CVE-2024-49951",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49951"
},
{
"name": "CVE-2024-49998",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49998"
},
{
"name": "CVE-2024-50106",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50106"
},
{
"name": "CVE-2024-53091",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53091"
},
{
"name": "CVE-2024-53168",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53168"
},
{
"name": "CVE-2024-53170",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53170"
},
{
"name": "CVE-2024-53172",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53172"
},
{
"name": "CVE-2024-53175",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53175"
},
{
"name": "CVE-2024-53194",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53194"
},
{
"name": "CVE-2024-53195",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53195"
},
{
"name": "CVE-2024-53196",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53196"
},
{
"name": "CVE-2024-53197",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53197"
},
{
"name": "CVE-2024-53198",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53198"
},
{
"name": "CVE-2024-53227",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53227"
},
{
"name": "CVE-2024-53230",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53230"
},
{
"name": "CVE-2024-53231",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53231"
},
{
"name": "CVE-2024-53232",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53232"
},
{
"name": "CVE-2024-53233",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53233"
},
{
"name": "CVE-2024-53236",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53236"
},
{
"name": "CVE-2024-56531",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56531"
},
{
"name": "CVE-2024-56532",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56532"
},
{
"name": "CVE-2024-56533",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56533"
},
{
"name": "CVE-2024-56538",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56538"
},
{
"name": "CVE-2024-56543",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56543"
},
{
"name": "CVE-2024-56546",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56546"
},
{
"name": "CVE-2024-53164",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53164"
},
{
"name": "CVE-2024-56672",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56672"
},
{
"name": "CVE-2024-56677",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56677"
},
{
"name": "CVE-2024-56678",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56678"
},
{
"name": "CVE-2024-56681",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56681"
},
{
"name": "CVE-2024-56683",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56683"
},
{
"name": "CVE-2024-56687",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56687"
},
{
"name": "CVE-2024-56688",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56688"
},
{
"name": "CVE-2024-56690",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56690"
},
{
"name": "CVE-2024-56691",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56691"
},
{
"name": "CVE-2024-56694",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56694"
},
{
"name": "CVE-2024-56698",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56698"
},
{
"name": "CVE-2024-56700",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56700"
},
{
"name": "CVE-2024-56701",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56701"
},
{
"name": "CVE-2024-56705",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56705"
},
{
"name": "CVE-2024-56708",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56708"
},
{
"name": "CVE-2024-56722",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56722"
},
{
"name": "CVE-2024-56723",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56723"
},
{
"name": "CVE-2024-56724",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56724"
},
{
"name": "CVE-2024-56729",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56729"
},
{
"name": "CVE-2024-56739",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56739"
},
{
"name": "CVE-2024-56741",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56741"
},
{
"name": "CVE-2024-56745",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56745"
},
{
"name": "CVE-2024-56746",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56746"
},
{
"name": "CVE-2024-56747",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56747"
},
{
"name": "CVE-2024-56748",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56748"
},
{
"name": "CVE-2024-53047",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53047"
},
{
"name": "CVE-2024-50258",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50258"
},
{
"name": "CVE-2024-50304",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50304"
},
{
"name": "CVE-2024-53187",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53187"
},
{
"name": "CVE-2024-53203",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53203"
},
{
"name": "CVE-2024-56658",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56658"
},
{
"name": "CVE-2024-56679",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56679"
},
{
"name": "CVE-2024-56693",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56693"
},
{
"name": "CVE-2024-56707",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56707"
},
{
"name": "CVE-2024-56725",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56725"
},
{
"name": "CVE-2024-56726",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56726"
},
{
"name": "CVE-2024-56727",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56727"
},
{
"name": "CVE-2024-56728",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56728"
},
{
"name": "CVE-2024-49994",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49994"
},
{
"name": "CVE-2024-50164",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50164"
},
{
"name": "CVE-2024-53124",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53124"
},
{
"name": "CVE-2024-53128",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53128"
},
{
"name": "CVE-2024-56703",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56703"
},
{
"name": "CVE-2024-53177",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53177"
},
{
"name": "CVE-2022-49034",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49034"
},
{
"name": "CVE-2024-46869",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46869"
},
{
"name": "CVE-2024-47676",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47676"
},
{
"name": "CVE-2024-47677",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47677"
},
{
"name": "CVE-2024-47680",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47680"
},
{
"name": "CVE-2024-47689",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47689"
},
{
"name": "CVE-2024-47691",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47691"
},
{
"name": "CVE-2024-47694",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47694"
},
{
"name": "CVE-2024-47700",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47700"
},
{
"name": "CVE-2024-47708",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47708"
},
{
"name": "CVE-2024-47711",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47711"
},
{
"name": "CVE-2024-47716",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47716"
},
{
"name": "CVE-2024-47717",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47717"
},
{
"name": "CVE-2024-47721",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47721"
},
{
"name": "CVE-2024-47724",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47724"
},
{
"name": "CVE-2024-47726",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47726"
},
{
"name": "CVE-2024-47733",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47733"
},
{
"name": "CVE-2024-47736",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47736"
},
{
"name": "CVE-2024-47746",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47746"
},
{
"name": "CVE-2024-49857",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49857"
},
{
"name": "CVE-2024-49865",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49865"
},
{
"name": "CVE-2024-49869",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49869"
},
{
"name": "CVE-2024-49872",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49872"
},
{
"name": "CVE-2024-49873",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49873"
},
{
"name": "CVE-2024-49876",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49876"
},
{
"name": "CVE-2024-49880",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49880"
},
{
"name": "CVE-2024-49885",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49885"
},
{
"name": "CVE-2024-49887",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49887"
},
{
"name": "CVE-2024-49926",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49926"
},
{
"name": "CVE-2024-49932",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49932"
},
{
"name": "CVE-2024-49940",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49940"
},
{
"name": "CVE-2024-49941",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49941"
},
{
"name": "CVE-2024-49942",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49942"
},
{
"name": "CVE-2024-49943",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49943"
},
{
"name": "CVE-2024-49956",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49956"
},
{
"name": "CVE-2024-49964",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49964"
},
{
"name": "CVE-2024-49970",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49970"
},
{
"name": "CVE-2024-49971",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49971"
},
{
"name": "CVE-2024-49979",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49979"
},
{
"name": "CVE-2024-49980",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49980"
},
{
"name": "CVE-2024-49988",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49988"
},
{
"name": "CVE-2024-49999",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49999"
},
{
"name": "CVE-2024-50005",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50005"
},
{
"name": "CVE-2024-50029",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50029"
},
{
"name": "CVE-2024-50030",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50030"
},
{
"name": "CVE-2024-50034",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50034"
},
{
"name": "CVE-2024-50037",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50037"
},
{
"name": "CVE-2024-50043",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50043"
},
{
"name": "CVE-2024-50056",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50056"
},
{
"name": "CVE-2024-50057",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50057"
},
{
"name": "CVE-2024-50065",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50065"
},
{
"name": "CVE-2024-50066",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50066"
},
{
"name": "CVE-2024-50068",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50068"
},
{
"name": "CVE-2024-50070",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50070"
},
{
"name": "CVE-2024-50071",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50071"
},
{
"name": "CVE-2024-50079",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50079"
},
{
"name": "CVE-2024-50090",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50090"
},
{
"name": "CVE-2024-50091",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50091"
},
{
"name": "CVE-2024-50092",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50092"
},
{
"name": "CVE-2024-50094",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50094"
},
{
"name": "CVE-2024-50104",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50104"
},
{
"name": "CVE-2024-50105",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50105"
},
{
"name": "CVE-2024-50107",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50107"
},
{
"name": "CVE-2024-50109",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50109"
},
{
"name": "CVE-2024-50111",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50111"
},
{
"name": "CVE-2024-50112",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50112"
},
{
"name": "CVE-2024-50113",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50113"
},
{
"name": "CVE-2024-50114",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50114"
},
{
"name": "CVE-2024-50118",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50118"
},
{
"name": "CVE-2024-50119",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50119"
},
{
"name": "CVE-2024-50120",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50120"
},
{
"name": "CVE-2024-50122",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50122"
},
{
"name": "CVE-2024-50123",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50123"
},
{
"name": "CVE-2024-50129",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50129"
},
{
"name": "CVE-2024-50132",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50132"
},
{
"name": "CVE-2024-50137",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50137"
},
{
"name": "CVE-2024-50140",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50140"
},
{
"name": "CVE-2024-50144",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50144"
},
{
"name": "CVE-2024-50149",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50149"
},
{
"name": "CVE-2024-50152",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50152"
},
{
"name": "CVE-2024-50161",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50161"
},
{
"name": "CVE-2024-50165",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50165"
},
{
"name": "CVE-2024-50170",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50170"
},
{
"name": "CVE-2024-50173",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50173"
},
{
"name": "CVE-2024-50174",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50174"
},
{
"name": "CVE-2024-50178",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50178"
},
{
"name": "CVE-2024-50190",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50190"
},
{
"name": "CVE-2024-50197",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50197"
},
{
"name": "CVE-2024-50204",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50204"
},
{
"name": "CVE-2024-50206",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50206"
},
{
"name": "CVE-2024-50207",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50207"
},
{
"name": "CVE-2024-50212",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50212"
},
{
"name": "CVE-2024-50213",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50213"
},
{
"name": "CVE-2024-50214",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50214"
},
{
"name": "CVE-2024-50217",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50217"
},
{
"name": "CVE-2024-50220",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50220"
},
{
"name": "CVE-2024-50222",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50222"
},
{
"name": "CVE-2024-50223",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50223"
},
{
"name": "CVE-2024-50227",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50227"
},
{
"name": "CVE-2024-50238",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50238"
},
{
"name": "CVE-2024-50239",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50239"
},
{
"name": "CVE-2024-50253",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50253"
},
{
"name": "CVE-2024-50254",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50254"
},
{
"name": "CVE-2024-50260",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50260"
},
{
"name": "CVE-2024-50263",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50263"
},
{
"name": "CVE-2024-50266",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50266"
},
{
"name": "CVE-2024-50270",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50270"
},
{
"name": "CVE-2024-50277",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50277"
},
{
"name": "CVE-2024-50281",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50281"
},
{
"name": "CVE-2024-50285",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50285"
},
{
"name": "CVE-2024-50288",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50288"
},
{
"name": "CVE-2024-50291",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50291"
},
{
"name": "CVE-2024-50293",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50293"
},
{
"name": "CVE-2024-50294",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50294"
},
{
"name": "CVE-2024-50297",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50297"
},
{
"name": "CVE-2024-50300",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50300"
},
{
"name": "CVE-2024-50303",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50303"
},
{
"name": "CVE-2024-53044",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53044"
},
{
"name": "CVE-2024-53046",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53046"
},
{
"name": "CVE-2024-53049",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53049"
},
{
"name": "CVE-2024-53053",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53053"
},
{
"name": "CVE-2024-53062",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53062"
},
{
"name": "CVE-2024-53065",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53065"
},
{
"name": "CVE-2024-53067",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53067"
},
{
"name": "CVE-2024-53069",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53069"
},
{
"name": "CVE-2024-53071",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53071"
},
{
"name": "CVE-2024-53075",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53075"
},
{
"name": "CVE-2024-53077",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53077"
},
{
"name": "CVE-2024-53078",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53078"
},
{
"name": "CVE-2024-53080",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53080"
},
{
"name": "CVE-2024-53083",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53083"
},
{
"name": "CVE-2024-53084",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53084"
},
{
"name": "CVE-2024-53086",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53086"
},
{
"name": "CVE-2024-53087",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53087"
},
{
"name": "CVE-2024-53089",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53089"
},
{
"name": "CVE-2024-53092",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53092"
},
{
"name": "CVE-2024-53098",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53098"
},
{
"name": "CVE-2024-53107",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53107"
},
{
"name": "CVE-2024-53109",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53109"
},
{
"name": "CVE-2024-53115",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53115"
},
{
"name": "CVE-2024-53116",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53116"
},
{
"name": "CVE-2024-53132",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53132"
},
{
"name": "CVE-2024-53137",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53137"
},
{
"name": "CVE-2024-53139",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53139"
},
{
"name": "CVE-2024-53143",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53143"
},
{
"name": "CVE-2024-53145",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53145"
},
{
"name": "CVE-2024-53147",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53147"
},
{
"name": "CVE-2024-53149",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53149"
},
{
"name": "CVE-2024-53152",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53152"
},
{
"name": "CVE-2024-53153",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53153"
},
{
"name": "CVE-2024-53163",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53163"
},
{
"name": "CVE-2024-53165",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53165"
},
{
"name": "CVE-2024-53167",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53167"
},
{
"name": "CVE-2024-53176",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53176"
},
{
"name": "CVE-2024-53178",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53178"
},
{
"name": "CVE-2024-53181",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53181"
},
{
"name": "CVE-2024-53183",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53183"
},
{
"name": "CVE-2024-53184",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53184"
},
{
"name": "CVE-2024-53189",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53189"
},
{
"name": "CVE-2024-53192",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53192"
},
{
"name": "CVE-2024-53193",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53193"
},
{
"name": "CVE-2024-53199",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53199"
},
{
"name": "CVE-2024-53212",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53212"
},
{
"name": "CVE-2024-53218",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53218"
},
{
"name": "CVE-2024-53219",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53219"
},
{
"name": "CVE-2024-53220",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53220"
},
{
"name": "CVE-2024-53221",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53221"
},
{
"name": "CVE-2024-53223",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53223"
},
{
"name": "CVE-2024-53226",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53226"
},
{
"name": "CVE-2024-53228",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53228"
},
{
"name": "CVE-2024-56534",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56534"
},
{
"name": "CVE-2024-56535",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56535"
},
{
"name": "CVE-2024-56537",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56537"
},
{
"name": "CVE-2024-56540",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56540"
},
{
"name": "CVE-2024-56541",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56541"
},
{
"name": "CVE-2024-56544",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56544"
},
{
"name": "CVE-2024-56545",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56545"
},
{
"name": "CVE-2024-56674",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56674"
},
{
"name": "CVE-2024-56680",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56680"
},
{
"name": "CVE-2024-56684",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56684"
},
{
"name": "CVE-2024-56685",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56685"
},
{
"name": "CVE-2024-56689",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56689"
},
{
"name": "CVE-2024-56692",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56692"
},
{
"name": "CVE-2024-56696",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56696"
},
{
"name": "CVE-2024-56697",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56697"
},
{
"name": "CVE-2024-56699",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56699"
},
{
"name": "CVE-2024-56702",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56702"
},
{
"name": "CVE-2024-56720",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56720"
},
{
"name": "CVE-2024-56721",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56721"
},
{
"name": "CVE-2024-56742",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56742"
},
{
"name": "CVE-2024-56744",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56744"
},
{
"name": "CVE-2024-56749",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56749"
},
{
"name": "CVE-2024-56751",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56751"
},
{
"name": "CVE-2025-0927",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0927"
},
{
"name": "CVE-2024-56542",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56542"
}
],
"links": [],
"reference": "CERTFR-2025-AVI-0185",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-03-07T00:00:00.000000"
}
],
"risks": [
{
"description": "Ex\u00e9cution de code arbitraire"
},
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
},
{
"description": "D\u00e9ni de service"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans le noyau Linux d\u0027Ubuntu. Elles permettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire, un d\u00e9ni de service et un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans le noyau Linux d\u0027Ubuntu",
"vendor_advisories": [
{
"published_at": "2025-03-05",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7327-1",
"url": "https://ubuntu.com/security/notices/USN-7327-1"
},
{
"published_at": "2025-03-05",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7325-1",
"url": "https://ubuntu.com/security/notices/USN-7325-1"
},
{
"published_at": "2025-03-05",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7324-1",
"url": "https://ubuntu.com/security/notices/USN-7324-1"
},
{
"published_at": "2025-03-05",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7328-1",
"url": "https://ubuntu.com/security/notices/USN-7328-1"
},
{
"published_at": "2025-03-03",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7294-4",
"url": "https://ubuntu.com/security/notices/USN-7294-4"
},
{
"published_at": "2025-03-05",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7323-1",
"url": "https://ubuntu.com/security/notices/USN-7323-1"
},
{
"published_at": "2025-03-05",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7332-1",
"url": "https://ubuntu.com/security/notices/USN-7332-1"
},
{
"published_at": "2025-03-03",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7303-3",
"url": "https://ubuntu.com/security/notices/USN-7303-3"
},
{
"published_at": "2025-02-28",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7311-1",
"url": "https://ubuntu.com/security/notices/USN-7311-1"
},
{
"published_at": "2025-03-05",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7322-1",
"url": "https://ubuntu.com/security/notices/USN-7322-1"
},
{
"published_at": "2025-03-06",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7323-2",
"url": "https://ubuntu.com/security/notices/USN-7323-2"
},
{
"published_at": "2025-03-05",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7333-1",
"url": "https://ubuntu.com/security/notices/USN-7333-1"
},
{
"published_at": "2025-02-28",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7303-2",
"url": "https://ubuntu.com/security/notices/USN-7303-2"
},
{
"published_at": "2025-03-05",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7329-1",
"url": "https://ubuntu.com/security/notices/USN-7329-1"
},
{
"published_at": "2025-02-28",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7310-1",
"url": "https://ubuntu.com/security/notices/USN-7310-1"
},
{
"published_at": "2025-03-05",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7331-1",
"url": "https://ubuntu.com/security/notices/USN-7331-1"
},
{
"published_at": "2025-03-05",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7326-1",
"url": "https://ubuntu.com/security/notices/USN-7326-1"
},
{
"published_at": "2025-02-28",
"title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7294-3",
"url": "https://ubuntu.com/security/notices/USN-7294-3"
}
]
}
CERTFR-2026-AVI-1028
Vulnerability from certfr_avis - Published: 2026-08-14 - Updated: 2026-08-14
De multiples vulnérabilités ont été découvertes dans le noyau Linux de Red Hat. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire, une élévation de privilèges et un déni de service à distance.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| Red Hat | N/A | Red Hat Enterprise Linux for x86_64 10 x86_64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for Power, little endian - Extended Update Support 9.6 ppc64le | ||
| Red Hat | N/A | Red Hat Enterprise Linux for x86_64 9 x86_64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for Power, little endian - Extended Life Cycle 9.2 ppc64le | ||
| Red Hat | N/A | Red Hat Enterprise Linux for Power, little endian 9 ppc64le | ||
| Red Hat | N/A | Red Hat Enterprise Linux for x86_64 - Extended Life Cycle Long Life 8.8 x86_64 | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for IBM z Systems - Extended Update Support 9.8 s390x | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for ARM 64 10 aarch64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for x86_64 - Extended Life Cycle 9.4 x86_64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 9.8 ppc64le | ||
| Red Hat | N/A | Red Hat Enterprise Linux for Power, little endian 10 ppc64le | ||
| Red Hat | N/A | Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 9.4 ppc64le | ||
| Red Hat | N/A | Red Hat Enterprise Linux for IBM z Systems - Extended Life Cycle 9.2 s390x | ||
| Red Hat | N/A | Red Hat Enterprise Linux for x86_64 - Extended Life Cycle 9.6 x86_64 | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for Power, little endian - Extended Update Support 9.8 ppc64le | ||
| Red Hat | N/A | Red Hat Enterprise Linux for ARM 64 - Extended Life Cycle 9.6 aarch64 | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for IBM z Systems 10 s390x | ||
| Red Hat | N/A | Red Hat Enterprise Linux Server - AUS 9.6 x86_64 | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for ARM 64 - Extended Update Support 10.2 aarch64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for ARM 64 - Extended Life Cycle 9.2 aarch64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for x86_64 - Extended Update Support 9.6 x86_64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for x86_64 - Extended Update Support 10.2 x86_64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for x86_64 - 4 years of updates 10.2 x86_64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 9.4 x86_64 | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for ARM 64 - Extended Update Support 9.6 aarch64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for ARM 64 - Extended Update Support 10.2 aarch64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for ARM 64 - Extended Life Cycle 10.2 aarch64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 9.2 x86_64 | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for x86_64 - Extended Update Support 10.2 x86_64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for Power, little endian 8 ppc64le | ||
| Red Hat | N/A | Red Hat Enterprise Linux for IBM z Systems - Extended Update Support 9.8 s390x | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for IBM z Systems - Extended Update Support 10.2 s390x | ||
| Red Hat | N/A | Red Hat Enterprise Linux for IBM z Systems 8 s390x | ||
| Red Hat | N/A | Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 9.6 ppc64le | ||
| Red Hat | N/A | Red Hat Enterprise Linux for Power, little endian - Extended Update Support 10.2 ppc64le | ||
| Red Hat | N/A | Red Hat Enterprise Linux for Power, little endian - 4 years of support 10.2 ppc64le | ||
| Red Hat | N/A | Red Hat Enterprise Linux for ARM 64 - Extended Update Support 9.8 aarch64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for IBM z Systems - 4 years of updates 9.4 s390x | ||
| Red Hat | N/A | Red Hat Enterprise Linux for IBM z Systems - Extended Update Support 9.6 s390x | ||
| Red Hat | N/A | Red Hat Enterprise Linux for IBM z Systems - Extended Life Cycle 9.4 s390x | ||
| Red Hat | N/A | Red Hat Enterprise Linux Server - TUS 8.8 x86_64 | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for x86_64 - Extended Update Support 9.6 x86_64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for Power, little endian - Extended Life Cycle 10.2 ppc64le | ||
| Red Hat | N/A | Red Hat Enterprise Linux Server - AUS 9.4 x86_64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for IBM z Systems - Extended Life Cycle 10.2 s390x | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for ARM 64 8 aarch64 | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for x86_64 8 x86_64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for IBM z Systems - Extended Update Support 10.2 s390x | ||
| Red Hat | N/A | Red Hat Enterprise Linux for Power, little endian - Extended Update Support 9.8 ppc64le | ||
| Red Hat | N/A | Red Hat Enterprise Linux for ARM 64 9 aarch64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for ARM 64 - Extended Update Support 9.6 aarch64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 9.2 ppc64le | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for x86_64 10 x86_64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 8.8 x86_64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for ARM 64 - Extended Life Cycle 9.8 aarch64 | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for Power, little endian 10 ppc64le | ||
| Red Hat | N/A | Red Hat Enterprise Linux for Power, little endian - Extended Life Cycle 9.8 ppc64le | ||
| Red Hat | N/A | Red Hat Enterprise Linux for Power, little endian - Extended Life Cycle 8.10 ppc64le | ||
| Red Hat | N/A | Red Hat Enterprise Linux for Real Time for NFV 8 x86_64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for x86_64 - Extended Life Cycle 9.8 x86_64 | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for Power, little endian - Extended Update Support 10.2 ppc64le | ||
| Red Hat | N/A | Red Hat Enterprise Linux for ARM 64 - 4 years of updates 10.2 aarch64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for IBM z Systems - 4 years of updates 10.2 s390x | ||
| Red Hat | N/A | Red Hat Enterprise Linux for IBM z Systems - 4 years of updates 9.6 s390x | ||
| Red Hat | N/A | Red Hat Enterprise Linux Server - AUS 9.2 x86_64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for ARM 64 8 aarch64 | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for Power, little endian - Extended Update Support 9.6 ppc64le | ||
| Red Hat | N/A | Red Hat Enterprise Linux for IBM z Systems - Extended Life Cycle 9.6 s390x | ||
| Red Hat | N/A | Red Hat Enterprise Linux for ARM 64 - 4 years of updates 9.2 aarch64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for ARM 64 - 4 years of updates 9.8 aarch64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for x86_64 - Extended Life Cycle 10.2 x86_64 | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for ARM 64 - Extended Update Support 9.8 aarch64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for IBM z Systems - Extended Life Cycle 8.10 s390x | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for Power, little endian 9 ppc64le | ||
| Red Hat | N/A | Red Hat Enterprise Linux for Power, little endian - Extended Life Cycle 9.4 ppc64le | ||
| Red Hat | N/A | Red Hat Enterprise Linux for ARM 64 - 4 years of updates 9.6 aarch64 | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for IBM z Systems - Extended Update Support 9.6 s390x | ||
| Red Hat | N/A | Red Hat Enterprise Linux for IBM z Systems - Extended Life Cycle 9.8 s390x | ||
| Red Hat | N/A | Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 8.8 ppc64le | ||
| Red Hat | N/A | Red Hat Enterprise Linux for IBM z Systems 9 s390x | ||
| Red Hat | N/A | Red Hat Enterprise Linux for ARM 64 - Extended Life Cycle 8.10 aarch64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for x86_64 8 x86_64 | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for x86_64 9 x86_64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for Real Time 8 x86_64 | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for Power, little endian 8 ppc64le | ||
| Red Hat | N/A | Red Hat Enterprise Linux for Power, little endian - Extended Life Cycle 9.6 ppc64le | ||
| Red Hat | N/A | Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 9.8 x86_64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 9.6 x86_64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for x86_64 - Extended Life Cycle 9.2 x86_64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for ARM 64 10 aarch64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for IBM z Systems - 4 years of updates 9.2 s390x | ||
| Red Hat | N/A | Red Hat Enterprise Linux for IBM z Systems 10 s390x | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for ARM 64 9 aarch64 | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for IBM z Systems 9 s390x | ||
| Red Hat | N/A | Red Hat Enterprise Linux for ARM 64 - 4 years of updates 9.4 aarch64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for x86_64 - Extended Update Support 9.8 x86_64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for IBM z Systems - 4 years of updates 9.8 s390x | ||
| Red Hat | N/A | Red Hat Enterprise Linux for x86_64 - Extended Life Cycle 8.10 x86_64 | ||
| Red Hat | N/A | Red Hat Enterprise Linux for ARM 64 - Extended Life Cycle 9.4 aarch64 | ||
| Red Hat | N/A | Red Hat CodeReady Linux Builder for x86_64 - Extended Update Support 9.8 x86_64 |
| Title | Publication Time | Tags | |||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Red Hat Enterprise Linux for x86_64 10 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Power, little endian - Extended Update Support 9.6 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 9 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Power, little endian - Extended Life Cycle 9.2 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Power, little endian 9 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Extended Life Cycle Long Life 8.8 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for IBM z Systems - Extended Update Support 9.8 s390x",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for ARM 64 10 aarch64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Extended Life Cycle 9.4 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 9.8 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Power, little endian 10 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 9.4 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems - Extended Life Cycle 9.2 s390x",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Extended Life Cycle 9.6 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for Power, little endian - Extended Update Support 9.8 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 - Extended Life Cycle 9.6 aarch64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for IBM z Systems 10 s390x",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server - AUS 9.6 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for ARM 64 - Extended Update Support 10.2 aarch64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 - Extended Life Cycle 9.2 aarch64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Extended Update Support 9.6 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Extended Update Support 10.2 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - 4 years of updates 10.2 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 9.4 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for ARM 64 - Extended Update Support 9.6 aarch64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 - Extended Update Support 10.2 aarch64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 - Extended Life Cycle 10.2 aarch64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 9.2 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for x86_64 - Extended Update Support 10.2 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Power, little endian 8 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems - Extended Update Support 9.8 s390x",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for IBM z Systems - Extended Update Support 10.2 s390x",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems 8 s390x",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 9.6 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Power, little endian - Extended Update Support 10.2 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Power, little endian - 4 years of support 10.2 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 - Extended Update Support 9.8 aarch64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems - 4 years of updates 9.4 s390x",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems - Extended Update Support 9.6 s390x",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems - Extended Life Cycle 9.4 s390x",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server - TUS 8.8 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for x86_64 - Extended Update Support 9.6 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Power, little endian - Extended Life Cycle 10.2 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server - AUS 9.4 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems - Extended Life Cycle 10.2 s390x",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for ARM 64 8 aarch64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for x86_64 8 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems - Extended Update Support 10.2 s390x",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Power, little endian - Extended Update Support 9.8 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 9 aarch64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 - Extended Update Support 9.6 aarch64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 9.2 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for x86_64 10 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 8.8 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 - Extended Life Cycle 9.8 aarch64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for Power, little endian 10 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Power, little endian - Extended Life Cycle 9.8 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Power, little endian - Extended Life Cycle 8.10 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Real Time for NFV 8 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Extended Life Cycle 9.8 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for Power, little endian - Extended Update Support 10.2 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 - 4 years of updates 10.2 aarch64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems - 4 years of updates 10.2 s390x",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems - 4 years of updates 9.6 s390x",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server - AUS 9.2 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 8 aarch64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for Power, little endian - Extended Update Support 9.6 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems - Extended Life Cycle 9.6 s390x",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 - 4 years of updates 9.2 aarch64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 - 4 years of updates 9.8 aarch64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Extended Life Cycle 10.2 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for ARM 64 - Extended Update Support 9.8 aarch64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems - Extended Life Cycle 8.10 s390x",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for Power, little endian 9 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Power, little endian - Extended Life Cycle 9.4 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 - 4 years of updates 9.6 aarch64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for IBM z Systems - Extended Update Support 9.6 s390x",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems - Extended Life Cycle 9.8 s390x",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 8.8 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems 9 s390x",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 - Extended Life Cycle 8.10 aarch64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 8 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for x86_64 9 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Real Time 8 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for Power, little endian 8 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for Power, little endian - Extended Life Cycle 9.6 ppc64le",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 9.8 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Update Services for SAP Solutions 9.6 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Extended Life Cycle 9.2 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 10 aarch64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems - 4 years of updates 9.2 s390x",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems 10 s390x",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for ARM 64 9 aarch64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for IBM z Systems 9 s390x",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 - 4 years of updates 9.4 aarch64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Extended Update Support 9.8 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for IBM z Systems - 4 years of updates 9.8 s390x",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for x86_64 - Extended Life Cycle 8.10 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat Enterprise Linux for ARM 64 - Extended Life Cycle 9.4 aarch64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
},
{
"description": "Red Hat CodeReady Linux Builder for x86_64 - Extended Update Support 9.8 x86_64",
"product": {
"name": "N/A",
"vendor": {
"name": "Red Hat",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2024-53143",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53143"
},
{
"name": "CVE-2026-53202",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53202"
},
{
"name": "CVE-2026-31530",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31530"
},
{
"name": "CVE-2026-64531",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64531"
},
{
"name": "CVE-2026-31787",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31787"
},
{
"name": "CVE-2026-64368",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64368"
},
{
"name": "CVE-2026-53009",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53009"
},
{
"name": "CVE-2025-10263",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-10263"
},
{
"name": "CVE-2026-64300",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64300"
},
{
"name": "CVE-2026-53059",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53059"
},
{
"name": "CVE-2026-45991",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45991"
},
{
"name": "CVE-2026-46054",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46054"
},
{
"name": "CVE-2026-63887",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-63887"
},
{
"name": "CVE-2026-64496",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64496"
},
{
"name": "CVE-2025-54518",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54518"
},
{
"name": "CVE-2026-23415",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23415"
},
{
"name": "CVE-2025-71131",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71131"
},
{
"name": "CVE-2026-52976",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52976"
},
{
"name": "CVE-2026-31488",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31488"
},
{
"name": "CVE-2026-43112",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43112"
},
{
"name": "CVE-2026-53264",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53264"
},
{
"name": "CVE-2026-52923",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52923"
},
{
"name": "CVE-2025-71072",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71072"
}
],
"initial_release_date": "2026-08-14T00:00:00",
"last_revision_date": "2026-08-14T00:00:00",
"links": [],
"reference": "CERTFR-2026-AVI-1028",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2026-08-14T00:00:00.000000"
}
],
"risks": [
{
"description": "D\u00e9ni de service \u00e0 distance"
},
{
"description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es"
},
{
"description": "Ex\u00e9cution de code arbitraire"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
},
{
"description": "\u00c9l\u00e9vation de privil\u00e8ges"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans le noyau Linux de Red Hat. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire, une \u00e9l\u00e9vation de privil\u00e8ges et un d\u00e9ni de service \u00e0 distance.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans le noyau Linux de Red Hat",
"vendor_advisories": [
{
"published_at": "2026-08-12",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2026:53990",
"url": "https://access.redhat.com/errata/RHSA-2026:53990"
},
{
"published_at": "2026-08-10",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2026:52761",
"url": "https://access.redhat.com/errata/RHSA-2026:52761"
},
{
"published_at": "2026-08-13",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2026:54515",
"url": "https://access.redhat.com/errata/RHSA-2026:54515"
},
{
"published_at": "2026-08-10",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2026:52667",
"url": "https://access.redhat.com/errata/RHSA-2026:52667"
},
{
"published_at": "2026-08-12",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2026:54443",
"url": "https://access.redhat.com/errata/RHSA-2026:54443"
},
{
"published_at": "2026-08-10",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2026:52649",
"url": "https://access.redhat.com/errata/RHSA-2026:52649"
},
{
"published_at": "2026-08-13",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2026:54482",
"url": "https://access.redhat.com/errata/RHSA-2026:54482"
},
{
"published_at": "2026-08-07",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2026:51746",
"url": "https://access.redhat.com/errata/RHSA-2026:51746"
},
{
"published_at": "2026-08-12",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2026:54246",
"url": "https://access.redhat.com/errata/RHSA-2026:54246"
},
{
"published_at": "2026-08-12",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2026:54343",
"url": "https://access.redhat.com/errata/RHSA-2026:54343"
},
{
"published_at": "2026-08-11",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2026:53329",
"url": "https://access.redhat.com/errata/RHSA-2026:53329"
},
{
"published_at": "2026-08-10",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2026:52765",
"url": "https://access.redhat.com/errata/RHSA-2026:52765"
},
{
"published_at": "2026-08-11",
"title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2026:53330",
"url": "https://access.redhat.com/errata/RHSA-2026:53330"
}
]
}
alsa-2026:53330
Vulnerability from osv_almalinux
The kernel packages contain the Linux kernel, the core of any Linux operating system.
Security Fix(es):
- kernel: fsnotify: Fix ordering of iput() and watched_objects decrement (CVE-2024-53143)
- kernel: shmem: fix recovery on rename failures (CVE-2025-71072)
- kernel: futex: Fix UaF between futex_key_to_node_opt() and vma_replace_policy() (CVE-2026-23415)
- kernel: drm/amd/display: Do not skip unrelated mode changes in DSC validation (CVE-2026-31488)
- kernel: ipc: limit next_id allocation to the valid ID range (CVE-2026-52923)
- kernel: mm/slab: do not limit zeroing to orig_size when only red zoning is enabled (CVE-2026-64368)
- kernel: net: openvswitch: reject oversized nested action attrs (CVE-2026-64531)
Bug Fix(es) and Enhancement(s):
- Kernel oops after increasing max number of mac addresses of a mlx5 VF [almalinux-10.2.z] (JIRA:AlmaLinux-213035)
- AlmaLinux10.0 - s390/pkey: Check length in PKEY_VERIFYPROTK ioctl [almalinux-10.2.z] (JIRA:AlmaLinux-222503)
- AlmaLinux10.0 - s390/pkey: Check length in pkey_pckmo handler implementation [almalinux-10.2.z] (JIRA:AlmaLinux-222505)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
| URL | Type | |||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-64k"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-64k-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-64k-debug"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-64k-debug-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-64k-debug-devel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-64k-debug-devel-matched"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-64k-debug-modules"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-64k-debug-modules-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-64k-debug-modules-extra"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-64k-devel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-64k-devel-matched"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-64k-modules"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-64k-modules-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-64k-modules-extra"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-abi-stablelists"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-cross-headers"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-debug"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-debug-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-debug-devel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-debug-devel-matched"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-debug-modules"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-debug-modules-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-debug-modules-extra"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-debug-uki-virt"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-devel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-devel-matched"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-doc"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-headers"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-modules"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-modules-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-modules-extra"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-modules-extra-matched"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-rt"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-rt-64k"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-rt-64k-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-rt-64k-debug"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-rt-64k-debug-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-rt-64k-debug-devel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-rt-64k-debug-modules"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-rt-64k-debug-modules-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-rt-64k-debug-modules-extra"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-rt-64k-devel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-rt-64k-modules"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-rt-64k-modules-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-rt-64k-modules-extra"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-rt-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-rt-debug"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-rt-debug-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-rt-debug-devel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-rt-debug-modules"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-rt-debug-modules-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-rt-debug-modules-extra"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-rt-devel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-rt-modules"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-rt-modules-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-rt-modules-extra"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-tools"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-tools-libs"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-tools-libs-devel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-uki-virt"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-uki-virt-addons"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-zfcpdump"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-zfcpdump-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-zfcpdump-devel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-zfcpdump-devel-matched"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-zfcpdump-modules"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-zfcpdump-modules-core"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "kernel-zfcpdump-modules-extra"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "libperf"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "perf"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "python3-perf"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "rtla"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:10",
"name": "rv"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.12.0-211.46.1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"details": "The kernel packages contain the Linux kernel, the core of any Linux operating system. \n\nSecurity Fix(es): \n\n * kernel: fsnotify: Fix ordering of iput() and watched_objects decrement (CVE-2024-53143)\n * kernel: shmem: fix recovery on rename failures (CVE-2025-71072)\n * kernel: futex: Fix UaF between futex_key_to_node_opt() and vma_replace_policy() (CVE-2026-23415)\n * kernel: drm/amd/display: Do not skip unrelated mode changes in DSC validation (CVE-2026-31488)\n * kernel: ipc: limit next_id allocation to the valid ID range (CVE-2026-52923)\n * kernel: mm/slab: do not limit zeroing to orig_size when only red zoning is enabled (CVE-2026-64368)\n * kernel: net: openvswitch: reject oversized nested action attrs (CVE-2026-64531)\n\n\nBug Fix(es) and Enhancement(s): \n\n * Kernel oops after increasing max number of mac addresses of a mlx5 VF [almalinux-10.2.z] (JIRA:AlmaLinux-213035)\n * AlmaLinux10.0 - s390/pkey: Check length in PKEY_VERIFYPROTK ioctl [almalinux-10.2.z] (JIRA:AlmaLinux-222503)\n * AlmaLinux10.0 - s390/pkey: Check length in pkey_pckmo handler implementation [almalinux-10.2.z] (JIRA:AlmaLinux-222505)\n\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n",
"id": "ALSA-2026:53330",
"modified": "2026-08-13T09:17:25Z",
"published": "2026-08-11T00:00:00Z",
"references": [
{
"type": "ADVISORY",
"url": "https://access.redhat.com/errata/RHSA-2026:53330"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2024-53143"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2025-71072"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-23415"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-31488"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-52923"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-64368"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2026-64531"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2330957"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2429083"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2454320"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2460619"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2492094"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2507213"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2507402"
},
{
"type": "ADVISORY",
"url": "https://errata.almalinux.org/10/ALSA-2026-53330.html"
}
],
"related": [
"CVE-2024-53143",
"CVE-2025-71072",
"CVE-2026-23415",
"CVE-2026-31488",
"CVE-2026-52923",
"CVE-2026-64368",
"CVE-2026-64531"
],
"summary": "Important: kernel security, bug fix, and enhancement update"
}
{
"CVSS 2.0": "AV:L/AC:L/Au:S/C:C/I:C/A:C",
"CVSS 3.0": "AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"CVSS 4.0": null,
"remediation_\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440": null,
"remediation_\u041d\u0430\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0435": null,
"\u0412\u0435\u043d\u0434\u043e\u0440 \u041f\u041e": "\u0421\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u043e \u0441\u0432\u043e\u0431\u043e\u0434\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u0433\u043e \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u044f",
"\u0412\u0435\u0440\u0441\u0438\u044f \u041f\u041e": "\u043e\u0442 6.12 \u0434\u043e 6.12.1 \u0432\u043a\u043b\u044e\u0447\u0438\u0442\u0435\u043b\u044c\u043d\u043e (Linux), \u043e\u0442 6.10 \u0434\u043e 6.11.10 \u0432\u043a\u043b\u044e\u0447\u0438\u0442\u0435\u043b\u044c\u043d\u043e (Linux)",
"\u0412\u043e\u0437\u043c\u043e\u0436\u043d\u044b\u0435 \u043c\u0435\u0440\u044b \u043f\u043e \u0443\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u0438\u044e": "\u0412 \u0443\u0441\u043b\u043e\u0432\u0438\u044f\u0445 \u043e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0438\u044f \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0439 \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u0438 \u043e\u0442 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0435\u043b\u044f \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0443\u0435\u0442\u0441\u044f \u043f\u0440\u0438\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0442\u044c\u0441\u044f \"\u0420\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0430\u0446\u0438\u0439 \u043f\u043e \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u043e\u0439 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0435 \u043e\u043f\u0435\u0440\u0430\u0446\u0438\u043e\u043d\u043d\u044b\u0445 \u0441\u0438\u0441\u0442\u0435\u043c LINUX\", \u0438\u0437\u043b\u043e\u0436\u0435\u043d\u043d\u044b\u0445 \u0432 \u043c\u0435\u0442\u043e\u0434\u0438\u0447\u0435\u0441\u043a\u043e\u043c \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0435 \u0424\u0421\u0422\u042d\u041a \u0420\u043e\u0441\u0441\u0438\u0438, \u0443\u0442\u0432\u0435\u0440\u0436\u0434\u0451\u043d\u043d\u043e\u043c 25 \u0434\u0435\u043a\u0430\u0431\u0440\u044f 2022 \u0433\u043e\u0434\u0430.\n\n\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435 \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0430\u0446\u0438\u0439:\n\u0414\u043b\u044f Linux:\nhttps://git.kernel.org/stable/c/45a8f8232a495221ed058191629f5c628f21601a\nhttps://git.kernel.org/stable/c/83af1cfa10d9aafdabd06b3655e07727f373b434\nhttps://lore.kernel.org/linux-cve-announce/2024120746-CVE-2024-53143-05ed@gregkh/\nhttps://git.kernel.org/stable/c/21d1b618b6b9da46c5116c640ac4b1cc8d40d63a\nhttps://git.kernel.org/linus/21d1b618b6b9da46c5116c640ac4b1cc8d40d63a\nhttps://kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.11.11\nhttps://kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.12.2",
"\u0414\u0430\u0442\u0430 \u0432\u044b\u044f\u0432\u043b\u0435\u043d\u0438\u044f": "18.11.2024",
"\u0414\u0430\u0442\u0430 \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0435\u0433\u043e \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f": "23.06.2025",
"\u0414\u0430\u0442\u0430 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438": "23.06.2025",
"\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440": "BDU:2025-07285",
"\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u044b \u0434\u0440\u0443\u0433\u0438\u0445 \u0441\u0438\u0441\u0442\u0435\u043c \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0439 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "CVE-2024-53143",
"\u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u043e\u0431 \u0443\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u0438\u0438": "\u0423\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044c \u0443\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u0430",
"\u041a\u043b\u0430\u0441\u0441 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u0423\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044c \u043a\u043e\u0434\u0430",
"\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u041f\u041e": "Linux",
"\u041d\u0430\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0435 \u041e\u0421 \u0438 \u0442\u0438\u043f \u0430\u043f\u043f\u0430\u0440\u0430\u0442\u043d\u043e\u0439 \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u044b": "\u0421\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u043e \u0441\u0432\u043e\u0431\u043e\u0434\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u0433\u043e \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u044f Linux \u043e\u0442 6.12 \u0434\u043e 6.12.1 \u0432\u043a\u043b\u044e\u0447\u0438\u0442\u0435\u043b\u044c\u043d\u043e , \u0421\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u043e \u0441\u0432\u043e\u0431\u043e\u0434\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u0433\u043e \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u044f Linux \u043e\u0442 6.10 \u0434\u043e 6.11.10 \u0432\u043a\u043b\u044e\u0447\u0438\u0442\u0435\u043b\u044c\u043d\u043e ",
"\u041d\u0430\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0435 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u0423\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044c \u0444\u0443\u043d\u043a\u0446\u0438\u0438 fsnotify_put_sb_watched_objects() \u0432 \u043c\u043e\u0434\u0443\u043b\u0435 fs/notify/mark.c \u044f\u0434\u0440\u0430 \u043e\u043f\u0435\u0440\u0430\u0446\u0438\u043e\u043d\u043d\u043e\u0439 \u0441\u0438\u0441\u0442\u0435\u043c\u044b Linux, \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u044e\u0449\u0430\u044f \u043d\u0430\u0440\u0443\u0448\u0438\u0442\u0435\u043b\u044e \u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0432\u043e\u0437\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435 \u043d\u0430 \u043a\u043e\u043d\u0444\u0438\u0434\u0435\u043d\u0446\u0438\u0430\u043b\u044c\u043d\u043e\u0441\u0442\u044c, \u0446\u0435\u043b\u043e\u0441\u0442\u043d\u043e\u0441\u0442\u044c \u0438 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e\u0441\u0442\u044c \u0437\u0430\u0449\u0438\u0449\u0430\u0435\u043c\u043e\u0439 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u0438",
"\u041d\u0430\u043b\u0438\u0447\u0438\u0435 \u044d\u043a\u0441\u043f\u043b\u043e\u0439\u0442\u0430": "\u0414\u0430\u043d\u043d\u044b\u0435 \u0443\u0442\u043e\u0447\u043d\u044f\u044e\u0442\u0441\u044f",
"\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u043e\u0448\u0438\u0431\u043a\u0438 CWE": "\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435 \u043f\u043e\u0441\u043b\u0435 \u043e\u0441\u0432\u043e\u0431\u043e\u0436\u0434\u0435\u043d\u0438\u044f (CWE-416)",
"\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u0423\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044c \u0444\u0443\u043d\u043a\u0446\u0438\u0438 fsnotify_put_sb_watched_objects() \u0432 \u043c\u043e\u0434\u0443\u043b\u0435 fs/notify/mark.c \u044f\u0434\u0440\u0430 \u043e\u043f\u0435\u0440\u0430\u0446\u0438\u043e\u043d\u043d\u043e\u0439 \u0441\u0438\u0441\u0442\u0435\u043c\u044b Linux \u0441\u0432\u044f\u0437\u0430\u043d\u0430 \u0441 \u043f\u043e\u0432\u0442\u043e\u0440\u043d\u044b\u043c \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u043c \u0440\u0430\u043d\u0435\u0435 \u043e\u0441\u0432\u043e\u0431\u043e\u0436\u0434\u0435\u043d\u043d\u043e\u0439 \u043f\u0430\u043c\u044f\u0442\u0438. \u042d\u043a\u0441\u043f\u043b\u0443\u0430\u0442\u0430\u0446\u0438\u044f \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438 \u043c\u043e\u0436\u0435\u0442 \u043f\u043e\u0437\u0432\u043e\u043b\u0438\u0442\u044c \u043d\u0430\u0440\u0443\u0448\u0438\u0442\u0435\u043b\u044e \u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0432\u043e\u0437\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435 \u043d\u0430 \u043a\u043e\u043d\u0444\u0438\u0434\u0435\u043d\u0446\u0438\u0430\u043b\u044c\u043d\u043e\u0441\u0442\u044c, \u0446\u0435\u043b\u043e\u0441\u0442\u043d\u043e\u0441\u0442\u044c \u0438 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e\u0441\u0442\u044c \u0437\u0430\u0449\u0438\u0449\u0430\u0435\u043c\u043e\u0439 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u0438",
"\u041f\u043e\u0441\u043b\u0435\u0434\u0441\u0442\u0432\u0438\u044f \u044d\u043a\u0441\u043f\u043b\u0443\u0430\u0442\u0430\u0446\u0438\u0438 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": null,
"\u041f\u0440\u043e\u0447\u0430\u044f \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f": null,
"\u0421\u0432\u044f\u0437\u044c \u0441 \u0438\u043d\u0446\u0438\u0434\u0435\u043d\u0442\u0430\u043c\u0438 \u0418\u0411": "\u0414\u0430\u043d\u043d\u044b\u0435 \u0443\u0442\u043e\u0447\u043d\u044f\u044e\u0442\u0441\u044f",
"\u0421\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0435 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u041e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u0430",
"\u0421\u043f\u043e\u0441\u043e\u0431 \u0443\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u0438\u044f": "\u041e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u0433\u043e \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u044f",
"\u0421\u043f\u043e\u0441\u043e\u0431 \u044d\u043a\u0441\u043f\u043b\u0443\u0430\u0442\u0430\u0446\u0438\u0438": "\u041c\u0430\u043d\u0438\u043f\u0443\u043b\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0430\u043c\u0438 \u0434\u0430\u043d\u043d\u044b\u0445",
"\u0421\u0441\u044b\u043b\u043a\u0438 \u043d\u0430 \u0438\u0441\u0442\u043e\u0447\u043d\u0438\u043a\u0438": "https://www.cve.org/CVERecord?id=CVE-2024-53143\nhttps://git.kernel.org/stable/c/45a8f8232a495221ed058191629f5c628f21601a\nhttps://git.kernel.org/stable/c/83af1cfa10d9aafdabd06b3655e07727f373b434\nhttps://lore.kernel.org/linux-cve-announce/2024120746-CVE-2024-53143-05ed@gregkh/\nhttps://git.kernel.org/stable/c/21d1b618b6b9da46c5116c640ac4b1cc8d40d63a\nhttps://git.kernel.org/linus/21d1b618b6b9da46c5116c640ac4b1cc8d40d63a\nhttps://project-zero.issues.chromium.org/issues/379667898\nhttps://ubuntu.com/security/notices/USN-7276-1\nhttps://ubuntu.com/security/notices/USN-7277-1\nhttps://kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.11.11\nhttps://kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.12.2",
"\u0421\u0442\u0430\u0442\u0443\u0441 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0430 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0435\u043b\u0435\u043c",
"\u0422\u0438\u043f \u041f\u041e": "\u041e\u043f\u0435\u0440\u0430\u0446\u0438\u043e\u043d\u043d\u0430\u044f \u0441\u0438\u0441\u0442\u0435\u043c\u0430",
"\u0422\u0438\u043f \u043e\u0448\u0438\u0431\u043a\u0438 CWE": "CWE-416",
"\u0423\u0440\u043e\u0432\u0435\u043d\u044c \u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u0438 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u0421\u0440\u0435\u0434\u043d\u0438\u0439 \u0443\u0440\u043e\u0432\u0435\u043d\u044c \u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u0438 (\u0431\u0430\u0437\u043e\u0432\u0430\u044f \u043e\u0446\u0435\u043d\u043a\u0430 CVSS 2.0 \u0441\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442 6,8)\n\u0412\u044b\u0441\u043e\u043a\u0438\u0439 \u0443\u0440\u043e\u0432\u0435\u043d\u044c \u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u0438 (\u0431\u0430\u0437\u043e\u0432\u0430\u044f \u043e\u0446\u0435\u043d\u043a\u0430 CVSS 3.1 \u0441\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442 7,8)"
}
FKIE_CVE-2024-53143
Vulnerability from fkie_nvd - Published: 2024-12-07 07:15 - Updated: 2026-06-17 08:08| URL | Tags | ||
|---|---|---|---|
| 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | https://git.kernel.org/stable/c/21d1b618b6b9da46c5116c640ac4b1cc8d40d63a | Patch | |
| 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | https://git.kernel.org/stable/c/45a8f8232a495221ed058191629f5c628f21601a | Patch | |
| 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | https://git.kernel.org/stable/c/83af1cfa10d9aafdabd06b3655e07727f373b434 | Patch | |
| 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | https://project-zero.issues.chromium.org/issues/379667898 | Patch |
| Vendor | Product | Version | |
|---|---|---|---|
| linux | linux_kernel | * | |
| linux | linux_kernel | * |
{
"affected": [
{
"affectedData": [
{
"defaultStatus": "unaffected",
"product": "Linux",
"programFiles": [
"fs/notify/mark.c"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"lessThan": "45a8f8232a495221ed058191629f5c628f21601a",
"status": "affected",
"version": "d2f277e26f521ccf6fb438463b41dba6123caabe",
"versionType": "git"
},
{
"lessThan": "83af1cfa10d9aafdabd06b3655e07727f373b434",
"status": "affected",
"version": "d2f277e26f521ccf6fb438463b41dba6123caabe",
"versionType": "git"
},
{
"lessThan": "21d1b618b6b9da46c5116c640ac4b1cc8d40d63a",
"status": "affected",
"version": "d2f277e26f521ccf6fb438463b41dba6123caabe",
"versionType": "git"
}
]
},
{
"defaultStatus": "affected",
"product": "Linux",
"programFiles": [
"fs/notify/mark.c"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"status": "affected",
"version": "6.10"
},
{
"lessThan": "6.10",
"status": "unaffected",
"version": "0",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.11.*",
"status": "unaffected",
"version": "6.11.11",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.12.*",
"status": "unaffected",
"version": "6.12.2",
"versionType": "semver"
},
{
"lessThanOrEqual": "*",
"status": "unaffected",
"version": "6.13",
"versionType": "original_commit_for_fix"
}
]
}
],
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
}
],
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"matchCriteriaId": "158A6B22-9260-41D7-965A-A81798A5A969",
"versionEndExcluding": "6.11.11",
"versionStartIncluding": "6.10",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"matchCriteriaId": "D8882B1B-2ABC-4838-AC1D-DBDBB5764776",
"versionEndExcluding": "6.12.2",
"versionStartIncluding": "6.12",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "In the Linux kernel, the following vulnerability has been resolved:\n\nfsnotify: Fix ordering of iput() and watched_objects decrement\n\nEnsure the superblock is kept alive until we\u0027re done with iput().\nHolding a reference to an inode is not allowed unless we ensure the\nsuperblock stays alive, which fsnotify does by keeping the\nwatched_objects count elevated, so iput() must happen before the\nwatched_objects decrement.\nThis can lead to a UAF of something like sb-\u003es_fs_info in tmpfs, but the\nUAF is hard to hit because race orderings that oops are more likely, thanks\nto the CHECK_DATA_CORRUPTION() block in generic_shutdown_super().\n\nAlso, ensure that fsnotify_put_sb_watched_objects() doesn\u0027t call\nfsnotify_sb_watched_objects() on a superblock that may have already been\nfreed, which would cause a UAF read of sb-\u003es_fsnotify_info."
},
{
"lang": "es",
"value": "En el kernel de Linux, se ha resuelto la siguiente vulnerabilidad: fsnotify: Arreglar el orden de iput() y el decremento de watching_objects Asegurarse de que el superbloque se mantenga activo hasta que terminemos con iput(). No se permite mantener una referencia a un inodo a menos que aseguremos que el superbloque se mantenga activo, lo que fsnotify hace manteniendo elevado el conteo de watching_objects, por lo que iput() debe ocurrir antes del decremento de watching_objects. Esto puede llevar a un UAF de algo como sb-\u0026gt;s_fs_info en tmpfs, pero el UAF es dif\u00edcil de alcanzar porque las \u00f3rdenes de ejecuci\u00f3n que oops son m\u00e1s probables, gracias al bloque CHECK_DATA_CORRUPTION() en generic_shutdown_super(). Adem\u00e1s, aseg\u00farese de que fsnotify_put_sb_watched_objects() no llame a fsnotify_sb_watched_objects() en un superbloque que ya puede haber sido liberado, lo que causar\u00eda una lectura UAF de sb-\u0026gt;s_fsnotify_info."
}
],
"id": "CVE-2024-53143",
"lastModified": "2026-06-17T08:08:24.497",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"exploitabilityScore": 1.8,
"impactScore": 5.9,
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"type": "Secondary"
}
],
"ssvcV203": [
{
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"ssvcData": {
"id": "CVE-2024-53143",
"options": [
{
"exploitation": "none"
},
{
"automatable": "no"
},
{
"technicalImpact": "total"
}
],
"role": "CISA Coordinator",
"timestamp": "2024-12-11T14:22:39.197739Z",
"version": "2.0.3"
}
}
]
},
"published": "2024-12-07T07:15:03.780",
"references": [
{
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"tags": [
"Patch"
],
"url": "https://git.kernel.org/stable/c/21d1b618b6b9da46c5116c640ac4b1cc8d40d63a"
},
{
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"tags": [
"Patch"
],
"url": "https://git.kernel.org/stable/c/45a8f8232a495221ed058191629f5c628f21601a"
},
{
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"tags": [
"Patch"
],
"url": "https://git.kernel.org/stable/c/83af1cfa10d9aafdabd06b3655e07727f373b434"
},
{
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"tags": [
"Patch"
],
"url": "https://project-zero.issues.chromium.org/issues/379667898"
}
],
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"vulnStatus": "Analyzed",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-416"
}
],
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"type": "Secondary"
}
]
}
GHSA-RFR4-95G9-6VF3
Vulnerability from github – Published: 2024-12-07 09:30 – Updated: 2025-01-11 15:30In the Linux kernel, the following vulnerability has been resolved:
fsnotify: Fix ordering of iput() and watched_objects decrement
Ensure the superblock is kept alive until we're done with iput(). Holding a reference to an inode is not allowed unless we ensure the superblock stays alive, which fsnotify does by keeping the watched_objects count elevated, so iput() must happen before the watched_objects decrement. This can lead to a UAF of something like sb->s_fs_info in tmpfs, but the UAF is hard to hit because race orderings that oops are more likely, thanks to the CHECK_DATA_CORRUPTION() block in generic_shutdown_super().
Also, ensure that fsnotify_put_sb_watched_objects() doesn't call fsnotify_sb_watched_objects() on a superblock that may have already been freed, which would cause a UAF read of sb->s_fsnotify_info.
{
"affected": [],
"aliases": [
"CVE-2024-53143"
],
"database_specific": {
"cwe_ids": [
"CWE-416"
],
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2024-12-07T07:15:03Z",
"severity": "HIGH"
},
"details": "In the Linux kernel, the following vulnerability has been resolved:\n\nfsnotify: Fix ordering of iput() and watched_objects decrement\n\nEnsure the superblock is kept alive until we\u0027re done with iput().\nHolding a reference to an inode is not allowed unless we ensure the\nsuperblock stays alive, which fsnotify does by keeping the\nwatched_objects count elevated, so iput() must happen before the\nwatched_objects decrement.\nThis can lead to a UAF of something like sb-\u003es_fs_info in tmpfs, but the\nUAF is hard to hit because race orderings that oops are more likely, thanks\nto the CHECK_DATA_CORRUPTION() block in generic_shutdown_super().\n\nAlso, ensure that fsnotify_put_sb_watched_objects() doesn\u0027t call\nfsnotify_sb_watched_objects() on a superblock that may have already been\nfreed, which would cause a UAF read of sb-\u003es_fsnotify_info.",
"id": "GHSA-rfr4-95g9-6vf3",
"modified": "2025-01-11T15:30:27Z",
"published": "2024-12-07T09:30:23Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-53143"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/21d1b618b6b9da46c5116c640ac4b1cc8d40d63a"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/45a8f8232a495221ed058191629f5c628f21601a"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/83af1cfa10d9aafdabd06b3655e07727f373b434"
},
{
"type": "WEB",
"url": "https://project-zero.issues.chromium.org/issues/379667898"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
]
}
RHSA-2026:53330
Vulnerability from csaf_opensuse - Published: 2026-08-11 10:11 - Updated: 2026-08-22 04:23In the Linux kernel, the following vulnerability has been resolved: fsnotify: Fix ordering of iput() and watched_objects decrement Ensure the superblock is kept alive until we're done with iput(). Holding a reference to an inode is not allowed unless we ensure the superblock stays alive, which fsnotify does by keeping the watched_objects count elevated, so iput() must happen before the watched_objects decrement. This can lead to a UAF of something like sb->s_fs_info in tmpfs, but the UAF is hard to hit because race orderings that oops are more likely, thanks to the CHECK_DATA_CORRUPTION() block in generic_shutdown_super(). Also, ensure that fsnotify_put_sb_watched_objects() doesn't call fsnotify_sb_watched_objects() on a superblock that may have already been freed, which would cause a UAF read of sb->s_fsnotify_info.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-doc-0:6.12.0-211.46.1.el10_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.46.1.el10_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-core-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-core-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in the Linux kernel's shmem (tmpfs) filesystem rename operation. Under severe memory pressure, the maple_tree insertion used during file rename can fail, and the error recovery path does not properly handle this failure. This can leave the filesystem directory offset tree in an inconsistent state.
CWE-390 - Detection of Error Condition Without Action| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-doc-0:6.12.0-211.46.1.el10_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.46.1.el10_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-core-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-core-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in the Linux kernel. A timing issue, known as a race condition, exists within the futex subsystem. This vulnerability could allow a local attacker to access memory after it has been freed, leading to a system crash (denial of service) or potentially the disclosure of sensitive information.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-doc-0:6.12.0-211.46.1.el10_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.46.1.el10_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-core-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-core-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in the Linux kernel's AMD display component. This vulnerability arises from incorrect validation of display mode changes during Display Stream Compression (DSC) processing. A local attacker could exploit this by initiating specific display configuration changes, which may lead to a memory leak and a use-after-free error. This could result in system crashes, denial of service, or potentially allow the attacker to gain elevated privileges.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-doc-0:6.12.0-211.46.1.el10_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.46.1.el10_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-core-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-core-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the Linux kernel. The `ipc_idr_alloc()` function, used in the checkpoint/restore path for SysV Inter-Process Communication (IPC) ID allocation, does not properly limit ID allocation to the valid range. This can result in the system attempting to dereference freed memory, leading to a use-after-free vulnerability. This issue could potentially cause system instability or information disclosure.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-doc-0:6.12.0-211.46.1.el10_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.46.1.el10_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-core-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-core-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in the Linux kernel's memory management subsystem. This issue occurs when the kernel's memory allocator attempts to zero out newly allocated memory, but an incorrect check prevents the full memory region from being cleared under specific configurations. This can lead to memory not being fully zeroed as intended, potentially allowing a local attacker to access sensitive information from previously used memory regions.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-doc-0:6.12.0-211.46.1.el10_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.46.1.el10_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-core-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-core-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in Open vSwitch in the Linux kernel. Improper handling of oversized nested action attributes can lead to a truncated length field, which could be exploited by a local attacker to alter kernel memory. This alteration might result in the disclosure of sensitive information or a local privilege escalation (LPE).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-doc-0:6.12.0-211.46.1.el10_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.46.1.el10_2.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-core-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-core-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 | — |
Vendor Fix
fix
|
| URL | Category |
|---|---|
| https://access.redhat.com/errata/RHSA-2026:53330 | self |
| https://access.redhat.com/security/updates/classi… | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2330957 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2429083 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2454320 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2460619 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2492094 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2507213 | external |
| https://bugzilla.redhat.com/show_bug.cgi?id=2507402 | external |
| https://security.access.redhat.com/data/csaf/v2/a… | self |
| https://access.redhat.com/security/cve/CVE-2024-53143 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2330957 | external |
| https://www.cve.org/CVERecord?id=CVE-2024-53143 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2024-53143 | external |
| https://lore.kernel.org/linux-cve-announce/202412… | external |
| https://access.redhat.com/security/cve/CVE-2025-71072 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2429083 | external |
| https://www.cve.org/CVERecord?id=CVE-2025-71072 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2025-71072 | external |
| https://lore.kernel.org/linux-cve-announce/202601… | external |
| https://access.redhat.com/security/cve/CVE-2026-23415 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2454320 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-23415 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-23415 | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://access.redhat.com/security/cve/CVE-2026-31488 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2460619 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-31488 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-31488 | external |
| https://lore.kernel.org/linux-cve-announce/202604… | external |
| https://access.redhat.com/security/cve/CVE-2026-52923 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2492094 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-52923 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-52923 | external |
| https://lore.kernel.org/linux-cve-announce/202606… | external |
| https://access.redhat.com/security/cve/CVE-2026-64368 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2507213 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-64368 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-64368 | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
| https://access.redhat.com/security/cve/CVE-2026-64531 | self |
| https://bugzilla.redhat.com/show_bug.cgi?id=2507402 | external |
| https://www.cve.org/CVERecord?id=CVE-2026-64531 | external |
| https://nvd.nist.gov/vuln/detail/CVE-2026-64531 | external |
| https://lore.kernel.org/linux-cve-announce/202607… | external |
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for kernel is now available for Red Hat Enterprise Linux 10.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The kernel packages contain the Linux kernel, the core of any Linux operating system.\n\nSecurity Fix(es):\n\n* kernel: fsnotify: Fix ordering of iput() and watched_objects decrement (CVE-2024-53143)\n\n* kernel: shmem: fix recovery on rename failures (CVE-2025-71072)\n\n* kernel: futex: Fix UaF between futex_key_to_node_opt() and vma_replace_policy() (CVE-2026-23415)\n\n* kernel: drm/amd/display: Do not skip unrelated mode changes in DSC validation (CVE-2026-31488)\n\n* kernel: ipc: limit next_id allocation to the valid ID range (CVE-2026-52923)\n\n* kernel: mm/slab: do not limit zeroing to orig_size when only red zoning is enabled (CVE-2026-64368)\n\n* kernel: net: openvswitch: reject oversized nested action attrs (CVE-2026-64531)\n\nBug Fix(es) and Enhancement(s):\n\n* Kernel oops after increasing max number of mac addresses of a mlx5 VF [rhel-10.2.z] (JIRA:RHEL-213035)\n\n* RHEL10.0 - s390/pkey: Check length in PKEY_VERIFYPROTK ioctl [rhel-10.2.z] (JIRA:RHEL-222503)\n\n* RHEL10.0 - s390/pkey: Check length in pkey_pckmo handler implementation [rhel-10.2.z] (JIRA:RHEL-222505)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:53330",
"url": "https://access.redhat.com/errata/RHSA-2026:53330"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2330957",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2330957"
},
{
"category": "external",
"summary": "2429083",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2429083"
},
{
"category": "external",
"summary": "2454320",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2454320"
},
{
"category": "external",
"summary": "2460619",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2460619"
},
{
"category": "external",
"summary": "2492094",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2492094"
},
{
"category": "external",
"summary": "2507213",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2507213"
},
{
"category": "external",
"summary": "2507402",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2507402"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_53330.json"
}
],
"title": "Red Hat Security Advisory: kernel security, bug fix, and enhancement update",
"tracking": {
"current_release_date": "2026-08-22T04:23:32+00:00",
"generator": {
"date": "2026-08-22T04:23:32+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.16"
}
},
"id": "RHSA-2026:53330",
"initial_release_date": "2026-08-11T10:11:40+00:00",
"revision_history": [
{
"date": "2026-08-11T10:11:40+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-08-11T10:11:40+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-08-22T04:23:32+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 10)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.2"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux BaseOS (v. 10)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.2"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product": {
"name": "Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.2"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product": {
"name": "Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.2.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.2"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Real Time (v. 10)",
"product": {
"name": "Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.2"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-64k-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"product": {
"name": "kernel-64k-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"product_id": "kernel-64k-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-devel@6.12.0-211.46.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"product": {
"name": "kernel-64k-debug-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"product_id": "kernel-64k-debug-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-devel-matched@6.12.0-211.46.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"product": {
"name": "kernel-64k-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"product_id": "kernel-64k-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-devel@6.12.0-211.46.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"product": {
"name": "kernel-64k-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"product_id": "kernel-64k-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-devel-matched@6.12.0-211.46.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"product": {
"name": "kernel-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"product_id": "kernel-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@6.12.0-211.46.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"product": {
"name": "kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"product_id": "kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@6.12.0-211.46.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"product": {
"name": "kernel-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"product_id": "kernel-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@6.12.0-211.46.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"product": {
"name": "kernel-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"product_id": "kernel-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@6.12.0-211.46.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perf-0:6.12.0-211.46.1.el10_2.aarch64",
"product": {
"name": "perf-0:6.12.0-211.46.1.el10_2.aarch64",
"product_id": "perf-0:6.12.0-211.46.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@6.12.0-211.46.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:6.12.0-211.46.1.el10_2.aarch64",
"product": {
"name": "python3-perf-0:6.12.0-211.46.1.el10_2.aarch64",
"product_id": "python3-perf-0:6.12.0-211.46.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@6.12.0-211.46.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rtla-0:6.12.0-211.46.1.el10_2.aarch64",
"product": {
"name": "rtla-0:6.12.0-211.46.1.el10_2.aarch64",
"product_id": "rtla-0:6.12.0-211.46.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@6.12.0-211.46.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rv-0:6.12.0-211.46.1.el10_2.aarch64",
"product": {
"name": "rv-0:6.12.0-211.46.1.el10_2.aarch64",
"product_id": "rv-0:6.12.0-211.46.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rv@6.12.0-211.46.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"product": {
"name": "kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"product_id": "kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-debuginfo@6.12.0-211.46.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"product": {
"name": "kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"product_id": "kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debuginfo@6.12.0-211.46.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"product": {
"name": "kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"product_id": "kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@6.12.0-211.46.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"product": {
"name": "kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"product_id": "kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@6.12.0-211.46.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64",
"product": {
"name": "kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64",
"product_id": "kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-aarch64@6.12.0-211.46.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"product": {
"name": "kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"product_id": "kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-debuginfo@6.12.0-211.46.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"product": {
"name": "kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"product_id": "kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debuginfo@6.12.0-211.46.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"product": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"product_id": "kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-debuginfo@6.12.0-211.46.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"product": {
"name": "kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"product_id": "kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debuginfo@6.12.0-211.46.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"product": {
"name": "kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"product_id": "kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@6.12.0-211.46.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"product": {
"name": "libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"product_id": "libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf-debuginfo@6.12.0-211.46.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"product": {
"name": "perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"product_id": "perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@6.12.0-211.46.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"product": {
"name": "python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"product_id": "python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@6.12.0-211.46.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-0:6.12.0-211.46.1.el10_2.aarch64",
"product": {
"name": "kernel-0:6.12.0-211.46.1.el10_2.aarch64",
"product_id": "kernel-0:6.12.0-211.46.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@6.12.0-211.46.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-0:6.12.0-211.46.1.el10_2.aarch64",
"product": {
"name": "kernel-64k-0:6.12.0-211.46.1.el10_2.aarch64",
"product_id": "kernel-64k-0:6.12.0-211.46.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k@6.12.0-211.46.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-core-0:6.12.0-211.46.1.el10_2.aarch64",
"product": {
"name": "kernel-64k-core-0:6.12.0-211.46.1.el10_2.aarch64",
"product_id": "kernel-64k-core-0:6.12.0-211.46.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-core@6.12.0-211.46.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-0:6.12.0-211.46.1.el10_2.aarch64",
"product": {
"name": "kernel-64k-debug-0:6.12.0-211.46.1.el10_2.aarch64",
"product_id": "kernel-64k-debug-0:6.12.0-211.46.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug@6.12.0-211.46.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-core-0:6.12.0-211.46.1.el10_2.aarch64",
"product": {
"name": "kernel-64k-debug-core-0:6.12.0-211.46.1.el10_2.aarch64",
"product_id": "kernel-64k-debug-core-0:6.12.0-211.46.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-core@6.12.0-211.46.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"product": {
"name": "kernel-64k-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"product_id": "kernel-64k-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules@6.12.0-211.46.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"product": {
"name": "kernel-64k-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"product_id": "kernel-64k-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules-core@6.12.0-211.46.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"product": {
"name": "kernel-64k-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"product_id": "kernel-64k-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules-extra@6.12.0-211.46.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"product": {
"name": "kernel-64k-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"product_id": "kernel-64k-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules@6.12.0-211.46.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"product": {
"name": "kernel-64k-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"product_id": "kernel-64k-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules-core@6.12.0-211.46.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"product": {
"name": "kernel-64k-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"product_id": "kernel-64k-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules-extra@6.12.0-211.46.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:6.12.0-211.46.1.el10_2.aarch64",
"product": {
"name": "kernel-core-0:6.12.0-211.46.1.el10_2.aarch64",
"product_id": "kernel-core-0:6.12.0-211.46.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@6.12.0-211.46.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:6.12.0-211.46.1.el10_2.aarch64",
"product": {
"name": "kernel-debug-0:6.12.0-211.46.1.el10_2.aarch64",
"product_id": "kernel-debug-0:6.12.0-211.46.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@6.12.0-211.46.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:6.12.0-211.46.1.el10_2.aarch64",
"product": {
"name": "kernel-debug-core-0:6.12.0-211.46.1.el10_2.aarch64",
"product_id": "kernel-debug-core-0:6.12.0-211.46.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@6.12.0-211.46.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"product": {
"name": "kernel-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"product_id": "kernel-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@6.12.0-211.46.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"product": {
"name": "kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"product_id": "kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@6.12.0-211.46.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"product": {
"name": "kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"product_id": "kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@6.12.0-211.46.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"product": {
"name": "kernel-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"product_id": "kernel-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@6.12.0-211.46.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"product": {
"name": "kernel-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"product_id": "kernel-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@6.12.0-211.46.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"product": {
"name": "kernel-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"product_id": "kernel-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@6.12.0-211.46.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"product": {
"name": "kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"product_id": "kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra-matched@6.12.0-211.46.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:6.12.0-211.46.1.el10_2.aarch64",
"product": {
"name": "kernel-tools-0:6.12.0-211.46.1.el10_2.aarch64",
"product_id": "kernel-tools-0:6.12.0-211.46.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@6.12.0-211.46.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:6.12.0-211.46.1.el10_2.aarch64",
"product": {
"name": "kernel-tools-libs-0:6.12.0-211.46.1.el10_2.aarch64",
"product_id": "kernel-tools-libs-0:6.12.0-211.46.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@6.12.0-211.46.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-uki-virt-0:6.12.0-211.46.1.el10_2.aarch64",
"product": {
"name": "kernel-uki-virt-0:6.12.0-211.46.1.el10_2.aarch64",
"product_id": "kernel-uki-virt-0:6.12.0-211.46.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-uki-virt@6.12.0-211.46.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-uki-virt-addons-0:6.12.0-211.46.1.el10_2.aarch64",
"product": {
"name": "kernel-uki-virt-addons-0:6.12.0-211.46.1.el10_2.aarch64",
"product_id": "kernel-uki-virt-addons-0:6.12.0-211.46.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-uki-virt-addons@6.12.0-211.46.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-0:6.12.0-211.46.1.el10_2.aarch64",
"product": {
"name": "kernel-rt-0:6.12.0-211.46.1.el10_2.aarch64",
"product_id": "kernel-rt-0:6.12.0-211.46.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt@6.12.0-211.46.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-0:6.12.0-211.46.1.el10_2.aarch64",
"product": {
"name": "kernel-rt-64k-0:6.12.0-211.46.1.el10_2.aarch64",
"product_id": "kernel-rt-64k-0:6.12.0-211.46.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k@6.12.0-211.46.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-core-0:6.12.0-211.46.1.el10_2.aarch64",
"product": {
"name": "kernel-rt-64k-core-0:6.12.0-211.46.1.el10_2.aarch64",
"product_id": "kernel-rt-64k-core-0:6.12.0-211.46.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-core@6.12.0-211.46.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-0:6.12.0-211.46.1.el10_2.aarch64",
"product": {
"name": "kernel-rt-64k-debug-0:6.12.0-211.46.1.el10_2.aarch64",
"product_id": "kernel-rt-64k-debug-0:6.12.0-211.46.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug@6.12.0-211.46.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-core-0:6.12.0-211.46.1.el10_2.aarch64",
"product": {
"name": "kernel-rt-64k-debug-core-0:6.12.0-211.46.1.el10_2.aarch64",
"product_id": "kernel-rt-64k-debug-core-0:6.12.0-211.46.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-core@6.12.0-211.46.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"product": {
"name": "kernel-rt-64k-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"product_id": "kernel-rt-64k-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-devel@6.12.0-211.46.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"product": {
"name": "kernel-rt-64k-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"product_id": "kernel-rt-64k-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-modules@6.12.0-211.46.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"product": {
"name": "kernel-rt-64k-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"product_id": "kernel-rt-64k-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-modules-core@6.12.0-211.46.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"product": {
"name": "kernel-rt-64k-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"product_id": "kernel-rt-64k-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-modules-extra@6.12.0-211.46.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"product": {
"name": "kernel-rt-64k-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"product_id": "kernel-rt-64k-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-devel@6.12.0-211.46.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"product": {
"name": "kernel-rt-64k-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"product_id": "kernel-rt-64k-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-modules@6.12.0-211.46.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"product": {
"name": "kernel-rt-64k-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"product_id": "kernel-rt-64k-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-modules-core@6.12.0-211.46.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"product": {
"name": "kernel-rt-64k-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"product_id": "kernel-rt-64k-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-modules-extra@6.12.0-211.46.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-core-0:6.12.0-211.46.1.el10_2.aarch64",
"product": {
"name": "kernel-rt-core-0:6.12.0-211.46.1.el10_2.aarch64",
"product_id": "kernel-rt-core-0:6.12.0-211.46.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-core@6.12.0-211.46.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-0:6.12.0-211.46.1.el10_2.aarch64",
"product": {
"name": "kernel-rt-debug-0:6.12.0-211.46.1.el10_2.aarch64",
"product_id": "kernel-rt-debug-0:6.12.0-211.46.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug@6.12.0-211.46.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-core-0:6.12.0-211.46.1.el10_2.aarch64",
"product": {
"name": "kernel-rt-debug-core-0:6.12.0-211.46.1.el10_2.aarch64",
"product_id": "kernel-rt-debug-core-0:6.12.0-211.46.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-core@6.12.0-211.46.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"product": {
"name": "kernel-rt-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"product_id": "kernel-rt-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-devel@6.12.0-211.46.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"product": {
"name": "kernel-rt-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"product_id": "kernel-rt-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules@6.12.0-211.46.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"product": {
"name": "kernel-rt-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"product_id": "kernel-rt-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-core@6.12.0-211.46.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"product": {
"name": "kernel-rt-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"product_id": "kernel-rt-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-extra@6.12.0-211.46.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"product": {
"name": "kernel-rt-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"product_id": "kernel-rt-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-devel@6.12.0-211.46.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"product": {
"name": "kernel-rt-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"product_id": "kernel-rt-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules@6.12.0-211.46.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"product": {
"name": "kernel-rt-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"product_id": "kernel-rt-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-core@6.12.0-211.46.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"product": {
"name": "kernel-rt-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"product_id": "kernel-rt-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-extra@6.12.0-211.46.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"product": {
"name": "kernel-tools-libs-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"product_id": "kernel-tools-libs-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@6.12.0-211.46.1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libperf-0:6.12.0-211.46.1.el10_2.aarch64",
"product": {
"name": "libperf-0:6.12.0-211.46.1.el10_2.aarch64",
"product_id": "libperf-0:6.12.0-211.46.1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf@6.12.0-211.46.1.el10_2?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-debug-devel-0:6.12.0-211.46.1.el10_2.ppc64le",
"product": {
"name": "kernel-debug-devel-0:6.12.0-211.46.1.el10_2.ppc64le",
"product_id": "kernel-debug-devel-0:6.12.0-211.46.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@6.12.0-211.46.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.ppc64le",
"product": {
"name": "kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.ppc64le",
"product_id": "kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@6.12.0-211.46.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:6.12.0-211.46.1.el10_2.ppc64le",
"product": {
"name": "kernel-devel-0:6.12.0-211.46.1.el10_2.ppc64le",
"product_id": "kernel-devel-0:6.12.0-211.46.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@6.12.0-211.46.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:6.12.0-211.46.1.el10_2.ppc64le",
"product": {
"name": "kernel-devel-matched-0:6.12.0-211.46.1.el10_2.ppc64le",
"product_id": "kernel-devel-matched-0:6.12.0-211.46.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@6.12.0-211.46.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perf-0:6.12.0-211.46.1.el10_2.ppc64le",
"product": {
"name": "perf-0:6.12.0-211.46.1.el10_2.ppc64le",
"product_id": "perf-0:6.12.0-211.46.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@6.12.0-211.46.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:6.12.0-211.46.1.el10_2.ppc64le",
"product": {
"name": "python3-perf-0:6.12.0-211.46.1.el10_2.ppc64le",
"product_id": "python3-perf-0:6.12.0-211.46.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@6.12.0-211.46.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rtla-0:6.12.0-211.46.1.el10_2.ppc64le",
"product": {
"name": "rtla-0:6.12.0-211.46.1.el10_2.ppc64le",
"product_id": "rtla-0:6.12.0-211.46.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@6.12.0-211.46.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rv-0:6.12.0-211.46.1.el10_2.ppc64le",
"product": {
"name": "rv-0:6.12.0-211.46.1.el10_2.ppc64le",
"product_id": "rv-0:6.12.0-211.46.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rv@6.12.0-211.46.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"product": {
"name": "kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"product_id": "kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@6.12.0-211.46.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"product": {
"name": "kernel-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"product_id": "kernel-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@6.12.0-211.46.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-ppc64le-0:6.12.0-211.46.1.el10_2.ppc64le",
"product": {
"name": "kernel-debuginfo-common-ppc64le-0:6.12.0-211.46.1.el10_2.ppc64le",
"product_id": "kernel-debuginfo-common-ppc64le-0:6.12.0-211.46.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-ppc64le@6.12.0-211.46.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"product": {
"name": "kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"product_id": "kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@6.12.0-211.46.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libperf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"product": {
"name": "libperf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"product_id": "libperf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf-debuginfo@6.12.0-211.46.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"product": {
"name": "perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"product_id": "perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@6.12.0-211.46.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"product": {
"name": "python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"product_id": "python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@6.12.0-211.46.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-0:6.12.0-211.46.1.el10_2.ppc64le",
"product": {
"name": "kernel-0:6.12.0-211.46.1.el10_2.ppc64le",
"product_id": "kernel-0:6.12.0-211.46.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@6.12.0-211.46.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:6.12.0-211.46.1.el10_2.ppc64le",
"product": {
"name": "kernel-core-0:6.12.0-211.46.1.el10_2.ppc64le",
"product_id": "kernel-core-0:6.12.0-211.46.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@6.12.0-211.46.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:6.12.0-211.46.1.el10_2.ppc64le",
"product": {
"name": "kernel-debug-0:6.12.0-211.46.1.el10_2.ppc64le",
"product_id": "kernel-debug-0:6.12.0-211.46.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@6.12.0-211.46.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:6.12.0-211.46.1.el10_2.ppc64le",
"product": {
"name": "kernel-debug-core-0:6.12.0-211.46.1.el10_2.ppc64le",
"product_id": "kernel-debug-core-0:6.12.0-211.46.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@6.12.0-211.46.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:6.12.0-211.46.1.el10_2.ppc64le",
"product": {
"name": "kernel-debug-modules-0:6.12.0-211.46.1.el10_2.ppc64le",
"product_id": "kernel-debug-modules-0:6.12.0-211.46.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@6.12.0-211.46.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.ppc64le",
"product": {
"name": "kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.ppc64le",
"product_id": "kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@6.12.0-211.46.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.ppc64le",
"product": {
"name": "kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.ppc64le",
"product_id": "kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@6.12.0-211.46.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:6.12.0-211.46.1.el10_2.ppc64le",
"product": {
"name": "kernel-modules-0:6.12.0-211.46.1.el10_2.ppc64le",
"product_id": "kernel-modules-0:6.12.0-211.46.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@6.12.0-211.46.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:6.12.0-211.46.1.el10_2.ppc64le",
"product": {
"name": "kernel-modules-core-0:6.12.0-211.46.1.el10_2.ppc64le",
"product_id": "kernel-modules-core-0:6.12.0-211.46.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@6.12.0-211.46.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:6.12.0-211.46.1.el10_2.ppc64le",
"product": {
"name": "kernel-modules-extra-0:6.12.0-211.46.1.el10_2.ppc64le",
"product_id": "kernel-modules-extra-0:6.12.0-211.46.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@6.12.0-211.46.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.ppc64le",
"product": {
"name": "kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.ppc64le",
"product_id": "kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra-matched@6.12.0-211.46.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:6.12.0-211.46.1.el10_2.ppc64le",
"product": {
"name": "kernel-tools-0:6.12.0-211.46.1.el10_2.ppc64le",
"product_id": "kernel-tools-0:6.12.0-211.46.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@6.12.0-211.46.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:6.12.0-211.46.1.el10_2.ppc64le",
"product": {
"name": "kernel-tools-libs-0:6.12.0-211.46.1.el10_2.ppc64le",
"product_id": "kernel-tools-libs-0:6.12.0-211.46.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@6.12.0-211.46.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:6.12.0-211.46.1.el10_2.ppc64le",
"product": {
"name": "kernel-tools-libs-devel-0:6.12.0-211.46.1.el10_2.ppc64le",
"product_id": "kernel-tools-libs-devel-0:6.12.0-211.46.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@6.12.0-211.46.1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libperf-0:6.12.0-211.46.1.el10_2.ppc64le",
"product": {
"name": "libperf-0:6.12.0-211.46.1.el10_2.ppc64le",
"product_id": "libperf-0:6.12.0-211.46.1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf@6.12.0-211.46.1.el10_2?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-debug-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"product": {
"name": "kernel-debug-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"product_id": "kernel-debug-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@6.12.0-211.46.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.x86_64",
"product": {
"name": "kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.x86_64",
"product_id": "kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@6.12.0-211.46.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"product": {
"name": "kernel-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"product_id": "kernel-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@6.12.0-211.46.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:6.12.0-211.46.1.el10_2.x86_64",
"product": {
"name": "kernel-devel-matched-0:6.12.0-211.46.1.el10_2.x86_64",
"product_id": "kernel-devel-matched-0:6.12.0-211.46.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@6.12.0-211.46.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perf-0:6.12.0-211.46.1.el10_2.x86_64",
"product": {
"name": "perf-0:6.12.0-211.46.1.el10_2.x86_64",
"product_id": "perf-0:6.12.0-211.46.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@6.12.0-211.46.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:6.12.0-211.46.1.el10_2.x86_64",
"product": {
"name": "python3-perf-0:6.12.0-211.46.1.el10_2.x86_64",
"product_id": "python3-perf-0:6.12.0-211.46.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@6.12.0-211.46.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rtla-0:6.12.0-211.46.1.el10_2.x86_64",
"product": {
"name": "rtla-0:6.12.0-211.46.1.el10_2.x86_64",
"product_id": "rtla-0:6.12.0-211.46.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@6.12.0-211.46.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rv-0:6.12.0-211.46.1.el10_2.x86_64",
"product": {
"name": "rv-0:6.12.0-211.46.1.el10_2.x86_64",
"product_id": "rv-0:6.12.0-211.46.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rv@6.12.0-211.46.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"product": {
"name": "kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"product_id": "kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@6.12.0-211.46.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"product": {
"name": "kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"product_id": "kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@6.12.0-211.46.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"product": {
"name": "kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"product_id": "kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-x86_64@6.12.0-211.46.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"product": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"product_id": "kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-debuginfo@6.12.0-211.46.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"product": {
"name": "kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"product_id": "kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debuginfo@6.12.0-211.46.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"product": {
"name": "kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"product_id": "kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@6.12.0-211.46.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"product": {
"name": "libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"product_id": "libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf-debuginfo@6.12.0-211.46.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"product": {
"name": "perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"product_id": "perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@6.12.0-211.46.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"product": {
"name": "python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"product_id": "python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@6.12.0-211.46.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-0:6.12.0-211.46.1.el10_2.x86_64",
"product": {
"name": "kernel-0:6.12.0-211.46.1.el10_2.x86_64",
"product_id": "kernel-0:6.12.0-211.46.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@6.12.0-211.46.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:6.12.0-211.46.1.el10_2.x86_64",
"product": {
"name": "kernel-core-0:6.12.0-211.46.1.el10_2.x86_64",
"product_id": "kernel-core-0:6.12.0-211.46.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@6.12.0-211.46.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:6.12.0-211.46.1.el10_2.x86_64",
"product": {
"name": "kernel-debug-0:6.12.0-211.46.1.el10_2.x86_64",
"product_id": "kernel-debug-0:6.12.0-211.46.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@6.12.0-211.46.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:6.12.0-211.46.1.el10_2.x86_64",
"product": {
"name": "kernel-debug-core-0:6.12.0-211.46.1.el10_2.x86_64",
"product_id": "kernel-debug-core-0:6.12.0-211.46.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@6.12.0-211.46.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"product": {
"name": "kernel-debug-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"product_id": "kernel-debug-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@6.12.0-211.46.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"product": {
"name": "kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"product_id": "kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@6.12.0-211.46.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"product": {
"name": "kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"product_id": "kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@6.12.0-211.46.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-uki-virt-0:6.12.0-211.46.1.el10_2.x86_64",
"product": {
"name": "kernel-debug-uki-virt-0:6.12.0-211.46.1.el10_2.x86_64",
"product_id": "kernel-debug-uki-virt-0:6.12.0-211.46.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-uki-virt@6.12.0-211.46.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"product": {
"name": "kernel-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"product_id": "kernel-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@6.12.0-211.46.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"product": {
"name": "kernel-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"product_id": "kernel-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@6.12.0-211.46.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"product": {
"name": "kernel-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"product_id": "kernel-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@6.12.0-211.46.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.x86_64",
"product": {
"name": "kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.x86_64",
"product_id": "kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra-matched@6.12.0-211.46.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:6.12.0-211.46.1.el10_2.x86_64",
"product": {
"name": "kernel-tools-0:6.12.0-211.46.1.el10_2.x86_64",
"product_id": "kernel-tools-0:6.12.0-211.46.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@6.12.0-211.46.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:6.12.0-211.46.1.el10_2.x86_64",
"product": {
"name": "kernel-tools-libs-0:6.12.0-211.46.1.el10_2.x86_64",
"product_id": "kernel-tools-libs-0:6.12.0-211.46.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@6.12.0-211.46.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-uki-virt-0:6.12.0-211.46.1.el10_2.x86_64",
"product": {
"name": "kernel-uki-virt-0:6.12.0-211.46.1.el10_2.x86_64",
"product_id": "kernel-uki-virt-0:6.12.0-211.46.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-uki-virt@6.12.0-211.46.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-uki-virt-addons-0:6.12.0-211.46.1.el10_2.x86_64",
"product": {
"name": "kernel-uki-virt-addons-0:6.12.0-211.46.1.el10_2.x86_64",
"product_id": "kernel-uki-virt-addons-0:6.12.0-211.46.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-uki-virt-addons@6.12.0-211.46.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-0:6.12.0-211.46.1.el10_2.x86_64",
"product": {
"name": "kernel-rt-0:6.12.0-211.46.1.el10_2.x86_64",
"product_id": "kernel-rt-0:6.12.0-211.46.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt@6.12.0-211.46.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-core-0:6.12.0-211.46.1.el10_2.x86_64",
"product": {
"name": "kernel-rt-core-0:6.12.0-211.46.1.el10_2.x86_64",
"product_id": "kernel-rt-core-0:6.12.0-211.46.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-core@6.12.0-211.46.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-0:6.12.0-211.46.1.el10_2.x86_64",
"product": {
"name": "kernel-rt-debug-0:6.12.0-211.46.1.el10_2.x86_64",
"product_id": "kernel-rt-debug-0:6.12.0-211.46.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug@6.12.0-211.46.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-core-0:6.12.0-211.46.1.el10_2.x86_64",
"product": {
"name": "kernel-rt-debug-core-0:6.12.0-211.46.1.el10_2.x86_64",
"product_id": "kernel-rt-debug-core-0:6.12.0-211.46.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-core@6.12.0-211.46.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"product": {
"name": "kernel-rt-debug-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"product_id": "kernel-rt-debug-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-devel@6.12.0-211.46.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"product": {
"name": "kernel-rt-debug-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"product_id": "kernel-rt-debug-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules@6.12.0-211.46.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"product": {
"name": "kernel-rt-debug-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"product_id": "kernel-rt-debug-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-core@6.12.0-211.46.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"product": {
"name": "kernel-rt-debug-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"product_id": "kernel-rt-debug-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-extra@6.12.0-211.46.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"product": {
"name": "kernel-rt-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"product_id": "kernel-rt-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-devel@6.12.0-211.46.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"product": {
"name": "kernel-rt-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"product_id": "kernel-rt-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules@6.12.0-211.46.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"product": {
"name": "kernel-rt-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"product_id": "kernel-rt-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-core@6.12.0-211.46.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"product": {
"name": "kernel-rt-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"product_id": "kernel-rt-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-extra@6.12.0-211.46.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"product": {
"name": "kernel-tools-libs-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"product_id": "kernel-tools-libs-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@6.12.0-211.46.1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libperf-0:6.12.0-211.46.1.el10_2.x86_64",
"product": {
"name": "libperf-0:6.12.0-211.46.1.el10_2.x86_64",
"product_id": "libperf-0:6.12.0-211.46.1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf@6.12.0-211.46.1.el10_2?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-debug-devel-0:6.12.0-211.46.1.el10_2.s390x",
"product": {
"name": "kernel-debug-devel-0:6.12.0-211.46.1.el10_2.s390x",
"product_id": "kernel-debug-devel-0:6.12.0-211.46.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@6.12.0-211.46.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.s390x",
"product": {
"name": "kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.s390x",
"product_id": "kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@6.12.0-211.46.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:6.12.0-211.46.1.el10_2.s390x",
"product": {
"name": "kernel-devel-0:6.12.0-211.46.1.el10_2.s390x",
"product_id": "kernel-devel-0:6.12.0-211.46.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@6.12.0-211.46.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:6.12.0-211.46.1.el10_2.s390x",
"product": {
"name": "kernel-devel-matched-0:6.12.0-211.46.1.el10_2.s390x",
"product_id": "kernel-devel-matched-0:6.12.0-211.46.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@6.12.0-211.46.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-devel-0:6.12.0-211.46.1.el10_2.s390x",
"product": {
"name": "kernel-zfcpdump-devel-0:6.12.0-211.46.1.el10_2.s390x",
"product_id": "kernel-zfcpdump-devel-0:6.12.0-211.46.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-devel@6.12.0-211.46.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-devel-matched-0:6.12.0-211.46.1.el10_2.s390x",
"product": {
"name": "kernel-zfcpdump-devel-matched-0:6.12.0-211.46.1.el10_2.s390x",
"product_id": "kernel-zfcpdump-devel-matched-0:6.12.0-211.46.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-devel-matched@6.12.0-211.46.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perf-0:6.12.0-211.46.1.el10_2.s390x",
"product": {
"name": "perf-0:6.12.0-211.46.1.el10_2.s390x",
"product_id": "perf-0:6.12.0-211.46.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@6.12.0-211.46.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:6.12.0-211.46.1.el10_2.s390x",
"product": {
"name": "python3-perf-0:6.12.0-211.46.1.el10_2.s390x",
"product_id": "python3-perf-0:6.12.0-211.46.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@6.12.0-211.46.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rtla-0:6.12.0-211.46.1.el10_2.s390x",
"product": {
"name": "rtla-0:6.12.0-211.46.1.el10_2.s390x",
"product_id": "rtla-0:6.12.0-211.46.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@6.12.0-211.46.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rv-0:6.12.0-211.46.1.el10_2.s390x",
"product": {
"name": "rv-0:6.12.0-211.46.1.el10_2.s390x",
"product_id": "rv-0:6.12.0-211.46.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rv@6.12.0-211.46.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"product": {
"name": "kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"product_id": "kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@6.12.0-211.46.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"product": {
"name": "kernel-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"product_id": "kernel-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@6.12.0-211.46.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-s390x-0:6.12.0-211.46.1.el10_2.s390x",
"product": {
"name": "kernel-debuginfo-common-s390x-0:6.12.0-211.46.1.el10_2.s390x",
"product_id": "kernel-debuginfo-common-s390x-0:6.12.0-211.46.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-s390x@6.12.0-211.46.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"product": {
"name": "kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"product_id": "kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@6.12.0-211.46.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"product": {
"name": "kernel-zfcpdump-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"product_id": "kernel-zfcpdump-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-debuginfo@6.12.0-211.46.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libperf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"product": {
"name": "libperf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"product_id": "libperf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf-debuginfo@6.12.0-211.46.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"product": {
"name": "perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"product_id": "perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@6.12.0-211.46.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"product": {
"name": "python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"product_id": "python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@6.12.0-211.46.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-0:6.12.0-211.46.1.el10_2.s390x",
"product": {
"name": "kernel-0:6.12.0-211.46.1.el10_2.s390x",
"product_id": "kernel-0:6.12.0-211.46.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@6.12.0-211.46.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:6.12.0-211.46.1.el10_2.s390x",
"product": {
"name": "kernel-core-0:6.12.0-211.46.1.el10_2.s390x",
"product_id": "kernel-core-0:6.12.0-211.46.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@6.12.0-211.46.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:6.12.0-211.46.1.el10_2.s390x",
"product": {
"name": "kernel-debug-0:6.12.0-211.46.1.el10_2.s390x",
"product_id": "kernel-debug-0:6.12.0-211.46.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@6.12.0-211.46.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:6.12.0-211.46.1.el10_2.s390x",
"product": {
"name": "kernel-debug-core-0:6.12.0-211.46.1.el10_2.s390x",
"product_id": "kernel-debug-core-0:6.12.0-211.46.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@6.12.0-211.46.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:6.12.0-211.46.1.el10_2.s390x",
"product": {
"name": "kernel-debug-modules-0:6.12.0-211.46.1.el10_2.s390x",
"product_id": "kernel-debug-modules-0:6.12.0-211.46.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@6.12.0-211.46.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.s390x",
"product": {
"name": "kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.s390x",
"product_id": "kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@6.12.0-211.46.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.s390x",
"product": {
"name": "kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.s390x",
"product_id": "kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@6.12.0-211.46.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:6.12.0-211.46.1.el10_2.s390x",
"product": {
"name": "kernel-modules-0:6.12.0-211.46.1.el10_2.s390x",
"product_id": "kernel-modules-0:6.12.0-211.46.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@6.12.0-211.46.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:6.12.0-211.46.1.el10_2.s390x",
"product": {
"name": "kernel-modules-core-0:6.12.0-211.46.1.el10_2.s390x",
"product_id": "kernel-modules-core-0:6.12.0-211.46.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@6.12.0-211.46.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:6.12.0-211.46.1.el10_2.s390x",
"product": {
"name": "kernel-modules-extra-0:6.12.0-211.46.1.el10_2.s390x",
"product_id": "kernel-modules-extra-0:6.12.0-211.46.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@6.12.0-211.46.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.s390x",
"product": {
"name": "kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.s390x",
"product_id": "kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra-matched@6.12.0-211.46.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:6.12.0-211.46.1.el10_2.s390x",
"product": {
"name": "kernel-tools-0:6.12.0-211.46.1.el10_2.s390x",
"product_id": "kernel-tools-0:6.12.0-211.46.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@6.12.0-211.46.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-0:6.12.0-211.46.1.el10_2.s390x",
"product": {
"name": "kernel-zfcpdump-0:6.12.0-211.46.1.el10_2.s390x",
"product_id": "kernel-zfcpdump-0:6.12.0-211.46.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump@6.12.0-211.46.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-core-0:6.12.0-211.46.1.el10_2.s390x",
"product": {
"name": "kernel-zfcpdump-core-0:6.12.0-211.46.1.el10_2.s390x",
"product_id": "kernel-zfcpdump-core-0:6.12.0-211.46.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-core@6.12.0-211.46.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-0:6.12.0-211.46.1.el10_2.s390x",
"product": {
"name": "kernel-zfcpdump-modules-0:6.12.0-211.46.1.el10_2.s390x",
"product_id": "kernel-zfcpdump-modules-0:6.12.0-211.46.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules@6.12.0-211.46.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-core-0:6.12.0-211.46.1.el10_2.s390x",
"product": {
"name": "kernel-zfcpdump-modules-core-0:6.12.0-211.46.1.el10_2.s390x",
"product_id": "kernel-zfcpdump-modules-core-0:6.12.0-211.46.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-core@6.12.0-211.46.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-extra-0:6.12.0-211.46.1.el10_2.s390x",
"product": {
"name": "kernel-zfcpdump-modules-extra-0:6.12.0-211.46.1.el10_2.s390x",
"product_id": "kernel-zfcpdump-modules-extra-0:6.12.0-211.46.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-extra@6.12.0-211.46.1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libperf-0:6.12.0-211.46.1.el10_2.s390x",
"product": {
"name": "libperf-0:6.12.0-211.46.1.el10_2.s390x",
"product_id": "libperf-0:6.12.0-211.46.1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf@6.12.0-211.46.1.el10_2?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-doc-0:6.12.0-211.46.1.el10_2.noarch",
"product": {
"name": "kernel-doc-0:6.12.0-211.46.1.el10_2.noarch",
"product_id": "kernel-doc-0:6.12.0-211.46.1.el10_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-doc@6.12.0-211.46.1.el10_2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "kernel-abi-stablelists-0:6.12.0-211.46.1.el10_2.noarch",
"product": {
"name": "kernel-abi-stablelists-0:6.12.0-211.46.1.el10_2.noarch",
"product_id": "kernel-abi-stablelists-0:6.12.0-211.46.1.el10_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-abi-stablelists@6.12.0-211.46.1.el10_2?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-0:6.12.0-211.46.1.el10_2.src",
"product": {
"name": "kernel-0:6.12.0-211.46.1.el10_2.src",
"product_id": "kernel-0:6.12.0-211.46.1.el10_2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@6.12.0-211.46.1.el10_2?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "kernel-64k-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "kernel-64k-debug-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "kernel-64k-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "kernel-64k-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "kernel-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-211.46.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.ppc64le"
},
"product_reference": "kernel-debug-devel-0:6.12.0-211.46.1.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-211.46.1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.s390x"
},
"product_reference": "kernel-debug-devel-0:6.12.0-211.46.1.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-211.46.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "kernel-debug-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.ppc64le"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.s390x"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le"
},
"product_reference": "kernel-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-211.46.1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.s390x"
},
"product_reference": "kernel-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:6.12.0-211.46.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.46.1.el10_2.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:6.12.0-211.46.1.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:6.12.0-211.46.1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.46.1.el10_2.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:6.12.0-211.46.1.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "kernel-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-211.46.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.ppc64le"
},
"product_reference": "kernel-devel-0:6.12.0-211.46.1.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-211.46.1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.s390x"
},
"product_reference": "kernel-devel-0:6.12.0-211.46.1.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-211.46.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "kernel-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "kernel-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-211.46.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.ppc64le"
},
"product_reference": "kernel-devel-matched-0:6.12.0-211.46.1.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-211.46.1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.s390x"
},
"product_reference": "kernel-devel-matched-0:6.12.0-211.46.1.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-211.46.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "kernel-devel-matched-0:6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-doc-0:6.12.0-211.46.1.el10_2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-doc-0:6.12.0-211.46.1.el10_2.noarch"
},
"product_reference": "kernel-doc-0:6.12.0-211.46.1.el10_2.noarch",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-debuginfo-0:6.12.0-211.46.1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.46.1.el10_2.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-0:6.12.0-211.46.1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.46.1.el10_2.s390x"
},
"product_reference": "kernel-zfcpdump-devel-0:6.12.0-211.46.1.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-matched-0:6.12.0-211.46.1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.46.1.el10_2.s390x"
},
"product_reference": "kernel-zfcpdump-devel-matched-0:6.12.0-211.46.1.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le"
},
"product_reference": "libperf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x"
},
"product_reference": "libperf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "perf-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-211.46.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.ppc64le"
},
"product_reference": "perf-0:6.12.0-211.46.1.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-211.46.1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.s390x"
},
"product_reference": "perf-0:6.12.0-211.46.1.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-211.46.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "perf-0:6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le"
},
"product_reference": "perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x"
},
"product_reference": "perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "python3-perf-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-211.46.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.ppc64le"
},
"product_reference": "python3-perf-0:6.12.0-211.46.1.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-211.46.1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.s390x"
},
"product_reference": "python3-perf-0:6.12.0-211.46.1.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-211.46.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "python3-perf-0:6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "rtla-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-211.46.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.ppc64le"
},
"product_reference": "rtla-0:6.12.0-211.46.1.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-211.46.1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.s390x"
},
"product_reference": "rtla-0:6.12.0-211.46.1.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-211.46.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "rtla-0:6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "rv-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-211.46.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.ppc64le"
},
"product_reference": "rv-0:6.12.0-211.46.1.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-211.46.1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.s390x"
},
"product_reference": "rv-0:6.12.0-211.46.1.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-211.46.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "rv-0:6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "kernel-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-211.46.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.ppc64le"
},
"product_reference": "kernel-0:6.12.0-211.46.1.el10_2.ppc64le",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-211.46.1.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.s390x"
},
"product_reference": "kernel-0:6.12.0-211.46.1.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-211.46.1.el10_2.src as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.src"
},
"product_reference": "kernel-0:6.12.0-211.46.1.el10_2.src",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-211.46.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "kernel-0:6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "kernel-64k-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-core-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "kernel-64k-core-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "kernel-64k-debug-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-core-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "kernel-64k-debug-core-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "kernel-64k-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "kernel-64k-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "kernel-64k-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "kernel-64k-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-core-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "kernel-64k-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "kernel-64k-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-abi-stablelists-0:6.12.0-211.46.1.el10_2.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.46.1.el10_2.noarch"
},
"product_reference": "kernel-abi-stablelists-0:6.12.0-211.46.1.el10_2.noarch",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "kernel-core-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-211.46.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.ppc64le"
},
"product_reference": "kernel-core-0:6.12.0-211.46.1.el10_2.ppc64le",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-211.46.1.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.s390x"
},
"product_reference": "kernel-core-0:6.12.0-211.46.1.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-211.46.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "kernel-core-0:6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "kernel-debug-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-211.46.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.ppc64le"
},
"product_reference": "kernel-debug-0:6.12.0-211.46.1.el10_2.ppc64le",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-211.46.1.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.s390x"
},
"product_reference": "kernel-debug-0:6.12.0-211.46.1.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-211.46.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "kernel-debug-0:6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "kernel-debug-core-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-211.46.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.ppc64le"
},
"product_reference": "kernel-debug-core-0:6.12.0-211.46.1.el10_2.ppc64le",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-211.46.1.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.s390x"
},
"product_reference": "kernel-debug-core-0:6.12.0-211.46.1.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-211.46.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "kernel-debug-core-0:6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "kernel-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-211.46.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.ppc64le"
},
"product_reference": "kernel-debug-modules-0:6.12.0-211.46.1.el10_2.ppc64le",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-211.46.1.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.s390x"
},
"product_reference": "kernel-debug-modules-0:6.12.0-211.46.1.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-211.46.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "kernel-debug-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.ppc64le"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.ppc64le",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.s390x"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.ppc64le"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.ppc64le",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.s390x"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-uki-virt-0:6.12.0-211.46.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "kernel-debug-uki-virt-0:6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le"
},
"product_reference": "kernel-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-211.46.1.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.s390x"
},
"product_reference": "kernel-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:6.12.0-211.46.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.46.1.el10_2.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:6.12.0-211.46.1.el10_2.ppc64le",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:6.12.0-211.46.1.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.46.1.el10_2.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:6.12.0-211.46.1.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "kernel-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-211.46.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.ppc64le"
},
"product_reference": "kernel-modules-0:6.12.0-211.46.1.el10_2.ppc64le",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-211.46.1.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.s390x"
},
"product_reference": "kernel-modules-0:6.12.0-211.46.1.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-211.46.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "kernel-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "kernel-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-211.46.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.ppc64le"
},
"product_reference": "kernel-modules-core-0:6.12.0-211.46.1.el10_2.ppc64le",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-211.46.1.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.s390x"
},
"product_reference": "kernel-modules-core-0:6.12.0-211.46.1.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-211.46.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "kernel-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "kernel-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-211.46.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.ppc64le"
},
"product_reference": "kernel-modules-extra-0:6.12.0-211.46.1.el10_2.ppc64le",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-211.46.1.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.s390x"
},
"product_reference": "kernel-modules-extra-0:6.12.0-211.46.1.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "kernel-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.ppc64le"
},
"product_reference": "kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.ppc64le",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.s390x"
},
"product_reference": "kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "kernel-tools-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-211.46.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.ppc64le"
},
"product_reference": "kernel-tools-0:6.12.0-211.46.1.el10_2.ppc64le",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-211.46.1.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.s390x"
},
"product_reference": "kernel-tools-0:6.12.0-211.46.1.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-211.46.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "kernel-tools-0:6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "kernel-tools-libs-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:6.12.0-211.46.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.46.1.el10_2.ppc64le"
},
"product_reference": "kernel-tools-libs-0:6.12.0-211.46.1.el10_2.ppc64le",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:6.12.0-211.46.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "kernel-tools-libs-0:6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "kernel-uki-virt-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-0:6.12.0-211.46.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "kernel-uki-virt-0:6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-addons-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "kernel-uki-virt-addons-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-addons-0:6.12.0-211.46.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "kernel-uki-virt-addons-0:6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-0:6.12.0-211.46.1.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.46.1.el10_2.s390x"
},
"product_reference": "kernel-zfcpdump-0:6.12.0-211.46.1.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-core-0:6.12.0-211.46.1.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.46.1.el10_2.s390x"
},
"product_reference": "kernel-zfcpdump-core-0:6.12.0-211.46.1.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-debuginfo-0:6.12.0-211.46.1.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.46.1.el10_2.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-0:6.12.0-211.46.1.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.46.1.el10_2.s390x"
},
"product_reference": "kernel-zfcpdump-modules-0:6.12.0-211.46.1.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-core-0:6.12.0-211.46.1.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.46.1.el10_2.s390x"
},
"product_reference": "kernel-zfcpdump-modules-core-0:6.12.0-211.46.1.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-extra-0:6.12.0-211.46.1.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.46.1.el10_2.s390x"
},
"product_reference": "kernel-zfcpdump-modules-extra-0:6.12.0-211.46.1.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le"
},
"product_reference": "libperf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x"
},
"product_reference": "libperf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le"
},
"product_reference": "perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x"
},
"product_reference": "perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "BaseOS-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le"
},
"product_reference": "kernel-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-211.46.1.el10_2.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.s390x"
},
"product_reference": "kernel-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:6.12.0-211.46.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.46.1.el10_2.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:6.12.0-211.46.1.el10_2.ppc64le",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:6.12.0-211.46.1.el10_2.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.46.1.el10_2.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:6.12.0-211.46.1.el10_2.s390x",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:6.12.0-211.46.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.46.1.el10_2.ppc64le"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-211.46.1.el10_2.ppc64le",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:6.12.0-211.46.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-debuginfo-0:6.12.0-211.46.1.el10_2.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.46.1.el10_2.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "libperf-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-211.46.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.ppc64le"
},
"product_reference": "libperf-0:6.12.0-211.46.1.el10_2.ppc64le",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-211.46.1.el10_2.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.s390x"
},
"product_reference": "libperf-0:6.12.0-211.46.1.el10_2.s390x",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-211.46.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "libperf-0:6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le"
},
"product_reference": "libperf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x"
},
"product_reference": "libperf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le"
},
"product_reference": "perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x"
},
"product_reference": "perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "NFV-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "NFV-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "NFV-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:6.12.0-211.46.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.2.Z:kernel-rt-0:6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-0:6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "NFV-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:6.12.0-211.46.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-core-0:6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "NFV-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:6.12.0-211.46.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-debug-0:6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "NFV-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:6.12.0-211.46.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-debug-core-0:6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "NFV-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "NFV-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:6.12.0-211.46.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-debug-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "NFV-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:6.12.0-211.46.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-debug-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "NFV-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:6.12.0-211.46.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-debug-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "NFV-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "NFV-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "NFV-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:6.12.0-211.46.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "NFV-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:6.12.0-211.46.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "NFV-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:6.12.0-211.46.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "NFV-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "NFV-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "NFV-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "NFV-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "NFV-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "NFV-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:6.12.0-211.46.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-0:6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-0:6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-64k-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-core-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-64k-core-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-64k-debug-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-core-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-64k-debug-core-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-64k-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-devel-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-64k-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-64k-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-core-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-64k-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-64k-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-core-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-core-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:6.12.0-211.46.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-core-0:6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-core-0:6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-debug-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:6.12.0-211.46.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-debug-0:6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-debug-core-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:6.12.0-211.46.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-debug-core-0:6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:6.12.0-211.46.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-debug-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:6.12.0-211.46.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-debug-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:6.12.0-211.46.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-debug-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:6.12.0-211.46.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:6.12.0-211.46.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:6.12.0-211.46.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "kernel-rt-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "kernel-rt-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"relates_to_product_reference": "RT-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"relates_to_product_reference": "RT-10.2.Z"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-53143",
"discovery_date": "2024-12-07T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2330957"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nfsnotify: Fix ordering of iput() and watched_objects decrement\n\nEnsure the superblock is kept alive until we\u0027re done with iput().\nHolding a reference to an inode is not allowed unless we ensure the\nsuperblock stays alive, which fsnotify does by keeping the\nwatched_objects count elevated, so iput() must happen before the\nwatched_objects decrement.\nThis can lead to a UAF of something like sb-\u003es_fs_info in tmpfs, but the\nUAF is hard to hit because race orderings that oops are more likely, thanks\nto the CHECK_DATA_CORRUPTION() block in generic_shutdown_super().\n\nAlso, ensure that fsnotify_put_sb_watched_objects() doesn\u0027t call\nfsnotify_sb_watched_objects() on a superblock that may have already been\nfreed, which would cause a UAF read of sb-\u003es_fsnotify_info.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: fsnotify: Fix ordering of iput() and watched_objects decrement",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-doc-0:6.12.0-211.46.1.el10_2.noarch",
"AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.src",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.46.1.el10_2.noarch",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-53143"
},
{
"category": "external",
"summary": "RHBZ#2330957",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2330957"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-53143",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53143"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-53143",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-53143"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2024120746-CVE-2024-53143-05ed@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2024120746-CVE-2024-53143-05ed@gregkh/T"
}
],
"release_date": "2024-12-07T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-11T10:11:40+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.\n\nRed Hat recommends treating all kernel errata as security-relevant. Given the kernel\u0027s fundamental role, any bug has a higher chance of impacting system security, even if that impact only becomes clear after a fix is published. Therefore, Red Hat prioritizes delivering fixes that improve our customers\u0027 overall security posture.\n\nBecause of this proactive approach, a patch may be associated with a CVE assignment at a future date. Retroactive CVE assignments are always documented in the corresponding errata and on Red Hat\u0027s CVE pages. We strongly advise against delaying updates, as doing so may leave your system exposed when protections are already available.",
"product_ids": [
"AppStream-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-doc-0:6.12.0-211.46.1.el10_2.noarch",
"AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.src",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.46.1.el10_2.noarch",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:53330"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-doc-0:6.12.0-211.46.1.el10_2.noarch",
"AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.src",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.46.1.el10_2.noarch",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: fsnotify: Fix ordering of iput() and watched_objects decrement"
},
{
"cve": "CVE-2025-71072",
"cwe": {
"id": "CWE-390",
"name": "Detection of Error Condition Without Action"
},
"discovery_date": "2026-01-13T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2429083"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel\u0027s shmem (tmpfs) filesystem rename operation. Under severe memory pressure, the maple_tree insertion used during file rename can fail, and the error recovery path does not properly handle this failure. This can leave the filesystem directory offset tree in an inconsistent state.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: shmem: fix recovery on rename failures",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Triggering this vulnerability requires extreme memory exhaustion conditions during tmpfs rename operations. Normal system operation with adequate memory is unaffected. The filesystem inconsistency could cause subsequent directory operations to fail unexpectedly.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-doc-0:6.12.0-211.46.1.el10_2.noarch",
"AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.src",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.46.1.el10_2.noarch",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-71072"
},
{
"category": "external",
"summary": "RHBZ#2429083",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2429083"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-71072",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71072"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-71072",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-71072"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2026011325-CVE-2025-71072-b52b@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2026011325-CVE-2025-71072-b52b@gregkh/T"
}
],
"release_date": "2026-01-13T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-11T10:11:40+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.\n\nRed Hat recommends treating all kernel errata as security-relevant. Given the kernel\u0027s fundamental role, any bug has a higher chance of impacting system security, even if that impact only becomes clear after a fix is published. Therefore, Red Hat prioritizes delivering fixes that improve our customers\u0027 overall security posture.\n\nBecause of this proactive approach, a patch may be associated with a CVE assignment at a future date. Retroactive CVE assignments are always documented in the corresponding errata and on Red Hat\u0027s CVE pages. We strongly advise against delaying updates, as doing so may leave your system exposed when protections are already available.",
"product_ids": [
"AppStream-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-doc-0:6.12.0-211.46.1.el10_2.noarch",
"AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.src",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.46.1.el10_2.noarch",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:53330"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 2.5,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"AppStream-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-doc-0:6.12.0-211.46.1.el10_2.noarch",
"AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.src",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.46.1.el10_2.noarch",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "kernel: shmem: fix recovery on rename failures"
},
{
"cve": "CVE-2026-23415",
"cwe": {
"id": "CWE-367",
"name": "Time-of-check Time-of-use (TOCTOU) Race Condition"
},
"discovery_date": "2026-04-02T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2454320"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel. A timing issue, known as a race condition, exists within the futex subsystem. This vulnerability could allow a local attacker to access memory after it has been freed, leading to a system crash (denial of service) or potentially the disclosure of sensitive information.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: futex: Fix UaF between futex_key_to_node_opt() and vma_replace_policy()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Unprivileged processes routinely use futexes; `mbind()` on their own mappings is also available without special capability on typical configurations, so the race is not limited to root-only workloads. Minimum impact is abnormal termination or crash; information disclosure from the UAF read is plausible and should be reviewed manually.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-doc-0:6.12.0-211.46.1.el10_2.noarch",
"AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.src",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.46.1.el10_2.noarch",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-23415"
},
{
"category": "external",
"summary": "RHBZ#2454320",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2454320"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-23415",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23415"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-23415",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-23415"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2026040204-CVE-2026-23415-3435@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2026040204-CVE-2026-23415-3435@gregkh/T"
}
],
"release_date": "2026-04-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-11T10:11:40+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.\n\nRed Hat recommends treating all kernel errata as security-relevant. Given the kernel\u0027s fundamental role, any bug has a higher chance of impacting system security, even if that impact only becomes clear after a fix is published. Therefore, Red Hat prioritizes delivering fixes that improve our customers\u0027 overall security posture.\n\nBecause of this proactive approach, a patch may be associated with a CVE assignment at a future date. Retroactive CVE assignments are always documented in the corresponding errata and on Red Hat\u0027s CVE pages. We strongly advise against delaying updates, as doing so may leave your system exposed when protections are already available.",
"product_ids": [
"AppStream-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-doc-0:6.12.0-211.46.1.el10_2.noarch",
"AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.src",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.46.1.el10_2.noarch",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:53330"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.7,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-doc-0:6.12.0-211.46.1.el10_2.noarch",
"AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.src",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.46.1.el10_2.noarch",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: futex: Fix UaF between futex_key_to_node_opt() and vma_replace_policy()"
},
{
"cve": "CVE-2026-31488",
"cwe": {
"id": "CWE-1288",
"name": "Improper Validation of Consistency within Input"
},
"discovery_date": "2026-04-22T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2460619"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel\u0027s AMD display component. This vulnerability arises from incorrect validation of display mode changes during Display Stream Compression (DSC) processing. A local attacker could exploit this by initiating specific display configuration changes, which may lead to a memory leak and a use-after-free error. This could result in system crashes, denial of service, or potentially allow the attacker to gain elevated privileges.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: drm/amd/display: Do not skip unrelated mode changes in DSC validation",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important flaw in the Linux kernel\u0027s AMD display driver, where incorrect handling of display mode changes during Display Stream Compression (DSC) processing can lead to a memory leak and use-after-free. A local attacker with the ability to initiate specific display configuration changes could exploit this to cause a denial of service or potentially escalate privileges. The vulnerability requires local access to the system.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-doc-0:6.12.0-211.46.1.el10_2.noarch",
"AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.src",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.46.1.el10_2.noarch",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-31488"
},
{
"category": "external",
"summary": "RHBZ#2460619",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2460619"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-31488",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31488"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-31488",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-31488"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2026042200-CVE-2026-31488-fe04@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2026042200-CVE-2026-31488-fe04@gregkh/T"
}
],
"release_date": "2026-04-22T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-11T10:11:40+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.\n\nRed Hat recommends treating all kernel errata as security-relevant. Given the kernel\u0027s fundamental role, any bug has a higher chance of impacting system security, even if that impact only becomes clear after a fix is published. Therefore, Red Hat prioritizes delivering fixes that improve our customers\u0027 overall security posture.\n\nBecause of this proactive approach, a patch may be associated with a CVE assignment at a future date. Retroactive CVE assignments are always documented in the corresponding errata and on Red Hat\u0027s CVE pages. We strongly advise against delaying updates, as doing so may leave your system exposed when protections are already available.",
"product_ids": [
"AppStream-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-doc-0:6.12.0-211.46.1.el10_2.noarch",
"AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.src",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.46.1.el10_2.noarch",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:53330"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"AppStream-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-doc-0:6.12.0-211.46.1.el10_2.noarch",
"AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.src",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.46.1.el10_2.noarch",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-doc-0:6.12.0-211.46.1.el10_2.noarch",
"AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.src",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.46.1.el10_2.noarch",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "kernel: drm/amd/display: Do not skip unrelated mode changes in DSC validation"
},
{
"cve": "CVE-2026-52923",
"cwe": {
"id": "CWE-825",
"name": "Expired Pointer Dereference"
},
"discovery_date": "2026-06-24T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2492094"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel. The `ipc_idr_alloc()` function, used in the checkpoint/restore path for SysV Inter-Process Communication (IPC) ID allocation, does not properly limit ID allocation to the valid range. This can result in the system attempting to dereference freed memory, leading to a use-after-free vulnerability. This issue could potentially cause system instability or information disclosure.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: ipc: limit next_id allocation to the valid ID range",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "SysV IPC checkpoint restore next_id allocation can escape the valid IPC id range because ipc_idr_alloc used an open ended idr_alloc upper bound. A crafted local sequence can leave a shared memory object stored in an out of range IDR slot, while later removal truncates the encoded id and removes a different in range slot. This can leave a stale IDR pointer to freed shared memory state, and a later /proc/sysvipc/shm walk can dereference freed memory. Impact is local denial of service.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-doc-0:6.12.0-211.46.1.el10_2.noarch",
"AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.src",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.46.1.el10_2.noarch",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-52923"
},
{
"category": "external",
"summary": "RHBZ#2492094",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2492094"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-52923",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-52923"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-52923",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-52923"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2026062431-CVE-2026-52923-35fb@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2026062431-CVE-2026-52923-35fb@gregkh/T"
}
],
"release_date": "2026-06-24T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-11T10:11:40+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.\n\nRed Hat recommends treating all kernel errata as security-relevant. Given the kernel\u0027s fundamental role, any bug has a higher chance of impacting system security, even if that impact only becomes clear after a fix is published. Therefore, Red Hat prioritizes delivering fixes that improve our customers\u0027 overall security posture.\n\nBecause of this proactive approach, a patch may be associated with a CVE assignment at a future date. Retroactive CVE assignments are always documented in the corresponding errata and on Red Hat\u0027s CVE pages. We strongly advise against delaying updates, as doing so may leave your system exposed when protections are already available.",
"product_ids": [
"AppStream-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-doc-0:6.12.0-211.46.1.el10_2.noarch",
"AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.src",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.46.1.el10_2.noarch",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:53330"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.8,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-doc-0:6.12.0-211.46.1.el10_2.noarch",
"AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.src",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.46.1.el10_2.noarch",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: ipc: limit next_id allocation to the valid ID range"
},
{
"cve": "CVE-2026-64368",
"cwe": {
"id": "CWE-824",
"name": "Access of Uninitialized Pointer"
},
"discovery_date": "2026-07-25T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2507213"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel\u0027s memory management subsystem. This issue occurs when the kernel\u0027s memory allocator attempts to zero out newly allocated memory, but an incorrect check prevents the full memory region from being cleared under specific configurations. This can lead to memory not being fully zeroed as intended, potentially allowing a local attacker to access sensitive information from previously used memory regions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: mm/slab: do not limit zeroing to orig_size when only red zoning is enabled",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-doc-0:6.12.0-211.46.1.el10_2.noarch",
"AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.src",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.46.1.el10_2.noarch",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-64368"
},
{
"category": "external",
"summary": "RHBZ#2507213",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2507213"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-64368",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64368"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-64368",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-64368"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2026072522-CVE-2026-64368-014f@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2026072522-CVE-2026-64368-014f@gregkh/T"
}
],
"release_date": "2026-07-25T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-11T10:11:40+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.\n\nRed Hat recommends treating all kernel errata as security-relevant. Given the kernel\u0027s fundamental role, any bug has a higher chance of impacting system security, even if that impact only becomes clear after a fix is published. Therefore, Red Hat prioritizes delivering fixes that improve our customers\u0027 overall security posture.\n\nBecause of this proactive approach, a patch may be associated with a CVE assignment at a future date. Retroactive CVE assignments are always documented in the corresponding errata and on Red Hat\u0027s CVE pages. We strongly advise against delaying updates, as doing so may leave your system exposed when protections are already available.",
"product_ids": [
"AppStream-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-doc-0:6.12.0-211.46.1.el10_2.noarch",
"AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.src",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.46.1.el10_2.noarch",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:53330"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-doc-0:6.12.0-211.46.1.el10_2.noarch",
"AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.src",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.46.1.el10_2.noarch",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: mm/slab: do not limit zeroing to orig_size when only red zoning is enabled"
},
{
"cve": "CVE-2026-64531",
"cwe": {
"id": "CWE-130",
"name": "Improper Handling of Length Parameter Inconsistency"
},
"discovery_date": "2026-07-27T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2507402"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Open vSwitch in the Linux kernel. Improper handling of oversized nested action attributes can lead to a truncated length field, which could be exploited by a local attacker to alter kernel memory. This alteration might result in the disclosure of sensitive information or a local privilege escalation (LPE).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: net: openvswitch: reject oversized nested action attrs",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Note that Red Hat Enterprise Linux 9.6 and layered products which include the 9.6 kernel do not contain the commits that introduced this vulnerability.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-doc-0:6.12.0-211.46.1.el10_2.noarch",
"AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.src",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.46.1.el10_2.noarch",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-64531"
},
{
"category": "external",
"summary": "RHBZ#2507402",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2507402"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-64531",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-64531"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-64531",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-64531"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2026072732-CVE-2026-64531-e4ce@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2026072732-CVE-2026-64531-e4ce@gregkh/T"
}
],
"release_date": "2026-07-27T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-11T10:11:40+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.\n\nRed Hat recommends treating all kernel errata as security-relevant. Given the kernel\u0027s fundamental role, any bug has a higher chance of impacting system security, even if that impact only becomes clear after a fix is published. Therefore, Red Hat prioritizes delivering fixes that improve our customers\u0027 overall security posture.\n\nBecause of this proactive approach, a patch may be associated with a CVE assignment at a future date. Retroactive CVE assignments are always documented in the corresponding errata and on Red Hat\u0027s CVE pages. We strongly advise against delaying updates, as doing so may leave your system exposed when protections are already available.",
"product_ids": [
"AppStream-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-doc-0:6.12.0-211.46.1.el10_2.noarch",
"AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.src",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.46.1.el10_2.noarch",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:53330"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debug-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-64k-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debug-devel-matched-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-devel-matched-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-doc-0:6.12.0-211.46.1.el10_2.noarch",
"AppStream-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:kernel-zfcpdump-devel-matched-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:perf-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:rtla-0:6.12.0-211.46.1.el10_2.x86_64",
"AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.aarch64",
"AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.ppc64le",
"AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.s390x",
"AppStream-10.2.Z:rv-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.src",
"BaseOS-10.2.Z:kernel-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-64k-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-64k-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-abi-stablelists-0:6.12.0-211.46.1.el10_2.noarch",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-core-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-core-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debug-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debug-uki-virt-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-modules-extra-matched-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:kernel-tools-libs-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:kernel-uki-virt-addons-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:kernel-zfcpdump-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-core-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:kernel-zfcpdump-modules-extra-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"BaseOS-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-debuginfo-common-s390x-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:kernel-tools-libs-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:kernel-zfcpdump-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:libperf-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.ppc64le",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.s390x",
"CRB-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-core-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"NFV-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-debuginfo-common-aarch64-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-debuginfo-common-x86_64-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-64k-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-64k-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-core-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-core-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debug-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-devel-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-core-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-rt-modules-extra-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:kernel-tools-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:libperf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.aarch64",
"RT-10.2.Z:python3-perf-debuginfo-0:6.12.0-211.46.1.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "kernel: net: openvswitch: reject oversized nested action attrs"
}
]
}
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
The approach is described in our paper Mapping CVEs to MITRE ATT&CK Techniques: A Curated Gold-Set Classifier and the Limits of LLM-Assisted Label Expansion.