Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2025-39966 (GCVE-0-2025-39966)
Vulnerability from cvelistv5 – Published: 2025-10-15 07:55 – Updated: 2026-05-11 21:39| Vendor | Product | Version | |
|---|---|---|---|
| Linux | Linux |
Affected:
07838f7fd529c8a6de44b601d4b7057e6c8d36ed , < 17195a7d754a5c6a31888702ca93f6f08f3383ad
(git)
Affected: 07838f7fd529c8a6de44b601d4b7057e6c8d36ed , < e4825368285e33d6360c6c6a6a10d2d83da06e55 (git) Affected: 07838f7fd529c8a6de44b601d4b7057e6c8d36ed , < 4e034bf045b12852a24d5d33f2451850818ba0c1 (git) |
|
| Linux | Linux |
Affected:
6.11
Unaffected: 0 , < 6.11 (semver) Unaffected: 6.12.50 , ≤ 6.12.* (semver) Unaffected: 6.16.10 , ≤ 6.16.* (semver) Unaffected: 6.17 , ≤ * (original_commit_for_fix) |
{
"containers": {
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"product": "Linux",
"programFiles": [
"drivers/iommu/iommufd/eventq.c",
"drivers/iommu/iommufd/main.c"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"lessThan": "17195a7d754a5c6a31888702ca93f6f08f3383ad",
"status": "affected",
"version": "07838f7fd529c8a6de44b601d4b7057e6c8d36ed",
"versionType": "git"
},
{
"lessThan": "e4825368285e33d6360c6c6a6a10d2d83da06e55",
"status": "affected",
"version": "07838f7fd529c8a6de44b601d4b7057e6c8d36ed",
"versionType": "git"
},
{
"lessThan": "4e034bf045b12852a24d5d33f2451850818ba0c1",
"status": "affected",
"version": "07838f7fd529c8a6de44b601d4b7057e6c8d36ed",
"versionType": "git"
}
]
},
{
"defaultStatus": "affected",
"product": "Linux",
"programFiles": [
"drivers/iommu/iommufd/eventq.c",
"drivers/iommu/iommufd/main.c"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"status": "affected",
"version": "6.11"
},
{
"lessThan": "6.11",
"status": "unaffected",
"version": "0",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.12.*",
"status": "unaffected",
"version": "6.12.50",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.16.*",
"status": "unaffected",
"version": "6.16.10",
"versionType": "semver"
},
{
"lessThanOrEqual": "*",
"status": "unaffected",
"version": "6.17",
"versionType": "original_commit_for_fix"
}
]
}
],
"cpeApplicability": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.12.50",
"versionStartIncluding": "6.11",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.16.10",
"versionStartIncluding": "6.11",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.17",
"versionStartIncluding": "6.11",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "In the Linux kernel, the following vulnerability has been resolved:\n\niommufd: Fix race during abort for file descriptors\n\nfput() doesn\u0027t actually call file_operations release() synchronously, it\nputs the file on a work queue and it will be released eventually.\n\nThis is normally fine, except for iommufd the file and the iommufd_object\nare tied to gether. The file has the object as it\u0027s private_data and holds\na users refcount, while the object is expected to remain alive as long as\nthe file is.\n\nWhen the allocation of a new object aborts before installing the file it\nwill fput() the file and then go on to immediately kfree() the obj. This\ncauses a UAF once the workqueue completes the fput() and tries to\ndecrement the users refcount.\n\nFix this by putting the core code in charge of the file lifetime, and call\n__fput_sync() during abort to ensure that release() is called before\nkfree. __fput_sync() is a bit too tricky to open code in all the object\nimplementations. Instead the objects tell the core code where the file\npointer is and the core will take care of the life cycle.\n\nIf the object is successfully allocated then the file will hold a users\nrefcount and the iommufd_object cannot be destroyed.\n\nIt is worth noting that close(); ioctl(IOMMU_DESTROY); doesn\u0027t have an\nissue because close() is already using a synchronous version of fput().\n\nThe UAF looks like this:\n\n BUG: KASAN: slab-use-after-free in iommufd_eventq_fops_release+0x45/0xc0 drivers/iommu/iommufd/eventq.c:376\n Write of size 4 at addr ffff888059c97804 by task syz.0.46/6164\n\n CPU: 0 UID: 0 PID: 6164 Comm: syz.0.46 Not tainted syzkaller #0 PREEMPT(full)\n Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 08/18/2025\n Call Trace:\n \u003cTASK\u003e\n __dump_stack lib/dump_stack.c:94 [inline]\n dump_stack_lvl+0x116/0x1f0 lib/dump_stack.c:120\n print_address_description mm/kasan/report.c:378 [inline]\n print_report+0xcd/0x630 mm/kasan/report.c:482\n kasan_report+0xe0/0x110 mm/kasan/report.c:595\n check_region_inline mm/kasan/generic.c:183 [inline]\n kasan_check_range+0x100/0x1b0 mm/kasan/generic.c:189\n instrument_atomic_read_write include/linux/instrumented.h:96 [inline]\n atomic_fetch_sub_release include/linux/atomic/atomic-instrumented.h:400 [inline]\n __refcount_dec include/linux/refcount.h:455 [inline]\n refcount_dec include/linux/refcount.h:476 [inline]\n iommufd_eventq_fops_release+0x45/0xc0 drivers/iommu/iommufd/eventq.c:376\n __fput+0x402/0xb70 fs/file_table.c:468\n task_work_run+0x14d/0x240 kernel/task_work.c:227\n resume_user_mode_work include/linux/resume_user_mode.h:50 [inline]\n exit_to_user_mode_loop+0xeb/0x110 kernel/entry/common.c:43\n exit_to_user_mode_prepare include/linux/irq-entry-common.h:225 [inline]\n syscall_exit_to_user_mode_work include/linux/entry-common.h:175 [inline]\n syscall_exit_to_user_mode include/linux/entry-common.h:210 [inline]\n do_syscall_64+0x41c/0x4c0 arch/x86/entry/syscall_64.c:100\n entry_SYSCALL_64_after_hwframe+0x77/0x7f"
}
],
"providerMetadata": {
"dateUpdated": "2026-05-11T21:39:52.349Z",
"orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"shortName": "Linux"
},
"references": [
{
"url": "https://git.kernel.org/stable/c/17195a7d754a5c6a31888702ca93f6f08f3383ad"
},
{
"url": "https://git.kernel.org/stable/c/e4825368285e33d6360c6c6a6a10d2d83da06e55"
},
{
"url": "https://git.kernel.org/stable/c/4e034bf045b12852a24d5d33f2451850818ba0c1"
}
],
"title": "iommufd: Fix race during abort for file descriptors",
"x_generator": {
"engine": "bippy-1.2.0"
}
}
},
"cveMetadata": {
"assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"assignerShortName": "Linux",
"cveId": "CVE-2025-39966",
"datePublished": "2025-10-15T07:55:50.843Z",
"dateReserved": "2025-04-16T07:20:57.149Z",
"dateUpdated": "2026-05-11T21:39:52.349Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2025-39966",
"date": "2026-06-30",
"epss": "0.001",
"percentile": "0.01037"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2025-39966\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2025-10-15T08:15:34.043\",\"lastModified\":\"2026-06-17T09:18:55.530\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\niommufd: Fix race during abort for file descriptors\\n\\nfput() doesn\u0027t actually call file_operations release() synchronously, it\\nputs the file on a work queue and it will be released eventually.\\n\\nThis is normally fine, except for iommufd the file and the iommufd_object\\nare tied to gether. The file has the object as it\u0027s private_data and holds\\na users refcount, while the object is expected to remain alive as long as\\nthe file is.\\n\\nWhen the allocation of a new object aborts before installing the file it\\nwill fput() the file and then go on to immediately kfree() the obj. This\\ncauses a UAF once the workqueue completes the fput() and tries to\\ndecrement the users refcount.\\n\\nFix this by putting the core code in charge of the file lifetime, and call\\n__fput_sync() during abort to ensure that release() is called before\\nkfree. __fput_sync() is a bit too tricky to open code in all the object\\nimplementations. Instead the objects tell the core code where the file\\npointer is and the core will take care of the life cycle.\\n\\nIf the object is successfully allocated then the file will hold a users\\nrefcount and the iommufd_object cannot be destroyed.\\n\\nIt is worth noting that close(); ioctl(IOMMU_DESTROY); doesn\u0027t have an\\nissue because close() is already using a synchronous version of fput().\\n\\nThe UAF looks like this:\\n\\n BUG: KASAN: slab-use-after-free in iommufd_eventq_fops_release+0x45/0xc0 drivers/iommu/iommufd/eventq.c:376\\n Write of size 4 at addr ffff888059c97804 by task syz.0.46/6164\\n\\n CPU: 0 UID: 0 PID: 6164 Comm: syz.0.46 Not tainted syzkaller #0 PREEMPT(full)\\n Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 08/18/2025\\n Call Trace:\\n \u003cTASK\u003e\\n __dump_stack lib/dump_stack.c:94 [inline]\\n dump_stack_lvl+0x116/0x1f0 lib/dump_stack.c:120\\n print_address_description mm/kasan/report.c:378 [inline]\\n print_report+0xcd/0x630 mm/kasan/report.c:482\\n kasan_report+0xe0/0x110 mm/kasan/report.c:595\\n check_region_inline mm/kasan/generic.c:183 [inline]\\n kasan_check_range+0x100/0x1b0 mm/kasan/generic.c:189\\n instrument_atomic_read_write include/linux/instrumented.h:96 [inline]\\n atomic_fetch_sub_release include/linux/atomic/atomic-instrumented.h:400 [inline]\\n __refcount_dec include/linux/refcount.h:455 [inline]\\n refcount_dec include/linux/refcount.h:476 [inline]\\n iommufd_eventq_fops_release+0x45/0xc0 drivers/iommu/iommufd/eventq.c:376\\n __fput+0x402/0xb70 fs/file_table.c:468\\n task_work_run+0x14d/0x240 kernel/task_work.c:227\\n resume_user_mode_work include/linux/resume_user_mode.h:50 [inline]\\n exit_to_user_mode_loop+0xeb/0x110 kernel/entry/common.c:43\\n exit_to_user_mode_prepare include/linux/irq-entry-common.h:225 [inline]\\n syscall_exit_to_user_mode_work include/linux/entry-common.h:175 [inline]\\n syscall_exit_to_user_mode include/linux/entry-common.h:210 [inline]\\n do_syscall_64+0x41c/0x4c0 arch/x86/entry/syscall_64.c:100\\n entry_SYSCALL_64_after_hwframe+0x77/0x7f\"}],\"affected\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"affectedData\":[{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"drivers/iommu/iommufd/eventq.c\",\"drivers/iommu/iommufd/main.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"07838f7fd529c8a6de44b601d4b7057e6c8d36ed\",\"lessThan\":\"17195a7d754a5c6a31888702ca93f6f08f3383ad\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"07838f7fd529c8a6de44b601d4b7057e6c8d36ed\",\"lessThan\":\"e4825368285e33d6360c6c6a6a10d2d83da06e55\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"07838f7fd529c8a6de44b601d4b7057e6c8d36ed\",\"lessThan\":\"4e034bf045b12852a24d5d33f2451850818ba0c1\",\"versionType\":\"git\",\"status\":\"affected\"}]},{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"affected\",\"programFiles\":[\"drivers/iommu/iommufd/eventq.c\",\"drivers/iommu/iommufd/main.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"6.11\",\"status\":\"affected\"},{\"version\":\"0\",\"lessThan\":\"6.11\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.12.50\",\"lessThanOrEqual\":\"6.12.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.16.10\",\"lessThanOrEqual\":\"6.16.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.17\",\"lessThanOrEqual\":\"*\",\"versionType\":\"original_commit_for_fix\",\"status\":\"unaffected\"}]}]}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H\",\"baseScore\":7.0,\"baseSeverity\":\"HIGH\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.0,\"impactScore\":5.9}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-362\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.11\",\"versionEndExcluding\":\"6.12.50\",\"matchCriteriaId\":\"7C1BAD98-3D2E-4A2F-ABC0-2E79F9AE0CC9\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.13\",\"versionEndExcluding\":\"6.16.10\",\"matchCriteriaId\":\"8AE7824F-9555-4B3E-B0F8-C9E279E8B81A\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:6.17:rc1:*:*:*:*:*:*\",\"matchCriteriaId\":\"327D22EF-390B-454C-BD31-2ED23C998A1C\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:6.17:rc2:*:*:*:*:*:*\",\"matchCriteriaId\":\"C730CD9A-D969-4A8E-9522-162AAF7C0EE9\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:6.17:rc3:*:*:*:*:*:*\",\"matchCriteriaId\":\"39982C4B-716E-4B2F-8196-FA301F47807D\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:6.17:rc4:*:*:*:*:*:*\",\"matchCriteriaId\":\"340BEEA9-D70D-4290-B502-FBB1032353B1\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:6.17:rc5:*:*:*:*:*:*\",\"matchCriteriaId\":\"47E4C5C0-079F-4838-971B-8C503D48FCC2\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:6.17:rc6:*:*:*:*:*:*\",\"matchCriteriaId\":\"5A4516A6-C12E-42A4-8C0E-68AEF3264504\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:6.17:rc7:*:*:*:*:*:*\",\"matchCriteriaId\":\"3963C3A0-CEA1-4F5C-8011-3A593ABB684D\"}]}]}],\"references\":[{\"url\":\"https://git.kernel.org/stable/c/17195a7d754a5c6a31888702ca93f6f08f3383ad\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/4e034bf045b12852a24d5d33f2451850818ba0c1\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/e4825368285e33d6360c6c6a6a10d2d83da06e55\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]}]}}"
}
}
RHSA-2026:0453
Vulnerability from csaf_redhat - Published: 2026-01-12 09:30 - Updated: 2026-06-30 03:32A flaw exists in the Linux kernel’s HID multitouch driver (function mt_report_fixup() in drivers/hid/hid-multitouch.c). A malicious HID device may supply a report descriptor smaller than 607 bytes; the function then attempts to access and patch byte offset 607 without first verifying the descriptor length. This can lead to a slab out-of-bounds access, potentially resulting in memory corruption or a denial of service
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-doc-0:6.12.0-124.27.1.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.27.1.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
An out of bounds read exists in the linux kernel such that when a watch on dir=/ is combined with an fsnotify event for a single-character name directly under root an out-of-bounds read can occur in audit_compare_dname_path().
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-doc-0:6.12.0-124.27.1.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.27.1.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
A deadlock lock recursion vulnerability exists in the linux kernel such that when CONFIG_DEBUG_OBJECTS_TIMERS is set, may wake up kswapd in set_track_prepare, and try to hold the per_cpu(hrtimer_bases) lock.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-doc-0:6.12.0-124.27.1.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.27.1.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the Linux kernel’s phylink subsystem: when phylink_resolve() executes while pl->state_mutex is held, it may acquire pl->phydev->lock out of order relative to other paths (phylink_bringup_phy() or phylink_disconnect_phy()) that acquire pl->phydev->lock prior to pl->state_mutex. This lock inversion can result in a deadlock condition or other unexpected behaviour in PHY link management under concurrent operations
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-doc-0:6.12.0-124.27.1.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.27.1.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the Linux kernel such that the IOMMU file-descriptor subsystem, when aborting the allocation of a new object before installing the file descriptor, the code calls fput() on the file and then immediately frees the associated object (kfree()), but the object is still referenced by the file descriptor on a deferred workqueue. This results in a use-after-free (UAF) condition which may lead to memory corruption or system instability
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-doc-0:6.12.0-124.27.1.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.27.1.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
A vulnerability was found in tls_decrypt_sg in net/tls/tls_sw.c in networking subsystem in the Linux Kernel.In this flaw, If it fails to clone of the input skb to hold the reference to the memory it uses may lead a use-after-free.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-doc-0:6.12.0-124.27.1.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.27.1.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
In the Linux kernel, the following vulnerability has been resolved: sctp: avoid NULL dereference when chunk data buffer is missing chunk->skb pointer is dereferenced in the if-block where it's supposed to be NULL only. chunk->skb can only be NULL if chunk->head_skb is not. Check for frag_list instead and do it just before replacing chunk->skb. We're sure that otherwise chunk->skb is non-NULL because of outer if() condition.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-doc-0:6.12.0-124.27.1.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.27.1.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: Validate command header size against SVGA_CMD_MAX_DATASIZE This data originates from userspace and is used in buffer offset calculations which could potentially overflow causing an out-of-bounds access.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-doc-0:6.12.0-124.27.1.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.27.1.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
A use-after-free vulnerability was found in the DWC3 USB controller driver in the Linux kernel. Multiple unsynchronized execution paths can invoke dwc3_remove_requests() concurrently, leading to premature freeing of USB requests. When one path frees requests while another is still processing them, a use-after-free crash occurs.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-doc-0:6.12.0-124.27.1.el10_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.27.1.el10_1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 | — |
Vendor Fix
fix
|
{
"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: HID: multitouch: fix slab out-of-bounds access in mt_report_fixup() (CVE-2025-39806)\n\n* kernel: audit: fix out-of-bounds read in audit_compare_dname_path() (CVE-2025-39840)\n\n* kernel: mm: slub: avoid wake up kswapd in set_track_prepare (CVE-2025-39843)\n\n* kernel: net: phylink: add lock for serializing concurrent pl-\u003ephydev writes with resolver (CVE-2025-39905)\n\n* kernel: iommufd: Fix race during abort for file descriptors (CVE-2025-39966)\n\n* kernel: tls: wait for pending async decryptions if tls_strp_msg_hold fails (CVE-2025-40176)\n\n* kernel: sctp: avoid NULL dereference when chunk data buffer is missing (CVE-2025-40240)\n\n* kernel: drm/vmwgfx: Validate command header size against SVGA_CMD_MAX_DATASIZE (CVE-2025-40277)\n\n* kernel: usb: dwc3: Fix race condition between concurrent dwc3_remove_requests() call paths (CVE-2025-68287)\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:0453",
"url": "https://access.redhat.com/errata/RHSA-2026:0453"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2395807",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2395807"
},
{
"category": "external",
"summary": "2396936",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2396936"
},
{
"category": "external",
"summary": "2396941",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2396941"
},
{
"category": "external",
"summary": "2400611",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2400611"
},
{
"category": "external",
"summary": "2404107",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2404107"
},
{
"category": "external",
"summary": "2414524",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2414524"
},
{
"category": "external",
"summary": "2418832",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418832"
},
{
"category": "external",
"summary": "2419954",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419954"
},
{
"category": "external",
"summary": "2422788",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2422788"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_0453.json"
}
],
"title": "Red Hat Security Advisory: kernel security update",
"tracking": {
"current_release_date": "2026-06-30T03:32:07+00:00",
"generator": {
"date": "2026-06-30T03:32:07+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.0"
}
},
"id": "RHSA-2026:0453",
"initial_release_date": "2026-01-12T09:30:19+00:00",
"revision_history": [
{
"date": "2026-01-12T09:30:19+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-01-12T09:30:19+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-30T03:32:07+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.1.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.1"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux BaseOS (v. 10)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.1"
}
}
},
{
"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.1.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.1"
}
}
},
{
"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.1.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.1"
}
}
},
{
"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.1.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.1"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-64k-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"product": {
"name": "kernel-64k-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"product_id": "kernel-64k-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-devel@6.12.0-124.27.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"product": {
"name": "kernel-64k-debug-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"product_id": "kernel-64k-debug-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-devel-matched@6.12.0-124.27.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"product": {
"name": "kernel-64k-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"product_id": "kernel-64k-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-devel@6.12.0-124.27.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"product": {
"name": "kernel-64k-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"product_id": "kernel-64k-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-devel-matched@6.12.0-124.27.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"product": {
"name": "kernel-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"product_id": "kernel-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@6.12.0-124.27.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"product": {
"name": "kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"product_id": "kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@6.12.0-124.27.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"product": {
"name": "kernel-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"product_id": "kernel-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@6.12.0-124.27.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"product": {
"name": "kernel-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"product_id": "kernel-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@6.12.0-124.27.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perf-0:6.12.0-124.27.1.el10_1.aarch64",
"product": {
"name": "perf-0:6.12.0-124.27.1.el10_1.aarch64",
"product_id": "perf-0:6.12.0-124.27.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@6.12.0-124.27.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:6.12.0-124.27.1.el10_1.aarch64",
"product": {
"name": "python3-perf-0:6.12.0-124.27.1.el10_1.aarch64",
"product_id": "python3-perf-0:6.12.0-124.27.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@6.12.0-124.27.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rtla-0:6.12.0-124.27.1.el10_1.aarch64",
"product": {
"name": "rtla-0:6.12.0-124.27.1.el10_1.aarch64",
"product_id": "rtla-0:6.12.0-124.27.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@6.12.0-124.27.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rv-0:6.12.0-124.27.1.el10_1.aarch64",
"product": {
"name": "rv-0:6.12.0-124.27.1.el10_1.aarch64",
"product_id": "rv-0:6.12.0-124.27.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rv@6.12.0-124.27.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"product": {
"name": "kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"product_id": "kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-debuginfo@6.12.0-124.27.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"product": {
"name": "kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"product_id": "kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debuginfo@6.12.0-124.27.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"product": {
"name": "kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"product_id": "kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@6.12.0-124.27.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"product": {
"name": "kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"product_id": "kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@6.12.0-124.27.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"product": {
"name": "kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"product_id": "kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-aarch64@6.12.0-124.27.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"product": {
"name": "kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"product_id": "kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-debuginfo@6.12.0-124.27.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"product": {
"name": "kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"product_id": "kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debuginfo@6.12.0-124.27.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"product": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"product_id": "kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-debuginfo@6.12.0-124.27.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"product": {
"name": "kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"product_id": "kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debuginfo@6.12.0-124.27.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"product": {
"name": "kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"product_id": "kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@6.12.0-124.27.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"product": {
"name": "libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"product_id": "libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf-debuginfo@6.12.0-124.27.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"product": {
"name": "perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"product_id": "perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@6.12.0-124.27.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"product": {
"name": "python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"product_id": "python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@6.12.0-124.27.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-0:6.12.0-124.27.1.el10_1.aarch64",
"product": {
"name": "kernel-rt-0:6.12.0-124.27.1.el10_1.aarch64",
"product_id": "kernel-rt-0:6.12.0-124.27.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt@6.12.0-124.27.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-0:6.12.0-124.27.1.el10_1.aarch64",
"product": {
"name": "kernel-rt-64k-0:6.12.0-124.27.1.el10_1.aarch64",
"product_id": "kernel-rt-64k-0:6.12.0-124.27.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k@6.12.0-124.27.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-core-0:6.12.0-124.27.1.el10_1.aarch64",
"product": {
"name": "kernel-rt-64k-core-0:6.12.0-124.27.1.el10_1.aarch64",
"product_id": "kernel-rt-64k-core-0:6.12.0-124.27.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-core@6.12.0-124.27.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"product": {
"name": "kernel-rt-64k-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"product_id": "kernel-rt-64k-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug@6.12.0-124.27.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"product": {
"name": "kernel-rt-64k-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"product_id": "kernel-rt-64k-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-core@6.12.0-124.27.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"product": {
"name": "kernel-rt-64k-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"product_id": "kernel-rt-64k-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-devel@6.12.0-124.27.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"product": {
"name": "kernel-rt-64k-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"product_id": "kernel-rt-64k-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-modules@6.12.0-124.27.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"product": {
"name": "kernel-rt-64k-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"product_id": "kernel-rt-64k-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-modules-core@6.12.0-124.27.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"product": {
"name": "kernel-rt-64k-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"product_id": "kernel-rt-64k-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-modules-extra@6.12.0-124.27.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"product": {
"name": "kernel-rt-64k-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"product_id": "kernel-rt-64k-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-devel@6.12.0-124.27.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"product": {
"name": "kernel-rt-64k-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"product_id": "kernel-rt-64k-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-modules@6.12.0-124.27.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"product": {
"name": "kernel-rt-64k-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"product_id": "kernel-rt-64k-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-modules-core@6.12.0-124.27.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"product": {
"name": "kernel-rt-64k-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"product_id": "kernel-rt-64k-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-modules-extra@6.12.0-124.27.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-core-0:6.12.0-124.27.1.el10_1.aarch64",
"product": {
"name": "kernel-rt-core-0:6.12.0-124.27.1.el10_1.aarch64",
"product_id": "kernel-rt-core-0:6.12.0-124.27.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-core@6.12.0-124.27.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"product": {
"name": "kernel-rt-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"product_id": "kernel-rt-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug@6.12.0-124.27.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"product": {
"name": "kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"product_id": "kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-core@6.12.0-124.27.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"product": {
"name": "kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"product_id": "kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-devel@6.12.0-124.27.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"product": {
"name": "kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"product_id": "kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules@6.12.0-124.27.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"product": {
"name": "kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"product_id": "kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-core@6.12.0-124.27.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"product": {
"name": "kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"product_id": "kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-extra@6.12.0-124.27.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"product": {
"name": "kernel-rt-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"product_id": "kernel-rt-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-devel@6.12.0-124.27.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"product": {
"name": "kernel-rt-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"product_id": "kernel-rt-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules@6.12.0-124.27.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"product": {
"name": "kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"product_id": "kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-core@6.12.0-124.27.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"product": {
"name": "kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"product_id": "kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-extra@6.12.0-124.27.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-0:6.12.0-124.27.1.el10_1.aarch64",
"product": {
"name": "kernel-0:6.12.0-124.27.1.el10_1.aarch64",
"product_id": "kernel-0:6.12.0-124.27.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@6.12.0-124.27.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-0:6.12.0-124.27.1.el10_1.aarch64",
"product": {
"name": "kernel-64k-0:6.12.0-124.27.1.el10_1.aarch64",
"product_id": "kernel-64k-0:6.12.0-124.27.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k@6.12.0-124.27.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-core-0:6.12.0-124.27.1.el10_1.aarch64",
"product": {
"name": "kernel-64k-core-0:6.12.0-124.27.1.el10_1.aarch64",
"product_id": "kernel-64k-core-0:6.12.0-124.27.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-core@6.12.0-124.27.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"product": {
"name": "kernel-64k-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"product_id": "kernel-64k-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug@6.12.0-124.27.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"product": {
"name": "kernel-64k-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"product_id": "kernel-64k-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-core@6.12.0-124.27.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"product": {
"name": "kernel-64k-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"product_id": "kernel-64k-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules@6.12.0-124.27.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"product": {
"name": "kernel-64k-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"product_id": "kernel-64k-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules-core@6.12.0-124.27.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"product": {
"name": "kernel-64k-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"product_id": "kernel-64k-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules-extra@6.12.0-124.27.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"product": {
"name": "kernel-64k-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"product_id": "kernel-64k-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules@6.12.0-124.27.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"product": {
"name": "kernel-64k-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"product_id": "kernel-64k-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules-core@6.12.0-124.27.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"product": {
"name": "kernel-64k-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"product_id": "kernel-64k-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules-extra@6.12.0-124.27.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:6.12.0-124.27.1.el10_1.aarch64",
"product": {
"name": "kernel-core-0:6.12.0-124.27.1.el10_1.aarch64",
"product_id": "kernel-core-0:6.12.0-124.27.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@6.12.0-124.27.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"product": {
"name": "kernel-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"product_id": "kernel-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@6.12.0-124.27.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"product": {
"name": "kernel-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"product_id": "kernel-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@6.12.0-124.27.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"product": {
"name": "kernel-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"product_id": "kernel-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@6.12.0-124.27.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"product": {
"name": "kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"product_id": "kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@6.12.0-124.27.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"product": {
"name": "kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"product_id": "kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@6.12.0-124.27.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"product": {
"name": "kernel-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"product_id": "kernel-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@6.12.0-124.27.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"product": {
"name": "kernel-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"product_id": "kernel-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@6.12.0-124.27.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"product": {
"name": "kernel-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"product_id": "kernel-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@6.12.0-124.27.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"product": {
"name": "kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"product_id": "kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra-matched@6.12.0-124.27.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:6.12.0-124.27.1.el10_1.aarch64",
"product": {
"name": "kernel-tools-0:6.12.0-124.27.1.el10_1.aarch64",
"product_id": "kernel-tools-0:6.12.0-124.27.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@6.12.0-124.27.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:6.12.0-124.27.1.el10_1.aarch64",
"product": {
"name": "kernel-tools-libs-0:6.12.0-124.27.1.el10_1.aarch64",
"product_id": "kernel-tools-libs-0:6.12.0-124.27.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@6.12.0-124.27.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-uki-virt-0:6.12.0-124.27.1.el10_1.aarch64",
"product": {
"name": "kernel-uki-virt-0:6.12.0-124.27.1.el10_1.aarch64",
"product_id": "kernel-uki-virt-0:6.12.0-124.27.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-uki-virt@6.12.0-124.27.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-uki-virt-addons-0:6.12.0-124.27.1.el10_1.aarch64",
"product": {
"name": "kernel-uki-virt-addons-0:6.12.0-124.27.1.el10_1.aarch64",
"product_id": "kernel-uki-virt-addons-0:6.12.0-124.27.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-uki-virt-addons@6.12.0-124.27.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"product": {
"name": "kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"product_id": "kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@6.12.0-124.27.1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libperf-0:6.12.0-124.27.1.el10_1.aarch64",
"product": {
"name": "libperf-0:6.12.0-124.27.1.el10_1.aarch64",
"product_id": "libperf-0:6.12.0-124.27.1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf@6.12.0-124.27.1.el10_1?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-debug-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"product": {
"name": "kernel-debug-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"product_id": "kernel-debug-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@6.12.0-124.27.1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"product": {
"name": "kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"product_id": "kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@6.12.0-124.27.1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"product": {
"name": "kernel-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"product_id": "kernel-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@6.12.0-124.27.1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"product": {
"name": "kernel-devel-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"product_id": "kernel-devel-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@6.12.0-124.27.1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perf-0:6.12.0-124.27.1.el10_1.ppc64le",
"product": {
"name": "perf-0:6.12.0-124.27.1.el10_1.ppc64le",
"product_id": "perf-0:6.12.0-124.27.1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@6.12.0-124.27.1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:6.12.0-124.27.1.el10_1.ppc64le",
"product": {
"name": "python3-perf-0:6.12.0-124.27.1.el10_1.ppc64le",
"product_id": "python3-perf-0:6.12.0-124.27.1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@6.12.0-124.27.1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rtla-0:6.12.0-124.27.1.el10_1.ppc64le",
"product": {
"name": "rtla-0:6.12.0-124.27.1.el10_1.ppc64le",
"product_id": "rtla-0:6.12.0-124.27.1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@6.12.0-124.27.1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rv-0:6.12.0-124.27.1.el10_1.ppc64le",
"product": {
"name": "rv-0:6.12.0-124.27.1.el10_1.ppc64le",
"product_id": "rv-0:6.12.0-124.27.1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rv@6.12.0-124.27.1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"product": {
"name": "kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"product_id": "kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@6.12.0-124.27.1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"product": {
"name": "kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"product_id": "kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@6.12.0-124.27.1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le",
"product": {
"name": "kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le",
"product_id": "kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-ppc64le@6.12.0-124.27.1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"product": {
"name": "kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"product_id": "kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@6.12.0-124.27.1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"product": {
"name": "libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"product_id": "libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf-debuginfo@6.12.0-124.27.1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"product": {
"name": "perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"product_id": "perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@6.12.0-124.27.1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"product": {
"name": "python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"product_id": "python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@6.12.0-124.27.1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-0:6.12.0-124.27.1.el10_1.ppc64le",
"product": {
"name": "kernel-0:6.12.0-124.27.1.el10_1.ppc64le",
"product_id": "kernel-0:6.12.0-124.27.1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@6.12.0-124.27.1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"product": {
"name": "kernel-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"product_id": "kernel-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@6.12.0-124.27.1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:6.12.0-124.27.1.el10_1.ppc64le",
"product": {
"name": "kernel-debug-0:6.12.0-124.27.1.el10_1.ppc64le",
"product_id": "kernel-debug-0:6.12.0-124.27.1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@6.12.0-124.27.1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"product": {
"name": "kernel-debug-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"product_id": "kernel-debug-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@6.12.0-124.27.1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:6.12.0-124.27.1.el10_1.ppc64le",
"product": {
"name": "kernel-debug-modules-0:6.12.0-124.27.1.el10_1.ppc64le",
"product_id": "kernel-debug-modules-0:6.12.0-124.27.1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@6.12.0-124.27.1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"product": {
"name": "kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"product_id": "kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@6.12.0-124.27.1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.ppc64le",
"product": {
"name": "kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.ppc64le",
"product_id": "kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@6.12.0-124.27.1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:6.12.0-124.27.1.el10_1.ppc64le",
"product": {
"name": "kernel-modules-0:6.12.0-124.27.1.el10_1.ppc64le",
"product_id": "kernel-modules-0:6.12.0-124.27.1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@6.12.0-124.27.1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"product": {
"name": "kernel-modules-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"product_id": "kernel-modules-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@6.12.0-124.27.1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:6.12.0-124.27.1.el10_1.ppc64le",
"product": {
"name": "kernel-modules-extra-0:6.12.0-124.27.1.el10_1.ppc64le",
"product_id": "kernel-modules-extra-0:6.12.0-124.27.1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@6.12.0-124.27.1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"product": {
"name": "kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"product_id": "kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra-matched@6.12.0-124.27.1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:6.12.0-124.27.1.el10_1.ppc64le",
"product": {
"name": "kernel-tools-0:6.12.0-124.27.1.el10_1.ppc64le",
"product_id": "kernel-tools-0:6.12.0-124.27.1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@6.12.0-124.27.1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:6.12.0-124.27.1.el10_1.ppc64le",
"product": {
"name": "kernel-tools-libs-0:6.12.0-124.27.1.el10_1.ppc64le",
"product_id": "kernel-tools-libs-0:6.12.0-124.27.1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@6.12.0-124.27.1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"product": {
"name": "kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"product_id": "kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@6.12.0-124.27.1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libperf-0:6.12.0-124.27.1.el10_1.ppc64le",
"product": {
"name": "libperf-0:6.12.0-124.27.1.el10_1.ppc64le",
"product_id": "libperf-0:6.12.0-124.27.1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf@6.12.0-124.27.1.el10_1?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"product": {
"name": "kernel-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"product_id": "kernel-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@6.12.0-124.27.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"product": {
"name": "kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"product_id": "kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@6.12.0-124.27.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"product": {
"name": "kernel-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"product_id": "kernel-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@6.12.0-124.27.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"product": {
"name": "kernel-devel-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"product_id": "kernel-devel-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@6.12.0-124.27.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perf-0:6.12.0-124.27.1.el10_1.x86_64",
"product": {
"name": "perf-0:6.12.0-124.27.1.el10_1.x86_64",
"product_id": "perf-0:6.12.0-124.27.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@6.12.0-124.27.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:6.12.0-124.27.1.el10_1.x86_64",
"product": {
"name": "python3-perf-0:6.12.0-124.27.1.el10_1.x86_64",
"product_id": "python3-perf-0:6.12.0-124.27.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@6.12.0-124.27.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rtla-0:6.12.0-124.27.1.el10_1.x86_64",
"product": {
"name": "rtla-0:6.12.0-124.27.1.el10_1.x86_64",
"product_id": "rtla-0:6.12.0-124.27.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@6.12.0-124.27.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rv-0:6.12.0-124.27.1.el10_1.x86_64",
"product": {
"name": "rv-0:6.12.0-124.27.1.el10_1.x86_64",
"product_id": "rv-0:6.12.0-124.27.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rv@6.12.0-124.27.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"product": {
"name": "kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"product_id": "kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@6.12.0-124.27.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"product": {
"name": "kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"product_id": "kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@6.12.0-124.27.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"product": {
"name": "kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"product_id": "kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-x86_64@6.12.0-124.27.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"product": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"product_id": "kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-debuginfo@6.12.0-124.27.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"product": {
"name": "kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"product_id": "kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debuginfo@6.12.0-124.27.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"product": {
"name": "kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"product_id": "kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@6.12.0-124.27.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"product": {
"name": "libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"product_id": "libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf-debuginfo@6.12.0-124.27.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"product": {
"name": "perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"product_id": "perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@6.12.0-124.27.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"product": {
"name": "python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"product_id": "python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@6.12.0-124.27.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-0:6.12.0-124.27.1.el10_1.x86_64",
"product": {
"name": "kernel-rt-0:6.12.0-124.27.1.el10_1.x86_64",
"product_id": "kernel-rt-0:6.12.0-124.27.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt@6.12.0-124.27.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-core-0:6.12.0-124.27.1.el10_1.x86_64",
"product": {
"name": "kernel-rt-core-0:6.12.0-124.27.1.el10_1.x86_64",
"product_id": "kernel-rt-core-0:6.12.0-124.27.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-core@6.12.0-124.27.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"product": {
"name": "kernel-rt-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"product_id": "kernel-rt-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug@6.12.0-124.27.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"product": {
"name": "kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"product_id": "kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-core@6.12.0-124.27.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"product": {
"name": "kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"product_id": "kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-devel@6.12.0-124.27.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"product": {
"name": "kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"product_id": "kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules@6.12.0-124.27.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"product": {
"name": "kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"product_id": "kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-core@6.12.0-124.27.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"product": {
"name": "kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"product_id": "kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-extra@6.12.0-124.27.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"product": {
"name": "kernel-rt-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"product_id": "kernel-rt-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-devel@6.12.0-124.27.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"product": {
"name": "kernel-rt-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"product_id": "kernel-rt-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules@6.12.0-124.27.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"product": {
"name": "kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"product_id": "kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-core@6.12.0-124.27.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"product": {
"name": "kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"product_id": "kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-extra@6.12.0-124.27.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-0:6.12.0-124.27.1.el10_1.x86_64",
"product": {
"name": "kernel-0:6.12.0-124.27.1.el10_1.x86_64",
"product_id": "kernel-0:6.12.0-124.27.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@6.12.0-124.27.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:6.12.0-124.27.1.el10_1.x86_64",
"product": {
"name": "kernel-core-0:6.12.0-124.27.1.el10_1.x86_64",
"product_id": "kernel-core-0:6.12.0-124.27.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@6.12.0-124.27.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"product": {
"name": "kernel-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"product_id": "kernel-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@6.12.0-124.27.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"product": {
"name": "kernel-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"product_id": "kernel-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@6.12.0-124.27.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"product": {
"name": "kernel-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"product_id": "kernel-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@6.12.0-124.27.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"product": {
"name": "kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"product_id": "kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@6.12.0-124.27.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"product": {
"name": "kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"product_id": "kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@6.12.0-124.27.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-uki-virt-0:6.12.0-124.27.1.el10_1.x86_64",
"product": {
"name": "kernel-debug-uki-virt-0:6.12.0-124.27.1.el10_1.x86_64",
"product_id": "kernel-debug-uki-virt-0:6.12.0-124.27.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-uki-virt@6.12.0-124.27.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"product": {
"name": "kernel-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"product_id": "kernel-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@6.12.0-124.27.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"product": {
"name": "kernel-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"product_id": "kernel-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@6.12.0-124.27.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"product": {
"name": "kernel-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"product_id": "kernel-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@6.12.0-124.27.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"product": {
"name": "kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"product_id": "kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra-matched@6.12.0-124.27.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:6.12.0-124.27.1.el10_1.x86_64",
"product": {
"name": "kernel-tools-0:6.12.0-124.27.1.el10_1.x86_64",
"product_id": "kernel-tools-0:6.12.0-124.27.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@6.12.0-124.27.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:6.12.0-124.27.1.el10_1.x86_64",
"product": {
"name": "kernel-tools-libs-0:6.12.0-124.27.1.el10_1.x86_64",
"product_id": "kernel-tools-libs-0:6.12.0-124.27.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@6.12.0-124.27.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-uki-virt-0:6.12.0-124.27.1.el10_1.x86_64",
"product": {
"name": "kernel-uki-virt-0:6.12.0-124.27.1.el10_1.x86_64",
"product_id": "kernel-uki-virt-0:6.12.0-124.27.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-uki-virt@6.12.0-124.27.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-uki-virt-addons-0:6.12.0-124.27.1.el10_1.x86_64",
"product": {
"name": "kernel-uki-virt-addons-0:6.12.0-124.27.1.el10_1.x86_64",
"product_id": "kernel-uki-virt-addons-0:6.12.0-124.27.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-uki-virt-addons@6.12.0-124.27.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"product": {
"name": "kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"product_id": "kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@6.12.0-124.27.1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libperf-0:6.12.0-124.27.1.el10_1.x86_64",
"product": {
"name": "libperf-0:6.12.0-124.27.1.el10_1.x86_64",
"product_id": "libperf-0:6.12.0-124.27.1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf@6.12.0-124.27.1.el10_1?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-debug-devel-0:6.12.0-124.27.1.el10_1.s390x",
"product": {
"name": "kernel-debug-devel-0:6.12.0-124.27.1.el10_1.s390x",
"product_id": "kernel-debug-devel-0:6.12.0-124.27.1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@6.12.0-124.27.1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"product": {
"name": "kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"product_id": "kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@6.12.0-124.27.1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:6.12.0-124.27.1.el10_1.s390x",
"product": {
"name": "kernel-devel-0:6.12.0-124.27.1.el10_1.s390x",
"product_id": "kernel-devel-0:6.12.0-124.27.1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@6.12.0-124.27.1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"product": {
"name": "kernel-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"product_id": "kernel-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@6.12.0-124.27.1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-devel-0:6.12.0-124.27.1.el10_1.s390x",
"product": {
"name": "kernel-zfcpdump-devel-0:6.12.0-124.27.1.el10_1.s390x",
"product_id": "kernel-zfcpdump-devel-0:6.12.0-124.27.1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-devel@6.12.0-124.27.1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"product": {
"name": "kernel-zfcpdump-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"product_id": "kernel-zfcpdump-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-devel-matched@6.12.0-124.27.1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perf-0:6.12.0-124.27.1.el10_1.s390x",
"product": {
"name": "perf-0:6.12.0-124.27.1.el10_1.s390x",
"product_id": "perf-0:6.12.0-124.27.1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@6.12.0-124.27.1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:6.12.0-124.27.1.el10_1.s390x",
"product": {
"name": "python3-perf-0:6.12.0-124.27.1.el10_1.s390x",
"product_id": "python3-perf-0:6.12.0-124.27.1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@6.12.0-124.27.1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rtla-0:6.12.0-124.27.1.el10_1.s390x",
"product": {
"name": "rtla-0:6.12.0-124.27.1.el10_1.s390x",
"product_id": "rtla-0:6.12.0-124.27.1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@6.12.0-124.27.1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rv-0:6.12.0-124.27.1.el10_1.s390x",
"product": {
"name": "rv-0:6.12.0-124.27.1.el10_1.s390x",
"product_id": "rv-0:6.12.0-124.27.1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rv@6.12.0-124.27.1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"product": {
"name": "kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"product_id": "kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@6.12.0-124.27.1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"product": {
"name": "kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"product_id": "kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@6.12.0-124.27.1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x",
"product": {
"name": "kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x",
"product_id": "kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-s390x@6.12.0-124.27.1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"product": {
"name": "kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"product_id": "kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@6.12.0-124.27.1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"product": {
"name": "kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"product_id": "kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-debuginfo@6.12.0-124.27.1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"product": {
"name": "libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"product_id": "libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf-debuginfo@6.12.0-124.27.1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"product": {
"name": "perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"product_id": "perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@6.12.0-124.27.1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"product": {
"name": "python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"product_id": "python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@6.12.0-124.27.1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-0:6.12.0-124.27.1.el10_1.s390x",
"product": {
"name": "kernel-0:6.12.0-124.27.1.el10_1.s390x",
"product_id": "kernel-0:6.12.0-124.27.1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@6.12.0-124.27.1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:6.12.0-124.27.1.el10_1.s390x",
"product": {
"name": "kernel-core-0:6.12.0-124.27.1.el10_1.s390x",
"product_id": "kernel-core-0:6.12.0-124.27.1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@6.12.0-124.27.1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:6.12.0-124.27.1.el10_1.s390x",
"product": {
"name": "kernel-debug-0:6.12.0-124.27.1.el10_1.s390x",
"product_id": "kernel-debug-0:6.12.0-124.27.1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@6.12.0-124.27.1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:6.12.0-124.27.1.el10_1.s390x",
"product": {
"name": "kernel-debug-core-0:6.12.0-124.27.1.el10_1.s390x",
"product_id": "kernel-debug-core-0:6.12.0-124.27.1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@6.12.0-124.27.1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:6.12.0-124.27.1.el10_1.s390x",
"product": {
"name": "kernel-debug-modules-0:6.12.0-124.27.1.el10_1.s390x",
"product_id": "kernel-debug-modules-0:6.12.0-124.27.1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@6.12.0-124.27.1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"product": {
"name": "kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"product_id": "kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@6.12.0-124.27.1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"product": {
"name": "kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"product_id": "kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@6.12.0-124.27.1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:6.12.0-124.27.1.el10_1.s390x",
"product": {
"name": "kernel-modules-0:6.12.0-124.27.1.el10_1.s390x",
"product_id": "kernel-modules-0:6.12.0-124.27.1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@6.12.0-124.27.1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"product": {
"name": "kernel-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"product_id": "kernel-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@6.12.0-124.27.1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"product": {
"name": "kernel-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"product_id": "kernel-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@6.12.0-124.27.1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.s390x",
"product": {
"name": "kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.s390x",
"product_id": "kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra-matched@6.12.0-124.27.1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:6.12.0-124.27.1.el10_1.s390x",
"product": {
"name": "kernel-tools-0:6.12.0-124.27.1.el10_1.s390x",
"product_id": "kernel-tools-0:6.12.0-124.27.1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@6.12.0-124.27.1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-0:6.12.0-124.27.1.el10_1.s390x",
"product": {
"name": "kernel-zfcpdump-0:6.12.0-124.27.1.el10_1.s390x",
"product_id": "kernel-zfcpdump-0:6.12.0-124.27.1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump@6.12.0-124.27.1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-core-0:6.12.0-124.27.1.el10_1.s390x",
"product": {
"name": "kernel-zfcpdump-core-0:6.12.0-124.27.1.el10_1.s390x",
"product_id": "kernel-zfcpdump-core-0:6.12.0-124.27.1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-core@6.12.0-124.27.1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-0:6.12.0-124.27.1.el10_1.s390x",
"product": {
"name": "kernel-zfcpdump-modules-0:6.12.0-124.27.1.el10_1.s390x",
"product_id": "kernel-zfcpdump-modules-0:6.12.0-124.27.1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules@6.12.0-124.27.1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"product": {
"name": "kernel-zfcpdump-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"product_id": "kernel-zfcpdump-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-core@6.12.0-124.27.1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"product": {
"name": "kernel-zfcpdump-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"product_id": "kernel-zfcpdump-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-extra@6.12.0-124.27.1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libperf-0:6.12.0-124.27.1.el10_1.s390x",
"product": {
"name": "libperf-0:6.12.0-124.27.1.el10_1.s390x",
"product_id": "libperf-0:6.12.0-124.27.1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf@6.12.0-124.27.1.el10_1?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-doc-0:6.12.0-124.27.1.el10_1.noarch",
"product": {
"name": "kernel-doc-0:6.12.0-124.27.1.el10_1.noarch",
"product_id": "kernel-doc-0:6.12.0-124.27.1.el10_1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-doc@6.12.0-124.27.1.el10_1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "kernel-abi-stablelists-0:6.12.0-124.27.1.el10_1.noarch",
"product": {
"name": "kernel-abi-stablelists-0:6.12.0-124.27.1.el10_1.noarch",
"product_id": "kernel-abi-stablelists-0:6.12.0-124.27.1.el10_1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-abi-stablelists@6.12.0-124.27.1.el10_1?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-0:6.12.0-124.27.1.el10_1.src",
"product": {
"name": "kernel-0:6.12.0-124.27.1.el10_1.src",
"product_id": "kernel-0:6.12.0-124.27.1.el10_1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@6.12.0-124.27.1.el10_1?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-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-debug-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "kernel-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-124.27.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.ppc64le"
},
"product_reference": "kernel-debug-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-124.27.1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.s390x"
},
"product_reference": "kernel-debug-devel-0:6.12.0-124.27.1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64"
},
"product_reference": "kernel-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.ppc64le"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.s390x"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.x86_64"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le"
},
"product_reference": "kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x"
},
"product_reference": "kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "kernel-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-124.27.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.ppc64le"
},
"product_reference": "kernel-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-124.27.1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.s390x"
},
"product_reference": "kernel-devel-0:6.12.0-124.27.1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-124.27.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.x86_64"
},
"product_reference": "kernel-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "kernel-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-124.27.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.ppc64le"
},
"product_reference": "kernel-devel-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-124.27.1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.s390x"
},
"product_reference": "kernel-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-124.27.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.x86_64"
},
"product_reference": "kernel-devel-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-doc-0:6.12.0-124.27.1.el10_1.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-doc-0:6.12.0-124.27.1.el10_1.noarch"
},
"product_reference": "kernel-doc-0:6.12.0-124.27.1.el10_1.noarch",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-0:6.12.0-124.27.1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.27.1.el10_1.s390x"
},
"product_reference": "kernel-zfcpdump-devel-0:6.12.0-124.27.1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-matched-0:6.12.0-124.27.1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.27.1.el10_1.s390x"
},
"product_reference": "kernel-zfcpdump-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le"
},
"product_reference": "libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x"
},
"product_reference": "libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "perf-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-124.27.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.ppc64le"
},
"product_reference": "perf-0:6.12.0-124.27.1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-124.27.1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.s390x"
},
"product_reference": "perf-0:6.12.0-124.27.1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-124.27.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.x86_64"
},
"product_reference": "perf-0:6.12.0-124.27.1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le"
},
"product_reference": "perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x"
},
"product_reference": "perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64"
},
"product_reference": "perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "python3-perf-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-124.27.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.ppc64le"
},
"product_reference": "python3-perf-0:6.12.0-124.27.1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-124.27.1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.s390x"
},
"product_reference": "python3-perf-0:6.12.0-124.27.1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-124.27.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.x86_64"
},
"product_reference": "python3-perf-0:6.12.0-124.27.1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "rtla-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-124.27.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.ppc64le"
},
"product_reference": "rtla-0:6.12.0-124.27.1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-124.27.1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.s390x"
},
"product_reference": "rtla-0:6.12.0-124.27.1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-124.27.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.x86_64"
},
"product_reference": "rtla-0:6.12.0-124.27.1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "rv-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-124.27.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.ppc64le"
},
"product_reference": "rv-0:6.12.0-124.27.1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-124.27.1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.s390x"
},
"product_reference": "rv-0:6.12.0-124.27.1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-124.27.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.x86_64"
},
"product_reference": "rv-0:6.12.0-124.27.1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "kernel-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-124.27.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.ppc64le"
},
"product_reference": "kernel-0:6.12.0-124.27.1.el10_1.ppc64le",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-124.27.1.el10_1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.s390x"
},
"product_reference": "kernel-0:6.12.0-124.27.1.el10_1.s390x",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-124.27.1.el10_1.src as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.src"
},
"product_reference": "kernel-0:6.12.0-124.27.1.el10_1.src",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-124.27.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.x86_64"
},
"product_reference": "kernel-0:6.12.0-124.27.1.el10_1.x86_64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-core-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-core-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-core-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-core-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-abi-stablelists-0:6.12.0-124.27.1.el10_1.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.27.1.el10_1.noarch"
},
"product_reference": "kernel-abi-stablelists-0:6.12.0-124.27.1.el10_1.noarch",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "kernel-core-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-124.27.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.ppc64le"
},
"product_reference": "kernel-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-124.27.1.el10_1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.s390x"
},
"product_reference": "kernel-core-0:6.12.0-124.27.1.el10_1.s390x",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-124.27.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.x86_64"
},
"product_reference": "kernel-core-0:6.12.0-124.27.1.el10_1.x86_64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "kernel-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-124.27.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.ppc64le"
},
"product_reference": "kernel-debug-0:6.12.0-124.27.1.el10_1.ppc64le",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-124.27.1.el10_1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.s390x"
},
"product_reference": "kernel-debug-0:6.12.0-124.27.1.el10_1.s390x",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-124.27.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.x86_64"
},
"product_reference": "kernel-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "kernel-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-124.27.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.ppc64le"
},
"product_reference": "kernel-debug-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-124.27.1.el10_1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.s390x"
},
"product_reference": "kernel-debug-core-0:6.12.0-124.27.1.el10_1.s390x",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-124.27.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.x86_64"
},
"product_reference": "kernel-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "kernel-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-124.27.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.ppc64le"
},
"product_reference": "kernel-debug-modules-0:6.12.0-124.27.1.el10_1.ppc64le",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-124.27.1.el10_1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.s390x"
},
"product_reference": "kernel-debug-modules-0:6.12.0-124.27.1.el10_1.s390x",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64"
},
"product_reference": "kernel-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.ppc64le"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.s390x"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.ppc64le"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.ppc64le",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.s390x"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-uki-virt-0:6.12.0-124.27.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.27.1.el10_1.x86_64"
},
"product_reference": "kernel-debug-uki-virt-0:6.12.0-124.27.1.el10_1.x86_64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le"
},
"product_reference": "kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x"
},
"product_reference": "kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "kernel-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-124.27.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.ppc64le"
},
"product_reference": "kernel-modules-0:6.12.0-124.27.1.el10_1.ppc64le",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-124.27.1.el10_1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.s390x"
},
"product_reference": "kernel-modules-0:6.12.0-124.27.1.el10_1.s390x",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-124.27.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.x86_64"
},
"product_reference": "kernel-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "kernel-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-124.27.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.ppc64le"
},
"product_reference": "kernel-modules-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-124.27.1.el10_1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.s390x"
},
"product_reference": "kernel-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-124.27.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.x86_64"
},
"product_reference": "kernel-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "kernel-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-124.27.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.ppc64le"
},
"product_reference": "kernel-modules-extra-0:6.12.0-124.27.1.el10_1.ppc64le",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-124.27.1.el10_1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.s390x"
},
"product_reference": "kernel-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64"
},
"product_reference": "kernel-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.ppc64le"
},
"product_reference": "kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.s390x"
},
"product_reference": "kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.s390x",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.x86_64"
},
"product_reference": "kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "kernel-tools-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-124.27.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.ppc64le"
},
"product_reference": "kernel-tools-0:6.12.0-124.27.1.el10_1.ppc64le",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-124.27.1.el10_1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.s390x"
},
"product_reference": "kernel-tools-0:6.12.0-124.27.1.el10_1.s390x",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-124.27.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.x86_64"
},
"product_reference": "kernel-tools-0:6.12.0-124.27.1.el10_1.x86_64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "kernel-tools-libs-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:6.12.0-124.27.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.ppc64le"
},
"product_reference": "kernel-tools-libs-0:6.12.0-124.27.1.el10_1.ppc64le",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:6.12.0-124.27.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.x86_64"
},
"product_reference": "kernel-tools-libs-0:6.12.0-124.27.1.el10_1.x86_64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "kernel-uki-virt-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-0:6.12.0-124.27.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.27.1.el10_1.x86_64"
},
"product_reference": "kernel-uki-virt-0:6.12.0-124.27.1.el10_1.x86_64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-addons-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "kernel-uki-virt-addons-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-addons-0:6.12.0-124.27.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.27.1.el10_1.x86_64"
},
"product_reference": "kernel-uki-virt-addons-0:6.12.0-124.27.1.el10_1.x86_64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-0:6.12.0-124.27.1.el10_1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.27.1.el10_1.s390x"
},
"product_reference": "kernel-zfcpdump-0:6.12.0-124.27.1.el10_1.s390x",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-core-0:6.12.0-124.27.1.el10_1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.27.1.el10_1.s390x"
},
"product_reference": "kernel-zfcpdump-core-0:6.12.0-124.27.1.el10_1.s390x",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-0:6.12.0-124.27.1.el10_1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.27.1.el10_1.s390x"
},
"product_reference": "kernel-zfcpdump-modules-0:6.12.0-124.27.1.el10_1.s390x",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-core-0:6.12.0-124.27.1.el10_1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.27.1.el10_1.s390x"
},
"product_reference": "kernel-zfcpdump-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-extra-0:6.12.0-124.27.1.el10_1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.27.1.el10_1.s390x"
},
"product_reference": "kernel-zfcpdump-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le"
},
"product_reference": "libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x"
},
"product_reference": "libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le"
},
"product_reference": "perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x"
},
"product_reference": "perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64"
},
"product_reference": "perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"relates_to_product_reference": "BaseOS-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le"
},
"product_reference": "kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x"
},
"product_reference": "kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.ppc64le"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.x86_64"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "libperf-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-124.27.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.ppc64le"
},
"product_reference": "libperf-0:6.12.0-124.27.1.el10_1.ppc64le",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-124.27.1.el10_1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.s390x"
},
"product_reference": "libperf-0:6.12.0-124.27.1.el10_1.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-124.27.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.x86_64"
},
"product_reference": "libperf-0:6.12.0-124.27.1.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le"
},
"product_reference": "libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x"
},
"product_reference": "libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le"
},
"product_reference": "perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x"
},
"product_reference": "perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64"
},
"product_reference": "perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:6.12.0-124.27.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-0:6.12.0-124.27.1.el10_1.x86_64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:6.12.0-124.27.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-core-0:6.12.0-124.27.1.el10_1.x86_64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:6.12.0-124.27.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:6.12.0-124.27.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:6.12.0-124.27.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64"
},
"product_reference": "perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 10)",
"product_id": "NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"relates_to_product_reference": "NFV-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:6.12.0-124.27.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-0:6.12.0-124.27.1.el10_1.x86_64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-64k-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-core-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-64k-core-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-64k-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-core-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-64k-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-64k-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-devel-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-64k-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-64k-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-core-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-64k-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-64k-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-core-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:6.12.0-124.27.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-core-0:6.12.0-124.27.1.el10_1.x86_64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:6.12.0-124.27.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:6.12.0-124.27.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:6.12.0-124.27.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64"
},
"product_reference": "kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64"
},
"product_reference": "perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"relates_to_product_reference": "RT-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)",
"product_id": "RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"relates_to_product_reference": "RT-10.1.Z"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-39806",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2025-09-16T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2395807"
}
],
"notes": [
{
"category": "description",
"text": "A flaw exists in the Linux kernel\u2019s HID multitouch driver (function mt_report_fixup() in drivers/hid/hid-multitouch.c). A malicious HID device may supply a report descriptor smaller than 607 bytes; the function then attempts to access and patch byte offset 607 without first verifying the descriptor length. This can lead to a slab out-of-bounds access, potentially resulting in memory corruption or a denial of service",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: HID: multitouch: fix slab out-of-bounds access in mt_report_fixup()",
"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.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-doc-0:6.12.0-124.27.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.src",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.27.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-39806"
},
{
"category": "external",
"summary": "RHBZ#2395807",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2395807"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-39806",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39806"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-39806",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-39806"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025091613-CVE-2025-39806-f74d@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025091613-CVE-2025-39806-f74d@gregkh/T"
}
],
"release_date": "2025-09-16T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-12T09:30:19+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.",
"product_ids": [
"AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-doc-0:6.12.0-124.27.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.src",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.27.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0453"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-doc-0:6.12.0-124.27.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.src",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.27.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64"
]
}
],
"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.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-doc-0:6.12.0-124.27.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.src",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.27.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: HID: multitouch: fix slab out-of-bounds access in mt_report_fixup()"
},
{
"cve": "CVE-2025-39840",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2025-09-19T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2396936"
}
],
"notes": [
{
"category": "description",
"text": "An out of bounds read exists in the linux kernel such that \nwhen a watch on dir=/ is combined with an fsnotify event for a\nsingle-character name directly under root an\nout-of-bounds read can occur in audit_compare_dname_path().",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: audit: fix out-of-bounds read in audit_compare_dname_path()",
"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.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-doc-0:6.12.0-124.27.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.src",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.27.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-39840"
},
{
"category": "external",
"summary": "RHBZ#2396936",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2396936"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-39840",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39840"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-39840",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-39840"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025091902-CVE-2025-39840-bad6@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025091902-CVE-2025-39840-bad6@gregkh/T"
}
],
"release_date": "2025-09-19T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-12T09:30:19+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.",
"product_ids": [
"AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-doc-0:6.12.0-124.27.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.src",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.27.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0453"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-doc-0:6.12.0-124.27.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.src",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.27.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-doc-0:6.12.0-124.27.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.src",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.27.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: audit: fix out-of-bounds read in audit_compare_dname_path()"
},
{
"cve": "CVE-2025-39843",
"cwe": {
"id": "CWE-833",
"name": "Deadlock"
},
"discovery_date": "2025-09-19T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2396941"
}
],
"notes": [
{
"category": "description",
"text": "A deadlock lock recursion vulnerability exists in the linux kernel such that when CONFIG_DEBUG_OBJECTS_TIMERS is set, may wake up kswapd in set_track_prepare, and try to hold the per_cpu(hrtimer_bases) lock.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: mm: slub: avoid wake up kswapd in set_track_prepare",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue can only occur on debug kernel builds with specific configuration options enabled (e.g. CONFIG_SLUB_DEBUG, CONFIG_STACKDEPOT, SLAB_STORE_USER). It may lead to a deadlock (spinlock recursion) under rare timing conditions but cannot be triggered on standard production kernels. The impact is limited to a 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.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-doc-0:6.12.0-124.27.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.src",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.27.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-39843"
},
{
"category": "external",
"summary": "RHBZ#2396941",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2396941"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-39843",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39843"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-39843",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-39843"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025091903-CVE-2025-39843-0702@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025091903-CVE-2025-39843-0702@gregkh/T"
}
],
"release_date": "2025-09-19T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-12T09:30:19+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.",
"product_ids": [
"AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-doc-0:6.12.0-124.27.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.src",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.27.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0453"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-doc-0:6.12.0-124.27.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.src",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.27.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 4.7,
"baseSeverity": "MEDIUM",
"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:H",
"version": "3.1"
},
"products": [
"AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-doc-0:6.12.0-124.27.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.src",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.27.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: mm: slub: avoid wake up kswapd in set_track_prepare"
},
{
"cve": "CVE-2025-39905",
"cwe": {
"id": "CWE-664",
"name": "Improper Control of a Resource Through its Lifetime"
},
"discovery_date": "2025-10-01T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2400611"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel\u2019s phylink subsystem: when phylink_resolve() executes while pl-\u003estate_mutex is held, it may acquire pl-\u003ephydev-\u003elock out of order relative to other paths (phylink_bringup_phy() or phylink_disconnect_phy()) that acquire pl-\u003ephydev-\u003elock prior to pl-\u003estate_mutex. This lock inversion can result in a deadlock condition or other unexpected behaviour in PHY link management under concurrent operations",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: net: phylink: add lock for serializing concurrent pl-\u003ephydev writes with resolver",
"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.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-doc-0:6.12.0-124.27.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.src",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.27.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-39905"
},
{
"category": "external",
"summary": "RHBZ#2400611",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2400611"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-39905",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39905"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-39905",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-39905"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025100108-CVE-2025-39905-157f@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025100108-CVE-2025-39905-157f@gregkh/T"
}
],
"release_date": "2025-10-01T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-12T09:30:19+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.",
"product_ids": [
"AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-doc-0:6.12.0-124.27.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.src",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.27.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0453"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-doc-0:6.12.0-124.27.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.src",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.27.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:L/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-doc-0:6.12.0-124.27.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.src",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.27.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: net: phylink: add lock for serializing concurrent pl-\u003ephydev writes with resolver"
},
{
"cve": "CVE-2025-39966",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2025-10-15T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2404107"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel such that the IOMMU file-descriptor subsystem, when aborting the allocation of a new object before installing the file descriptor, the code calls fput() on the file and then immediately frees the associated object (kfree()), but the object is still referenced by the file descriptor on a deferred workqueue. This results in a use-after-free (UAF) condition which may lead to memory corruption or system instability",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: iommufd: Fix race during abort for file descriptors",
"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.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-doc-0:6.12.0-124.27.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.src",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.27.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-39966"
},
{
"category": "external",
"summary": "RHBZ#2404107",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2404107"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-39966",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39966"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-39966",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-39966"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025101553-CVE-2025-39966-736b@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025101553-CVE-2025-39966-736b@gregkh/T"
}
],
"release_date": "2025-10-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-12T09:30:19+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.",
"product_ids": [
"AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-doc-0:6.12.0-124.27.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.src",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.27.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0453"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-doc-0:6.12.0-124.27.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.src",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.27.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-doc-0:6.12.0-124.27.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.src",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.27.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: iommufd: Fix race during abort for file descriptors"
},
{
"cve": "CVE-2025-40176",
"cwe": {
"id": "CWE-825",
"name": "Expired Pointer Dereference"
},
"discovery_date": "2025-11-12T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2414524"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in tls_decrypt_sg in net/tls/tls_sw.c in networking subsystem in the Linux Kernel.In this flaw, If it fails to clone of the input skb to hold the reference to the memory it uses may lead a use-after-free.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: tls: wait for pending async decryptions if tls_strp_msg_hold fails",
"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.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-doc-0:6.12.0-124.27.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.src",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.27.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-40176"
},
{
"category": "external",
"summary": "RHBZ#2414524",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2414524"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-40176",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40176"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-40176",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-40176"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025111255-CVE-2025-40176-f2e3@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025111255-CVE-2025-40176-f2e3@gregkh/T"
}
],
"release_date": "2025-11-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-12T09:30:19+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.",
"product_ids": [
"AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-doc-0:6.12.0-124.27.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.src",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.27.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0453"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-doc-0:6.12.0-124.27.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.src",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.27.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-doc-0:6.12.0-124.27.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.src",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.27.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: tls: wait for pending async decryptions if tls_strp_msg_hold fails"
},
{
"cve": "CVE-2025-40240",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2025-12-04T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418832"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nsctp: avoid NULL dereference when chunk data buffer is missing\n\nchunk-\u003eskb pointer is dereferenced in the if-block where it\u0027s supposed\nto be NULL only.\n\nchunk-\u003eskb can only be NULL if chunk-\u003ehead_skb is not. Check for frag_list\ninstead and do it just before replacing chunk-\u003eskb. We\u0027re sure that\notherwise chunk-\u003eskb is non-NULL because of outer if() condition.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: sctp: avoid NULL dereference when chunk data buffer is missing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A missing data buffer (frag_list) in SCTP chunk processing could trigger a NULL pointer dereference when handling GSO packets.\nA remote attacker sending a malformed SCTP packet could cause a kernel crash (DoS).\nThe system is vulnerable only if CONFIG_IP_SCTP enabled in Kernel configuration (and for the Red Hat Enterprise Linux it is always disabled in older versions and enabled as module in latest versions only). However even if module exists in Red Hat Enterprise Linux, still admin need to specially enable it usage (make some SCTP listening port available) before exploitation would be possible.",
"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.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-doc-0:6.12.0-124.27.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.src",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.27.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-40240"
},
{
"category": "external",
"summary": "RHBZ#2418832",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418832"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-40240",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40240"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-40240",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-40240"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025120403-CVE-2025-40240-745a@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025120403-CVE-2025-40240-745a@gregkh/T"
}
],
"release_date": "2025-12-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-12T09:30:19+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.",
"product_ids": [
"AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-doc-0:6.12.0-124.27.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.src",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.27.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0453"
},
{
"category": "workaround",
"details": "To mitigate this issue, prevent module sctp from being loaded. Please see https://access.redhat.com/solutions/41278 for how to blacklist a kernel module to prevent it from loading automatically.",
"product_ids": [
"AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-doc-0:6.12.0-124.27.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.src",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.27.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-doc-0:6.12.0-124.27.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.src",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.27.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: sctp: avoid NULL dereference when chunk data buffer is missing"
},
{
"cve": "CVE-2025-40277",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"discovery_date": "2025-12-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2419954"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ndrm/vmwgfx: Validate command header size against SVGA_CMD_MAX_DATASIZE\n\nThis data originates from userspace and is used in buffer offset\ncalculations which could potentially overflow causing an out-of-bounds\naccess.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: drm/vmwgfx: Validate command header size against SVGA_CMD_MAX_DATASIZE",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A local attacker with access to the vmwgfx device could trigger an integer overflow when sending crafted SVGA3D command buffers with a malformed header size. The unchecked header-\u003esize field is used in buffer offset arithmetic, leading to potential out-of-bounds memory access in the kernel. The patch enforces a maximum bound (SVGA_CMD_MAX_DATASIZE) to prevent overflows. This issue may allow denial of service or privilege escalation within the guest VM.",
"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.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-doc-0:6.12.0-124.27.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.src",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.27.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-40277"
},
{
"category": "external",
"summary": "RHBZ#2419954",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419954"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-40277",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40277"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-40277",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-40277"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025120717-CVE-2025-40277-d511@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025120717-CVE-2025-40277-d511@gregkh/T"
}
],
"release_date": "2025-12-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-12T09:30:19+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.",
"product_ids": [
"AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-doc-0:6.12.0-124.27.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.src",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.27.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0453"
},
{
"category": "workaround",
"details": "To mitigate this issue, prevent module vmwgfx from being loaded. Please see https://access.redhat.com/solutions/41278 for how to blacklist a kernel module to prevent it from loading automatically.",
"product_ids": [
"AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-doc-0:6.12.0-124.27.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.src",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.27.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.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.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-doc-0:6.12.0-124.27.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.src",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.27.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: drm/vmwgfx: Validate command header size against SVGA_CMD_MAX_DATASIZE"
},
{
"cve": "CVE-2025-68287",
"cwe": {
"id": "CWE-364",
"name": "Signal Handler Race Condition"
},
"discovery_date": "2025-12-16T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2422788"
}
],
"notes": [
{
"category": "description",
"text": "A use-after-free vulnerability was found in the DWC3 USB controller driver in the Linux kernel. Multiple unsynchronized execution paths can invoke dwc3_remove_requests() concurrently, leading to premature freeing of USB requests. When one path frees requests while another is still processing them, a use-after-free crash occurs.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: usb: dwc3: Fix race condition between concurrent dwc3_remove_requests() call paths",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This affects systems with DWC3-based USB controllers, commonly found in ARM SoCs. The race is triggered by USB reset events concurrent with function unbind operations (e.g., during adb root).",
"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.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-doc-0:6.12.0-124.27.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.src",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.27.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68287"
},
{
"category": "external",
"summary": "RHBZ#2422788",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2422788"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68287",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68287"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68287",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68287"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025121638-CVE-2025-68287-5647@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025121638-CVE-2025-68287-5647@gregkh/T"
}
],
"release_date": "2025-12-16T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-12T09:30:19+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.",
"product_ids": [
"AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-doc-0:6.12.0-124.27.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.src",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.27.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:0453"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debug-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-64k-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debug-devel-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-devel-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-doc-0:6.12.0-124.27.1.el10_1.noarch",
"AppStream-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:kernel-zfcpdump-devel-matched-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:perf-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:rtla-0:6.12.0-124.27.1.el10_1.x86_64",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.aarch64",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.ppc64le",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.s390x",
"AppStream-10.1.Z:rv-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.src",
"BaseOS-10.1.Z:kernel-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-64k-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-64k-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-abi-stablelists-0:6.12.0-124.27.1.el10_1.noarch",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debug-uki-virt-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-modules-extra-matched-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:kernel-tools-libs-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:kernel-uki-virt-addons-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:kernel-zfcpdump-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-core-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:kernel-zfcpdump-modules-extra-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"BaseOS-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-debuginfo-common-s390x-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:kernel-tools-libs-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:kernel-zfcpdump-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:libperf-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.ppc64le",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.s390x",
"CRB-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"NFV-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-debuginfo-common-aarch64-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-debuginfo-common-x86_64-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-64k-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-64k-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debug-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-devel-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-core-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-rt-modules-extra-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:kernel-tools-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:libperf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.aarch64",
"RT-10.1.Z:python3-perf-debuginfo-0:6.12.0-124.27.1.el10_1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "kernel: usb: dwc3: Fix race condition between concurrent dwc3_remove_requests() call paths"
}
]
}
WID-SEC-W-2025-2298
Vulnerability from csaf_certbund - Published: 2025-10-14 22:00 - Updated: 2026-05-31 22:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM DataPower Gateway 10.6.0.0-10.6.0.8
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.6.0.0_-_10.6.0.8
|
10.6.0.0-10.6.0.8 | |
|
IBM QRadar SIEM <7.5.0 UP14 IF04
IBM / QRadar SIEM
|
<7.5.0 UP14 IF04 | ||
|
IBM DataPower Gateway 10.5.0.0-10.5.0.20
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.5.0.0_-_10.5.0.20
|
10.5.0.0-10.5.0.20 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Dell NetWorker vProxy <19.14
Dell / NetWorker
|
vProxy <19.14 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat Enterprise Linux 8
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:8
|
8 | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat Enterprise Linux 10
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10
|
10 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM DataPower Gateway 10.6.0.0-10.6.0.8
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.6.0.0_-_10.6.0.8
|
10.6.0.0-10.6.0.8 | |
|
IBM QRadar SIEM <7.5.0 UP14 IF04
IBM / QRadar SIEM
|
<7.5.0 UP14 IF04 | ||
|
IBM DataPower Gateway 10.5.0.0-10.5.0.20
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.5.0.0_-_10.5.0.20
|
10.5.0.0-10.5.0.20 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Dell NetWorker vProxy <19.14
Dell / NetWorker
|
vProxy <19.14 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat Enterprise Linux 8
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:8
|
8 | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat Enterprise Linux 10
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10
|
10 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM DataPower Gateway 10.6.0.0-10.6.0.8
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.6.0.0_-_10.6.0.8
|
10.6.0.0-10.6.0.8 | |
|
IBM QRadar SIEM <7.5.0 UP14 IF04
IBM / QRadar SIEM
|
<7.5.0 UP14 IF04 | ||
|
IBM DataPower Gateway 10.5.0.0-10.5.0.20
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.5.0.0_-_10.5.0.20
|
10.5.0.0-10.5.0.20 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Dell NetWorker vProxy <19.14
Dell / NetWorker
|
vProxy <19.14 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat Enterprise Linux 8
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:8
|
8 | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat Enterprise Linux 10
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10
|
10 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM DataPower Gateway 10.6.0.0-10.6.0.8
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.6.0.0_-_10.6.0.8
|
10.6.0.0-10.6.0.8 | |
|
IBM QRadar SIEM <7.5.0 UP14 IF04
IBM / QRadar SIEM
|
<7.5.0 UP14 IF04 | ||
|
IBM DataPower Gateway 10.5.0.0-10.5.0.20
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.5.0.0_-_10.5.0.20
|
10.5.0.0-10.5.0.20 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Dell NetWorker vProxy <19.14
Dell / NetWorker
|
vProxy <19.14 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat Enterprise Linux 8
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:8
|
8 | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat Enterprise Linux 10
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10
|
10 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM DataPower Gateway 10.6.0.0-10.6.0.8
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.6.0.0_-_10.6.0.8
|
10.6.0.0-10.6.0.8 | |
|
IBM QRadar SIEM <7.5.0 UP14 IF04
IBM / QRadar SIEM
|
<7.5.0 UP14 IF04 | ||
|
IBM DataPower Gateway 10.5.0.0-10.5.0.20
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.5.0.0_-_10.5.0.20
|
10.5.0.0-10.5.0.20 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Dell NetWorker vProxy <19.14
Dell / NetWorker
|
vProxy <19.14 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat Enterprise Linux 8
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:8
|
8 | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat Enterprise Linux 10
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10
|
10 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM DataPower Gateway 10.6.0.0-10.6.0.8
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.6.0.0_-_10.6.0.8
|
10.6.0.0-10.6.0.8 | |
|
IBM QRadar SIEM <7.5.0 UP14 IF04
IBM / QRadar SIEM
|
<7.5.0 UP14 IF04 | ||
|
IBM DataPower Gateway 10.5.0.0-10.5.0.20
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.5.0.0_-_10.5.0.20
|
10.5.0.0-10.5.0.20 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Dell NetWorker vProxy <19.14
Dell / NetWorker
|
vProxy <19.14 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat Enterprise Linux 8
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:8
|
8 | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat Enterprise Linux 10
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10
|
10 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM DataPower Gateway 10.6.0.0-10.6.0.8
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.6.0.0_-_10.6.0.8
|
10.6.0.0-10.6.0.8 | |
|
IBM QRadar SIEM <7.5.0 UP14 IF04
IBM / QRadar SIEM
|
<7.5.0 UP14 IF04 | ||
|
IBM DataPower Gateway 10.5.0.0-10.5.0.20
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.5.0.0_-_10.5.0.20
|
10.5.0.0-10.5.0.20 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Dell NetWorker vProxy <19.14
Dell / NetWorker
|
vProxy <19.14 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat Enterprise Linux 8
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:8
|
8 | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat Enterprise Linux 10
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10
|
10 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM DataPower Gateway 10.6.0.0-10.6.0.8
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.6.0.0_-_10.6.0.8
|
10.6.0.0-10.6.0.8 | |
|
IBM QRadar SIEM <7.5.0 UP14 IF04
IBM / QRadar SIEM
|
<7.5.0 UP14 IF04 | ||
|
IBM DataPower Gateway 10.5.0.0-10.5.0.20
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.5.0.0_-_10.5.0.20
|
10.5.0.0-10.5.0.20 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Dell NetWorker vProxy <19.14
Dell / NetWorker
|
vProxy <19.14 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat Enterprise Linux 8
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:8
|
8 | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat Enterprise Linux 10
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10
|
10 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM DataPower Gateway 10.6.0.0-10.6.0.8
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.6.0.0_-_10.6.0.8
|
10.6.0.0-10.6.0.8 | |
|
IBM QRadar SIEM <7.5.0 UP14 IF04
IBM / QRadar SIEM
|
<7.5.0 UP14 IF04 | ||
|
IBM DataPower Gateway 10.5.0.0-10.5.0.20
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.5.0.0_-_10.5.0.20
|
10.5.0.0-10.5.0.20 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Dell NetWorker vProxy <19.14
Dell / NetWorker
|
vProxy <19.14 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat Enterprise Linux 8
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:8
|
8 | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat Enterprise Linux 10
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10
|
10 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM DataPower Gateway 10.6.0.0-10.6.0.8
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.6.0.0_-_10.6.0.8
|
10.6.0.0-10.6.0.8 | |
|
IBM QRadar SIEM <7.5.0 UP14 IF04
IBM / QRadar SIEM
|
<7.5.0 UP14 IF04 | ||
|
IBM DataPower Gateway 10.5.0.0-10.5.0.20
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.5.0.0_-_10.5.0.20
|
10.5.0.0-10.5.0.20 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Dell NetWorker vProxy <19.14
Dell / NetWorker
|
vProxy <19.14 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat Enterprise Linux 8
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:8
|
8 | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat Enterprise Linux 10
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10
|
10 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM DataPower Gateway 10.6.0.0-10.6.0.8
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.6.0.0_-_10.6.0.8
|
10.6.0.0-10.6.0.8 | |
|
IBM QRadar SIEM <7.5.0 UP14 IF04
IBM / QRadar SIEM
|
<7.5.0 UP14 IF04 | ||
|
IBM DataPower Gateway 10.5.0.0-10.5.0.20
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.5.0.0_-_10.5.0.20
|
10.5.0.0-10.5.0.20 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Dell NetWorker vProxy <19.14
Dell / NetWorker
|
vProxy <19.14 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat Enterprise Linux 8
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:8
|
8 | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat Enterprise Linux 10
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10
|
10 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM DataPower Gateway 10.6.0.0-10.6.0.8
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.6.0.0_-_10.6.0.8
|
10.6.0.0-10.6.0.8 | |
|
IBM QRadar SIEM <7.5.0 UP14 IF04
IBM / QRadar SIEM
|
<7.5.0 UP14 IF04 | ||
|
IBM DataPower Gateway 10.5.0.0-10.5.0.20
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.5.0.0_-_10.5.0.20
|
10.5.0.0-10.5.0.20 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Dell NetWorker vProxy <19.14
Dell / NetWorker
|
vProxy <19.14 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat Enterprise Linux 8
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:8
|
8 | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat Enterprise Linux 10
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10
|
10 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM DataPower Gateway 10.6.0.0-10.6.0.8
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.6.0.0_-_10.6.0.8
|
10.6.0.0-10.6.0.8 | |
|
IBM QRadar SIEM <7.5.0 UP14 IF04
IBM / QRadar SIEM
|
<7.5.0 UP14 IF04 | ||
|
IBM DataPower Gateway 10.5.0.0-10.5.0.20
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.5.0.0_-_10.5.0.20
|
10.5.0.0-10.5.0.20 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Dell NetWorker vProxy <19.14
Dell / NetWorker
|
vProxy <19.14 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat Enterprise Linux 8
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:8
|
8 | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat Enterprise Linux 10
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10
|
10 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM DataPower Gateway 10.6.0.0-10.6.0.8
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.6.0.0_-_10.6.0.8
|
10.6.0.0-10.6.0.8 | |
|
IBM QRadar SIEM <7.5.0 UP14 IF04
IBM / QRadar SIEM
|
<7.5.0 UP14 IF04 | ||
|
IBM DataPower Gateway 10.5.0.0-10.5.0.20
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.5.0.0_-_10.5.0.20
|
10.5.0.0-10.5.0.20 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Dell NetWorker vProxy <19.14
Dell / NetWorker
|
vProxy <19.14 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat Enterprise Linux 8
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:8
|
8 | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat Enterprise Linux 10
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10
|
10 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM DataPower Gateway 10.6.0.0-10.6.0.8
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.6.0.0_-_10.6.0.8
|
10.6.0.0-10.6.0.8 | |
|
IBM QRadar SIEM <7.5.0 UP14 IF04
IBM / QRadar SIEM
|
<7.5.0 UP14 IF04 | ||
|
IBM DataPower Gateway 10.5.0.0-10.5.0.20
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.5.0.0_-_10.5.0.20
|
10.5.0.0-10.5.0.20 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Dell NetWorker vProxy <19.14
Dell / NetWorker
|
vProxy <19.14 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat Enterprise Linux 8
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:8
|
8 | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat Enterprise Linux 10
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10
|
10 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM DataPower Gateway 10.6.0.0-10.6.0.8
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.6.0.0_-_10.6.0.8
|
10.6.0.0-10.6.0.8 | |
|
IBM QRadar SIEM <7.5.0 UP14 IF04
IBM / QRadar SIEM
|
<7.5.0 UP14 IF04 | ||
|
IBM DataPower Gateway 10.5.0.0-10.5.0.20
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.5.0.0_-_10.5.0.20
|
10.5.0.0-10.5.0.20 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Dell NetWorker vProxy <19.14
Dell / NetWorker
|
vProxy <19.14 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat Enterprise Linux 8
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:8
|
8 | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat Enterprise Linux 10
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10
|
10 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM DataPower Gateway 10.6.0.0-10.6.0.8
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.6.0.0_-_10.6.0.8
|
10.6.0.0-10.6.0.8 | |
|
IBM QRadar SIEM <7.5.0 UP14 IF04
IBM / QRadar SIEM
|
<7.5.0 UP14 IF04 | ||
|
IBM DataPower Gateway 10.5.0.0-10.5.0.20
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.5.0.0_-_10.5.0.20
|
10.5.0.0-10.5.0.20 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Dell NetWorker vProxy <19.14
Dell / NetWorker
|
vProxy <19.14 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat Enterprise Linux 8
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:8
|
8 | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat Enterprise Linux 10
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10
|
10 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM DataPower Gateway 10.6.0.0-10.6.0.8
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.6.0.0_-_10.6.0.8
|
10.6.0.0-10.6.0.8 | |
|
IBM QRadar SIEM <7.5.0 UP14 IF04
IBM / QRadar SIEM
|
<7.5.0 UP14 IF04 | ||
|
IBM DataPower Gateway 10.5.0.0-10.5.0.20
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.5.0.0_-_10.5.0.20
|
10.5.0.0-10.5.0.20 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Dell NetWorker vProxy <19.14
Dell / NetWorker
|
vProxy <19.14 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat Enterprise Linux 8
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:8
|
8 | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat Enterprise Linux 10
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10
|
10 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM DataPower Gateway 10.6.0.0-10.6.0.8
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.6.0.0_-_10.6.0.8
|
10.6.0.0-10.6.0.8 | |
|
IBM QRadar SIEM <7.5.0 UP14 IF04
IBM / QRadar SIEM
|
<7.5.0 UP14 IF04 | ||
|
IBM DataPower Gateway 10.5.0.0-10.5.0.20
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.5.0.0_-_10.5.0.20
|
10.5.0.0-10.5.0.20 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Dell NetWorker vProxy <19.14
Dell / NetWorker
|
vProxy <19.14 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat Enterprise Linux 8
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:8
|
8 | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat Enterprise Linux 10
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10
|
10 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM DataPower Gateway 10.6.0.0-10.6.0.8
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.6.0.0_-_10.6.0.8
|
10.6.0.0-10.6.0.8 | |
|
IBM QRadar SIEM <7.5.0 UP14 IF04
IBM / QRadar SIEM
|
<7.5.0 UP14 IF04 | ||
|
IBM DataPower Gateway 10.5.0.0-10.5.0.20
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.5.0.0_-_10.5.0.20
|
10.5.0.0-10.5.0.20 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Dell NetWorker vProxy <19.14
Dell / NetWorker
|
vProxy <19.14 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat Enterprise Linux 8
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:8
|
8 | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat Enterprise Linux 10
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10
|
10 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM DataPower Gateway 10.6.0.0-10.6.0.8
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.6.0.0_-_10.6.0.8
|
10.6.0.0-10.6.0.8 | |
|
IBM QRadar SIEM <7.5.0 UP14 IF04
IBM / QRadar SIEM
|
<7.5.0 UP14 IF04 | ||
|
IBM DataPower Gateway 10.5.0.0-10.5.0.20
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.5.0.0_-_10.5.0.20
|
10.5.0.0-10.5.0.20 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Dell NetWorker vProxy <19.14
Dell / NetWorker
|
vProxy <19.14 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat Enterprise Linux 8
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:8
|
8 | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat Enterprise Linux 10
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10
|
10 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM DataPower Gateway 10.6.0.0-10.6.0.8
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.6.0.0_-_10.6.0.8
|
10.6.0.0-10.6.0.8 | |
|
IBM QRadar SIEM <7.5.0 UP14 IF04
IBM / QRadar SIEM
|
<7.5.0 UP14 IF04 | ||
|
IBM DataPower Gateway 10.5.0.0-10.5.0.20
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.5.0.0_-_10.5.0.20
|
10.5.0.0-10.5.0.20 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Dell NetWorker vProxy <19.14
Dell / NetWorker
|
vProxy <19.14 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat Enterprise Linux 8
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:8
|
8 | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat Enterprise Linux 10
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10
|
10 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM DataPower Gateway 10.6.0.0-10.6.0.8
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.6.0.0_-_10.6.0.8
|
10.6.0.0-10.6.0.8 | |
|
IBM QRadar SIEM <7.5.0 UP14 IF04
IBM / QRadar SIEM
|
<7.5.0 UP14 IF04 | ||
|
IBM DataPower Gateway 10.5.0.0-10.5.0.20
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.5.0.0_-_10.5.0.20
|
10.5.0.0-10.5.0.20 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Dell NetWorker vProxy <19.14
Dell / NetWorker
|
vProxy <19.14 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat Enterprise Linux 8
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:8
|
8 | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat Enterprise Linux 10
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10
|
10 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM DataPower Gateway 10.6.0.0-10.6.0.8
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.6.0.0_-_10.6.0.8
|
10.6.0.0-10.6.0.8 | |
|
IBM QRadar SIEM <7.5.0 UP14 IF04
IBM / QRadar SIEM
|
<7.5.0 UP14 IF04 | ||
|
IBM DataPower Gateway 10.5.0.0-10.5.0.20
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.5.0.0_-_10.5.0.20
|
10.5.0.0-10.5.0.20 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Dell NetWorker vProxy <19.14
Dell / NetWorker
|
vProxy <19.14 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat Enterprise Linux 8
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:8
|
8 | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat Enterprise Linux 10
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10
|
10 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM DataPower Gateway 10.6.0.0-10.6.0.8
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.6.0.0_-_10.6.0.8
|
10.6.0.0-10.6.0.8 | |
|
IBM QRadar SIEM <7.5.0 UP14 IF04
IBM / QRadar SIEM
|
<7.5.0 UP14 IF04 | ||
|
IBM DataPower Gateway 10.5.0.0-10.5.0.20
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.5.0.0_-_10.5.0.20
|
10.5.0.0-10.5.0.20 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Dell NetWorker vProxy <19.14
Dell / NetWorker
|
vProxy <19.14 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat Enterprise Linux 8
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:8
|
8 | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat Enterprise Linux 10
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10
|
10 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM DataPower Gateway 10.6.0.0-10.6.0.8
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.6.0.0_-_10.6.0.8
|
10.6.0.0-10.6.0.8 | |
|
IBM QRadar SIEM <7.5.0 UP14 IF04
IBM / QRadar SIEM
|
<7.5.0 UP14 IF04 | ||
|
IBM DataPower Gateway 10.5.0.0-10.5.0.20
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.5.0.0_-_10.5.0.20
|
10.5.0.0-10.5.0.20 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Dell NetWorker vProxy <19.14
Dell / NetWorker
|
vProxy <19.14 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat Enterprise Linux 8
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:8
|
8 | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat Enterprise Linux 10
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10
|
10 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM DataPower Gateway 10.6.0.0-10.6.0.8
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.6.0.0_-_10.6.0.8
|
10.6.0.0-10.6.0.8 | |
|
IBM QRadar SIEM <7.5.0 UP14 IF04
IBM / QRadar SIEM
|
<7.5.0 UP14 IF04 | ||
|
IBM DataPower Gateway 10.5.0.0-10.5.0.20
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.5.0.0_-_10.5.0.20
|
10.5.0.0-10.5.0.20 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Dell NetWorker vProxy <19.14
Dell / NetWorker
|
vProxy <19.14 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat Enterprise Linux 8
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:8
|
8 | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat Enterprise Linux 10
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10
|
10 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM DataPower Gateway 10.6.0.0-10.6.0.8
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.6.0.0_-_10.6.0.8
|
10.6.0.0-10.6.0.8 | |
|
IBM QRadar SIEM <7.5.0 UP14 IF04
IBM / QRadar SIEM
|
<7.5.0 UP14 IF04 | ||
|
IBM DataPower Gateway 10.5.0.0-10.5.0.20
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.5.0.0_-_10.5.0.20
|
10.5.0.0-10.5.0.20 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Dell NetWorker vProxy <19.14
Dell / NetWorker
|
vProxy <19.14 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat Enterprise Linux 8
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:8
|
8 | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat Enterprise Linux 10
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10
|
10 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM DataPower Gateway 10.6.0.0-10.6.0.8
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.6.0.0_-_10.6.0.8
|
10.6.0.0-10.6.0.8 | |
|
IBM QRadar SIEM <7.5.0 UP14 IF04
IBM / QRadar SIEM
|
<7.5.0 UP14 IF04 | ||
|
IBM DataPower Gateway 10.5.0.0-10.5.0.20
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.5.0.0_-_10.5.0.20
|
10.5.0.0-10.5.0.20 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Dell NetWorker vProxy <19.14
Dell / NetWorker
|
vProxy <19.14 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat Enterprise Linux 8
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:8
|
8 | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat Enterprise Linux 10
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10
|
10 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM DataPower Gateway 10.6.0.0-10.6.0.8
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.6.0.0_-_10.6.0.8
|
10.6.0.0-10.6.0.8 | |
|
IBM QRadar SIEM <7.5.0 UP14 IF04
IBM / QRadar SIEM
|
<7.5.0 UP14 IF04 | ||
|
IBM DataPower Gateway 10.5.0.0-10.5.0.20
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.5.0.0_-_10.5.0.20
|
10.5.0.0-10.5.0.20 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Dell NetWorker vProxy <19.14
Dell / NetWorker
|
vProxy <19.14 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat Enterprise Linux 8
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:8
|
8 | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat Enterprise Linux 10
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10
|
10 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM DataPower Gateway 10.6.0.0-10.6.0.8
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.6.0.0_-_10.6.0.8
|
10.6.0.0-10.6.0.8 | |
|
IBM QRadar SIEM <7.5.0 UP14 IF04
IBM / QRadar SIEM
|
<7.5.0 UP14 IF04 | ||
|
IBM DataPower Gateway 10.5.0.0-10.5.0.20
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.5.0.0_-_10.5.0.20
|
10.5.0.0-10.5.0.20 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Dell NetWorker vProxy <19.14
Dell / NetWorker
|
vProxy <19.14 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat Enterprise Linux 8
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:8
|
8 | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat Enterprise Linux 10
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10
|
10 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM DataPower Gateway 10.6.0.0-10.6.0.8
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.6.0.0_-_10.6.0.8
|
10.6.0.0-10.6.0.8 | |
|
IBM QRadar SIEM <7.5.0 UP14 IF04
IBM / QRadar SIEM
|
<7.5.0 UP14 IF04 | ||
|
IBM DataPower Gateway 10.5.0.0-10.5.0.20
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.5.0.0_-_10.5.0.20
|
10.5.0.0-10.5.0.20 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Dell NetWorker vProxy <19.14
Dell / NetWorker
|
vProxy <19.14 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat Enterprise Linux 8
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:8
|
8 | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat Enterprise Linux 10
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10
|
10 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM DataPower Gateway 10.6.0.0-10.6.0.8
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.6.0.0_-_10.6.0.8
|
10.6.0.0-10.6.0.8 | |
|
IBM QRadar SIEM <7.5.0 UP14 IF04
IBM / QRadar SIEM
|
<7.5.0 UP14 IF04 | ||
|
IBM DataPower Gateway 10.5.0.0-10.5.0.20
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.5.0.0_-_10.5.0.20
|
10.5.0.0-10.5.0.20 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Dell NetWorker vProxy <19.14
Dell / NetWorker
|
vProxy <19.14 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat Enterprise Linux 8
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:8
|
8 | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat Enterprise Linux 10
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10
|
10 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
IBM DataPower Gateway 10.6.0.0-10.6.0.8
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.6.0.0_-_10.6.0.8
|
10.6.0.0-10.6.0.8 | |
|
IBM QRadar SIEM <7.5.0 UP14 IF04
IBM / QRadar SIEM
|
<7.5.0 UP14 IF04 | ||
|
IBM DataPower Gateway 10.5.0.0-10.5.0.20
IBM / DataPower Gateway
|
cpe:/a:ibm:datapower_gateway:10.5.0.0_-_10.5.0.20
|
10.5.0.0-10.5.0.20 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell ECS 3.8.1.0-3.8.1.7
Dell / ECS
|
cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7
|
3.8.1.0-3.8.1.7 | |
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell NetWorker vProxy <19.13.0.3
Dell / NetWorker
|
vProxy <19.13.0.3 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Dell NetWorker vProxy <19.14
Dell / NetWorker
|
vProxy <19.14 | ||
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat Enterprise Linux 8
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:8
|
8 | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat Enterprise Linux 10
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10
|
10 | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— |
{
"document": {
"aggregate_severity": {
"text": "hoch"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "Der Kernel stellt den Kern des Linux Betriebssystems dar.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein Angreifer kann mehrere Schwachstellen im Linux-Kernel ausnutzen, um einen Denial of Service Angriff durchzuf\u00fchren, Daten zu manipulieren und andere, nicht n\u00e4her spezifizierte Angriffe durchzuf\u00fchren.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2025-2298 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2025/wid-sec-w-2025-2298.json"
},
{
"category": "self",
"summary": "WID-SEC-2025-2298 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2025-2298"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7938-1 vom 2025-12-16",
"url": "https://ubuntu.com/security/notices/USN-7938-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7939-1 vom 2025-12-17",
"url": "https://ubuntu.com/security/notices/USN-7939-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7939-2 vom 2025-12-17",
"url": "https://ubuntu.com/security/notices/USN-7939-2"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:23250 vom 2025-12-17",
"url": "https://access.redhat.com/errata/RHSA-2025:23250"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7935-1 vom 2025-12-16",
"url": "https://ubuntu.com/security/notices/USN-7935-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7934-1 vom 2025-12-15",
"url": "https://ubuntu.com/security/notices/USN-7934-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7936-1 vom 2025-12-16",
"url": "https://ubuntu.com/security/notices/USN-7936-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7931-1 vom 2025-12-15",
"url": "https://ubuntu.com/security/notices/USN-7931-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7931-2 vom 2025-12-15",
"url": "https://ubuntu.com/security/notices/USN-7931-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7931-3 vom 2025-12-15",
"url": "https://ubuntu.com/security/notices/USN-7931-3"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:4393-1 vom 2025-12-15",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-December/023538.html"
},
{
"category": "external",
"summary": "Kernel CVE Announce Mailingliste",
"url": "https://lore.kernel.org/linux-cve-announce/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39966",
"url": "https://lore.kernel.org/linux-cve-announce/2025101553-CVE-2025-39966-736b@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39967",
"url": "https://lore.kernel.org/linux-cve-announce/2025101555-CVE-2025-39967-0fbf@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39968",
"url": "https://lore.kernel.org/linux-cve-announce/2025101555-CVE-2025-39968-ca60@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39969",
"url": "https://lore.kernel.org/linux-cve-announce/2025101555-CVE-2025-39969-fbee@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39970",
"url": "https://lore.kernel.org/linux-cve-announce/2025101556-CVE-2025-39970-2ec8@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39971",
"url": "https://lore.kernel.org/linux-cve-announce/2025101556-CVE-2025-39971-97e2@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39972",
"url": "https://lore.kernel.org/linux-cve-announce/2025101556-CVE-2025-39972-06e0@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39973",
"url": "https://lore.kernel.org/linux-cve-announce/2025101557-CVE-2025-39973-b1a3@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39974",
"url": "https://lore.kernel.org/linux-cve-announce/2025101557-CVE-2025-39974-09d9@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39975",
"url": "https://lore.kernel.org/linux-cve-announce/2025101557-CVE-2025-39975-d1a3@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39976",
"url": "https://lore.kernel.org/linux-cve-announce/2025101558-CVE-2025-39976-59ea@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39977",
"url": "https://lore.kernel.org/linux-cve-announce/2025101558-CVE-2025-39977-b3a2@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39979",
"url": "https://lore.kernel.org/linux-cve-announce/2025101559-CVE-2025-39979-f1e9@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39980",
"url": "https://lore.kernel.org/linux-cve-announce/2025101559-CVE-2025-39980-1b78@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39981",
"url": "https://lore.kernel.org/linux-cve-announce/2025101559-CVE-2025-39981-fe1d@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39982",
"url": "https://lore.kernel.org/linux-cve-announce/2025101559-CVE-2025-39982-a36e@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39983",
"url": "https://lore.kernel.org/linux-cve-announce/2025101500-CVE-2025-39983-eb8b@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39984",
"url": "https://lore.kernel.org/linux-cve-announce/2025101500-CVE-2025-39984-2d3f@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39985",
"url": "https://lore.kernel.org/linux-cve-announce/2025101500-CVE-2025-39985-98c2@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39986",
"url": "https://lore.kernel.org/linux-cve-announce/2025101501-CVE-2025-39986-b33b@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39987",
"url": "https://lore.kernel.org/linux-cve-announce/2025101501-CVE-2025-39987-9feb@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39988",
"url": "https://lore.kernel.org/linux-cve-announce/2025101501-CVE-2025-39988-bda0@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39990",
"url": "https://lore.kernel.org/linux-cve-announce/2025101502-CVE-2025-39990-25bc@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39991",
"url": "https://lore.kernel.org/linux-cve-announce/2025101527-CVE-2025-39991-6679@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39992",
"url": "https://lore.kernel.org/linux-cve-announce/2025101527-CVE-2025-39992-f580@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39993",
"url": "https://lore.kernel.org/linux-cve-announce/2025101527-CVE-2025-39993-caef@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39994",
"url": "https://lore.kernel.org/linux-cve-announce/2025101528-CVE-2025-39994-f3e0@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39995",
"url": "https://lore.kernel.org/linux-cve-announce/2025101528-CVE-2025-39995-80ab@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39996",
"url": "https://lore.kernel.org/linux-cve-announce/2025101528-CVE-2025-39996-b297@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39997",
"url": "https://lore.kernel.org/linux-cve-announce/2025101528-CVE-2025-39997-4384@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39998",
"url": "https://lore.kernel.org/linux-cve-announce/2025101529-CVE-2025-39998-57d5@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-39999",
"url": "https://lore.kernel.org/linux-cve-announce/2025101529-CVE-2025-39999-08ff@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2025-40000",
"url": "https://lore.kernel.org/linux-cve-announce/2025101518-CVE-2025-40000-8817@gregkh/"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-20719 vom 2025-10-24",
"url": "https://linux.oracle.com/errata/ELSA-2025-20719.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS2KERNEL-5.10-2025-109 vom 2025-10-27",
"url": "https://alas.aws.amazon.com/AL2/ALAS2KERNEL-5.10-2025-109.html"
},
{
"category": "external",
"summary": "Container-Optimized OS release notes vom 2025-10-28",
"url": "https://docs.cloud.google.com/container-optimized-os/docs/release-notes#October_20_2025"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2025:15671-1 vom 2025-10-28",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/CE44EQUDGYUJH4U6WXJDQU42FYQWVI53/"
},
{
"category": "external",
"summary": "Container-Optimized OS release notes vom 2025-10-28",
"url": "https://docs.cloud.google.com/container-optimized-os/docs/release-notes#October_27_2025"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-25731 vom 2025-11-03",
"url": "https://linux.oracle.com/errata/ELSA-2025-25731.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-25733 vom 2025-11-04",
"url": "https://linux.oracle.com/errata/ELSA-2025-25733.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS2KERNEL-5.4-2025-114 vom 2025-11-11",
"url": "https://alas.aws.amazon.com/AL2/ALAS2KERNEL-5.4-2025-114.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-25755 vom 2025-11-10",
"url": "https://linux.oracle.com/errata/ELSA-2025-25755.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:4057-1 vom 2025-11-11",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-November/023254.html"
},
{
"category": "external",
"summary": "Debian Security Advisory DSA-6053 vom 2025-11-12",
"url": "https://lists.debian.org/debian-security-announce/2025/msg00219.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-25757 vom 2025-11-12",
"url": "https://linux.oracle.com/errata/ELSA-2025-25757.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:21469 vom 2025-11-17",
"url": "https://access.redhat.com/errata/RHSA-2025:21469"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:4111-1 vom 2025-11-17",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-November/023294.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:4135-1 vom 2025-11-18",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-November/023300.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:4128-1 vom 2025-11-18",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-November/023299.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:4132-1 vom 2025-11-18",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-November/023302.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:4141-1 vom 2025-11-19",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-November/023304.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:4140-1 vom 2025-11-19",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-November/023305.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:4139-1 vom 2025-11-19",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-November/023306.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:4149-1 vom 2025-11-20",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-November/023309.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:21917 vom 2025-11-24",
"url": "https://access.redhat.com/errata/RHSA-2025:21917"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:21920 vom 2025-11-24",
"url": "https://access.redhat.com/errata/RHSA-2025:21920"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:21933 vom 2025-11-24",
"url": "https://access.redhat.com/errata/RHSA-2025:21933"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:4188-1 vom 2025-11-24",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/LVPUJWNDCBFGM2O2EFX4S5QBPKDARVQ7/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:4189-1 vom 2025-11-24",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-November/023334.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-21917 vom 2025-11-25",
"url": "https://linux.oracle.com/errata/ELSA-2025-21917.html"
},
{
"category": "external",
"summary": "Debian Security Advisory DLA-4379 vom 2025-11-25",
"url": "https://lists.debian.org/debian-lts-announce/2025/11/msg00022.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-21926 vom 2025-11-26",
"url": "http://linux.oracle.com/errata/ELSA-2025-21926.html"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2025-20091-1 vom 2025-11-27",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/QVNKE6YBHUN7AVUHO7UZCJJGK4HYS62H/"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2025:21917 vom 2025-11-27",
"url": "https://errata.build.resf.org/RLSA-2025:21917"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2025:21920 vom 2025-11-27",
"url": "https://errata.build.resf.org/RLSA-2025:21920"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-21469 vom 2025-11-27",
"url": "https://linux.oracle.com/errata/ELSA-2025-21469.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:21052-1 vom 2025-11-27",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-November/023389.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:21040-1 vom 2025-11-27",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-November/023394.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:21064-1 vom 2025-11-27",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-November/023415.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:21056-1 vom 2025-11-27",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-November/023419.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:4301-1 vom 2025-11-28",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/LLIMXFMWOGTFRJZEC4XPGIMNBCRKQ7IF/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:21080-1 vom 2025-11-28",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-November/023429.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:22405 vom 2025-12-01",
"url": "https://access.redhat.com/errata/RHSA-2025:22405"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:4315-1 vom 2025-12-01",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-December/023442.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:22395 vom 2025-12-01",
"url": "https://access.redhat.com/errata/RHSA-2025:22395"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:22571 vom 2025-12-02",
"url": "https://access.redhat.com/errata/RHSA-2025:22571"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-22405 vom 2025-12-02",
"url": "https://linux.oracle.com/errata/ELSA-2025-22405.html"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2025:22405 vom 2025-12-04",
"url": "https://errata.build.resf.org/RLSA-2025:22405"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:4320-1 vom 2025-12-04",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-December/023445.html"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2025:22395 vom 2025-12-05",
"url": "https://errata.build.resf.org/RLSA-2025:22395"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:22802 vom 2025-12-08",
"url": "https://access.redhat.com/errata/RHSA-2025:22802"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-22395 vom 2025-12-06",
"url": "https://linux.oracle.com/errata/ELSA-2025-22395.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS2KERNEL-5.15-2025-095 vom 2025-12-08",
"url": "https://alas.aws.amazon.com/AL2/ALAS2KERNEL-5.15-2025-095.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:22854 vom 2025-12-08",
"url": "https://access.redhat.com/errata/RHSA-2025:22854"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-22854 vom 2025-12-09",
"url": "https://linux.oracle.com/errata/ELSA-2025-22854.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:22865 vom 2025-12-09",
"url": "https://access.redhat.com/errata/RHSA-2025:22865"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-22865 vom 2025-12-09",
"url": "https://linux.oracle.com/errata/ELSA-2025-22865.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7921-1 vom 2025-12-10",
"url": "https://ubuntu.com/security/notices/USN-7921-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7922-1 vom 2025-12-10",
"url": "https://ubuntu.com/security/notices/USN-7922-1"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:21180-1 vom 2025-12-10",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-December/023498.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:21147-1 vom 2025-12-10",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-December/023511.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7922-2 vom 2025-12-11",
"url": "https://ubuntu.com/security/notices/USN-7922-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7928-2 vom 2025-12-11",
"url": "https://ubuntu.com/security/notices/USN-7928-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7928-1 vom 2025-12-11",
"url": "https://ubuntu.com/security/notices/USN-7928-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7928-3 vom 2025-12-11",
"url": "https://ubuntu.com/security/notices/USN-7928-3"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-28048 vom 2025-12-12",
"url": "https://linux.oracle.com/errata/ELSA-2025-28048.html"
},
{
"category": "external",
"summary": "Debian Security Advisory DLA-4404 vom 2025-12-12",
"url": "https://lists.debian.org/debian-lts-announce/2025/12/msg00015.html"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2025:22854 vom 2025-12-14",
"url": "https://errata.build.resf.org/RLSA-2025:22854"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-28049 vom 2025-12-15",
"url": "https://oss.oracle.com/pipermail/el-errata/2025-December/019260.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-28049 vom 2025-12-15",
"url": "https://linux.oracle.com/errata/ELSA-2025-28049.html"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2025:22865 vom 2025-12-13",
"url": "https://errata.build.resf.org/RLSA-2025:22865"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:23241 vom 2025-12-17",
"url": "https://access.redhat.com/errata/RHSA-2025:23241"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7940-1 vom 2025-12-17",
"url": "https://ubuntu.com/security/notices/USN-7940-1"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:4422-1 vom 2025-12-17",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-December/023573.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-23279 vom 2025-12-18",
"url": "https://linux.oracle.com/errata/ELSA-2025-23279.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-23241 vom 2025-12-19",
"url": "https://linux.oracle.com/errata/ELSA-2025-23241.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7928-4 vom 2025-12-19",
"url": "https://ubuntu.com/security/notices/USN-7928-4"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7922-3 vom 2025-12-19",
"url": "https://ubuntu.com/security/notices/USN-7922-3"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2025:23241 vom 2025-12-23",
"url": "https://errata.build.resf.org/RLSA-2025:23241"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:4505-1 vom 2025-12-23",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/3D5W2444LYTUJVXYGB63LTMU25GRLRJR/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:4516-1 vom 2025-12-24",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-December/023646.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:4517-1 vom 2025-12-24",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-December/023649.html"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2025:23279 vom 2025-12-24",
"url": "https://errata.build.resf.org/RLSA-2025:23279"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:4515-1 vom 2025-12-24",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-December/023647.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:4521-1 vom 2025-12-24",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-December/023651.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:0029-1 vom 2026-01-05",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-January/023679.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:0033-1 vom 2026-01-06",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-January/023686.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7922-4 vom 2026-01-06",
"url": "https://ubuntu.com/security/notices/USN-7922-4"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:0173 vom 2026-01-07",
"url": "https://access.redhat.com/errata/RHSA-2026:0173"
},
{
"category": "external",
"summary": "RedHat Security Advisory",
"url": "https://access.redhat.com/errata/RHSA-2026:0271"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:0453 vom 2026-01-12",
"url": "https://access.redhat.com/errata/RHSA-2026:0453"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7928-5 vom 2026-01-09",
"url": "https://ubuntu.com/security/notices/USN-7928-5"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20012-1 vom 2026-01-09",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-January/023715.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7940-2 vom 2026-01-09",
"url": "https://ubuntu.com/security/notices/USN-7940-2"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20021-1 vom 2026-01-09",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-January/023723.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:0443 vom 2026-01-12",
"url": "https://access.redhat.com/errata/RHSA-2026:0443"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:0444 vom 2026-01-12",
"url": "https://access.redhat.com/errata/RHSA-2026:0444"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20015-1 vom 2026-01-09",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-January/023727.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7931-5 vom 2026-01-09",
"url": "https://ubuntu.com/security/notices/USN-7931-5"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-0453 vom 2026-01-13",
"url": "https://linux.oracle.com/errata/ELSA-2026-0453.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7922-5 vom 2026-01-12",
"url": "https://ubuntu.com/security/notices/USN-7922-5"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:0457 vom 2026-01-12",
"url": "https://access.redhat.com/errata/RHSA-2026:0457"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:0489 vom 2026-01-13",
"url": "https://access.redhat.com/errata/RHSA-2026:0489"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:0535 vom 2026-01-14",
"url": "https://access.redhat.com/errata/RHSA-2026:0535"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:0533 vom 2026-01-14",
"url": "https://access.redhat.com/errata/RHSA-2026:0533"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-0444 vom 2026-01-13",
"url": "https://linux.oracle.com/errata/ELSA-2026-0444.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:0536 vom 2026-01-14",
"url": "https://access.redhat.com/errata/RHSA-2026:0536"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:0534 vom 2026-01-14",
"url": "https://access.redhat.com/errata/RHSA-2026:0534"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:0537 vom 2026-01-14",
"url": "https://access.redhat.com/errata/RHSA-2026:0537"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:0576 vom 2026-01-14",
"url": "https://access.redhat.com/errata/RHSA-2026:0576"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-50006 vom 2026-01-15",
"url": "http://linux.oracle.com/errata/ELSA-2026-50006.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:0643 vom 2026-01-15",
"url": "https://access.redhat.com/errata/RHSA-2026:0643"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20059-1 vom 2026-01-15",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-January/023751.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20039-1 vom 2026-01-15",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-January/023767.html"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:0443 vom 2026-01-17",
"url": "https://errata.build.resf.org/RLSA-2026:0443"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:0444 vom 2026-01-17",
"url": "https://errata.build.resf.org/RLSA-2026:0444"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:0453 vom 2026-01-17",
"url": "https://errata.build.resf.org/RLSA-2026:0453"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:0950 vom 2026-01-22",
"url": "https://access.redhat.com/errata/RHSA-2026:0950"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:0263-1 vom 2026-01-23",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-January/023899.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:0278-1 vom 2026-01-23",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-January/023906.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:0281-1 vom 2026-01-26",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-January/023914.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:0293-1 vom 2026-01-26",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-January/023915.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-50071 vom 2026-01-26",
"url": "https://linux.oracle.com/errata/ELSA-2026-50071.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:1441 vom 2026-01-28",
"url": "https://access.redhat.com/errata/RHSA-2026:1441"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:1443 vom 2026-01-28",
"url": "https://access.redhat.com/errata/RHSA-2026:1443"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:1445 vom 2026-01-28",
"url": "https://access.redhat.com/errata/RHSA-2026:1445"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:1442 vom 2026-01-28",
"url": "https://access.redhat.com/errata/RHSA-2026:1442"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:0315-1 vom 2026-01-29",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-January/023971.html"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7258234 vom 2026-01-28",
"url": "https://www.ibm.com/support/pages/node/7258234"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:1512 vom 2026-01-28",
"url": "https://access.redhat.com/errata/RHSA-2026:1512"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:1494 vom 2026-01-28",
"url": "https://access.redhat.com/errata/RHSA-2026:1494"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:1495 vom 2026-01-28",
"url": "https://access.redhat.com/errata/RHSA-2026:1495"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7988-2 vom 2026-01-30",
"url": "https://ubuntu.com/security/notices/USN-7988-2"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:0317-1 vom 2026-01-29",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-January/023979.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:1581 vom 2026-01-29",
"url": "https://access.redhat.com/errata/RHSA-2026:1581"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7987-1 vom 2026-01-30",
"url": "https://ubuntu.com/security/notices/USN-7987-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7987-2 vom 2026-01-30",
"url": "https://ubuntu.com/security/notices/USN-7987-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7988-1 vom 2026-01-30",
"url": "https://ubuntu.com/security/notices/USN-7988-1"
},
{
"category": "external",
"summary": "Dell Security Advisory DSA-2026-030 vom 2026-01-30",
"url": "https://www.dell.com/support/kbdoc/de-de/000421570/dsa-2026-030-security-update-for-dell-networker-vproxy-multiple-third-party-component-vulnerabilities"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:1623 vom 2026-02-02",
"url": "https://access.redhat.com/errata/RHSA-2026:1623"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:1886 vom 2026-02-04",
"url": "https://access.redhat.com/errata/RHSA-2026:1886"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2026:20145-1 vom 2026-02-03",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/FIKVKDA42VXBWDNHA6WP345IDVA2E3XU/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20207-1 vom 2026-02-04",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024052.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20228-1 vom 2026-02-05",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024063.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7988-3 vom 2026-02-05",
"url": "https://ubuntu.com/security/notices/USN-7988-3"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20220-1 vom 2026-02-05",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024067.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-50100 vom 2026-02-10",
"url": "http://linux.oracle.com/errata/ELSA-2026-50100.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:0411-1 vom 2026-02-10",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024085.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7988-4 vom 2026-02-11",
"url": "https://ubuntu.com/security/notices/USN-7988-4"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8033-3 vom 2026-02-12",
"url": "https://ubuntu.com/security/notices/USN-8033-3"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8033-1 vom 2026-02-12",
"url": "https://ubuntu.com/security/notices/USN-8033-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8033-2 vom 2026-02-12",
"url": "https://ubuntu.com/security/notices/USN-8033-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8034-1 vom 2026-02-12",
"url": "https://ubuntu.com/security/notices/USN-8034-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7988-5 vom 2026-02-12",
"url": "https://ubuntu.com/security/notices/USN-7988-5"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8033-4 vom 2026-02-13",
"url": "https://ubuntu.com/security/notices/USN-8033-4"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20317-1 vom 2026-02-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024177.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20334-1 vom 2026-02-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024161.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20333-1 vom 2026-02-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024162.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8034-2 vom 2026-02-17",
"url": "https://ubuntu.com/security/notices/USN-8034-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8033-5 vom 2026-02-17",
"url": "https://ubuntu.com/security/notices/USN-8033-5"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8033-6 vom 2026-02-17",
"url": "https://ubuntu.com/security/notices/USN-8033-6"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS2KERNEL-5.10-2026-112 vom 2026-02-19",
"url": "https://alas.aws.amazon.com/AL2/ALAS2KERNEL-5.10-2026-112.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8033-7 vom 2026-02-19",
"url": "https://ubuntu.com/security/notices/USN-8033-7"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8033-8 vom 2026-02-19",
"url": "https://ubuntu.com/security/notices/USN-8033-8"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:0617-1 vom 2026-02-24",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024378.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20478-1 vom 2026-02-26",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024408.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20479-1 vom 2026-02-26",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024407.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20473-1 vom 2026-02-26",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024411.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20477-1 vom 2026-02-26",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024409.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20498-1 vom 2026-02-27",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024476.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20519-1 vom 2026-02-27",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024456.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20520-1 vom 2026-02-27",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024455.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20496-1 vom 2026-02-27",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024477.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:3634 vom 2026-03-03",
"url": "https://access.redhat.com/errata/RHSA-2026:3634"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:3685 vom 2026-03-03",
"url": "https://access.redhat.com/errata/RHSA-2026:3685"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-1581 vom 2026-03-04",
"url": "https://linux.oracle.com/errata/ELSA-2026-1581.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20561-1 vom 2026-03-05",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-March/024578.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20564-1 vom 2026-03-05",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-March/024575.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20562-1 vom 2026-03-05",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-March/024577.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8095-2 vom 2026-03-17",
"url": "https://ubuntu.com/security/notices/USN-8095-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8100-1 vom 2026-03-17",
"url": "https://ubuntu.com/security/notices/USN-8100-1"
},
{
"category": "external",
"summary": "Dell Security Advisory DSA-2026-114 vom 2026-03-17",
"url": "https://www.dell.com/support/kbdoc/000436206"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8095-1 vom 2026-03-17",
"url": "https://ubuntu.com/security/notices/USN-8095-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8095-3 vom 2026-03-17",
"url": "https://ubuntu.com/security/notices/USN-8095-3"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8095-4 vom 2026-03-23",
"url": "https://ubuntu.com/security/notices/USN-8095-4"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20794-1 vom 2026-03-25",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-March/024895.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-3685 vom 2026-03-25",
"url": "https://linux.oracle.com/errata/ELSA-2026-3685.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20772-1 vom 2026-03-24",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-March/024862.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20819-1 vom 2026-03-24",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-March/024871.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8126-1 vom 2026-03-25",
"url": "https://ubuntu.com/security/notices/USN-8126-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8125-1 vom 2026-03-25",
"url": "https://ubuntu.com/security/notices/USN-8125-1"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1078-1 vom 2026-03-26",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-March/024954.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20872-1 vom 2026-03-27",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-March/024969.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20845-1 vom 2026-03-28",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-March/024994.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20876-1 vom 2026-03-30",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-March/025054.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8095-5 vom 2026-04-01",
"url": "https://ubuntu.com/security/notices/USN-8095-5"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8141-1 vom 2026-04-01",
"url": "https://ubuntu.com/security/notices/USN-8141-1"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7268628 vom 2026-04-06",
"url": "https://www.ibm.com/support/pages/node/7268628"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1188-1 vom 2026-04-06",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025128.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1185-1 vom 2026-04-06",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025131.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1212-1 vom 2026-04-08",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025162.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1221-1 vom 2026-04-09",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025169.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8165-1 vom 2026-04-10",
"url": "https://ubuntu.com/security/notices/USN-8165-1"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1236-1 vom 2026-04-09",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025190.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1222-1 vom 2026-04-09",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025172.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1225-1 vom 2026-04-09",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025171.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8163-1 vom 2026-04-10",
"url": "https://ubuntu.com/security/notices/USN-8163-1"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1239-1 vom 2026-04-10",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025191.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21008-1 vom 2026-04-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025216.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1244-1 vom 2026-04-10",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025195.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1269-1 vom 2026-04-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025237.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1285-1 vom 2026-04-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025205.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21007-1 vom 2026-04-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025217.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1268-1 vom 2026-04-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025238.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1242-1 vom 2026-04-10",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025193.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1281-1 vom 2026-04-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025229.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1283-1 vom 2026-04-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025228.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1280-1 vom 2026-04-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025230.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1271-1 vom 2026-04-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025235.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1263-1 vom 2026-04-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025242.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1248-1 vom 2026-04-10",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025194.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1278-1 vom 2026-04-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025232.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1259-1 vom 2026-04-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025245.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21091-1 vom 2026-04-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025251.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21089-1 vom 2026-04-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025253.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21079-1 vom 2026-04-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025263.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1298-1 vom 2026-04-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025313.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21088-1 vom 2026-04-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025254.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21080-1 vom 2026-04-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025262.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21043-1 vom 2026-04-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025297.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21061-1 vom 2026-04-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025279.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1287-1 vom 2026-04-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025248.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21060-1 vom 2026-04-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025280.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21059-1 vom 2026-04-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025281.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21044-1 vom 2026-04-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025296.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1297-1 vom 2026-04-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025249.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1304-1 vom 2026-04-14",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025317.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21045-1 vom 2026-04-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025295.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21087-1 vom 2026-04-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025255.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21058-1 vom 2026-04-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025282.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21086-1 vom 2026-04-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025256.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21057-1 vom 2026-04-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025283.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21056-1 vom 2026-04-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025284.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21046-1 vom 2026-04-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025294.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21055-1 vom 2026-04-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025285.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21054-1 vom 2026-04-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025286.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21085-1 vom 2026-04-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025257.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21047-1 vom 2026-04-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025293.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21053-1 vom 2026-04-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025287.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21073-1 vom 2026-04-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025269.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8163-2 vom 2026-04-14",
"url": "https://ubuntu.com/security/notices/USN-8163-2"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21084-1 vom 2026-04-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025258.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21074-1 vom 2026-04-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025268.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21048-1 vom 2026-04-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025292.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21049-1 vom 2026-04-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025291.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21077-1 vom 2026-04-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025265.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21050-1 vom 2026-04-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025290.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21078-1 vom 2026-04-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025264.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21090-1 vom 2026-04-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025252.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21076-1 vom 2026-04-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025266.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21083-1 vom 2026-04-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025259.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21075-1 vom 2026-04-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025267.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21096-1 vom 2026-04-16",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025380.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21099-1 vom 2026-04-16",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025378.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21129-1 vom 2026-04-17",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025416.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21131-1 vom 2026-04-17",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025414.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21123-1 vom 2026-04-17",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025421.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21114-1 vom 2026-04-17",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025429.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:9512 vom 2026-04-22",
"url": "https://access.redhat.com/errata/RHSA-2026:9512"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2026:20572-1 vom 2026-04-21",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/STWYWECAV6YINBQYRNTOUWNIHBOUY3YT/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21217-1 vom 2026-04-21",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025489.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21219-1 vom 2026-04-21",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025525.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:9644 vom 2026-04-22",
"url": "https://access.redhat.com/errata/RHSA-2026:9644"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21230-1 vom 2026-04-22",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025560.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21237-1 vom 2026-04-22",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025557.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1573-1 vom 2026-04-23",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025596.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21241-1 vom 2026-04-23",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025595.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:10108 vom 2026-04-24",
"url": "https://access.redhat.com/errata/RHSA-2026:10108"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21255-1 vom 2026-04-23",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025583.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21361-1 vom 2026-04-28",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025743.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21352-1 vom 2026-04-28",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025751.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1643-1 vom 2026-04-29",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025762.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1661-1 vom 2026-04-30",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025787.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1686-1 vom 2026-05-05",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025842.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1684-1 vom 2026-05-05",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025843.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1718-1 vom 2026-05-06",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025884.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21471-1 vom 2026-05-06",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025878.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21468-1 vom 2026-05-06",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025881.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21482-1 vom 2026-05-06",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025867.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21472-1 vom 2026-05-06",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025877.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21491-1 vom 2026-05-06",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025858.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1708-1 vom 2026-05-06",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025852.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21473-1 vom 2026-05-06",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025876.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21474-1 vom 2026-05-06",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025875.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1694-1 vom 2026-05-06",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025846.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21475-1 vom 2026-05-06",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025874.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21476-1 vom 2026-05-06",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025873.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21477-1 vom 2026-05-06",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025872.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21479-1 vom 2026-05-06",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025870.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21470-1 vom 2026-05-06",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025879.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1710-1 vom 2026-05-06",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025851.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21481-1 vom 2026-05-06",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025868.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21483-1 vom 2026-05-06",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025866.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21487-1 vom 2026-05-06",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025862.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21484-1 vom 2026-05-06",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025865.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21485-1 vom 2026-05-06",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025864.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21480-1 vom 2026-05-06",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025869.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21469-1 vom 2026-05-06",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025880.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8243-1 vom 2026-05-07",
"url": "https://ubuntu.com/security/notices/USN-8243-1"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21514-1 vom 2026-05-07",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025896.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1725-1 vom 2026-05-07",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025918.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21505-1 vom 2026-05-07",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025905.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21506-1 vom 2026-05-07",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025904.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21507-1 vom 2026-05-07",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025903.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21508-1 vom 2026-05-07",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025902.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21509-1 vom 2026-05-07",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025901.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21510-1 vom 2026-05-07",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025900.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21511-1 vom 2026-05-07",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025899.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21512-1 vom 2026-05-07",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025898.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21513-1 vom 2026-05-07",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025897.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21515-1 vom 2026-05-07",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025895.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21495-1 vom 2026-05-07",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025915.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21496-1 vom 2026-05-07",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025914.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21497-1 vom 2026-05-07",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025913.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21498-1 vom 2026-05-07",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025912.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21499-1 vom 2026-05-07",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025911.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21501-1 vom 2026-05-07",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025909.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21503-1 vom 2026-05-07",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025907.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21504-1 vom 2026-05-07",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025906.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1728-1 vom 2026-05-07",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025921.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1733-1 vom 2026-05-07",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025919.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1768-1 vom 2026-05-08",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025939.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1771-1 vom 2026-05-08",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025937.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1776-1 vom 2026-05-08",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025948.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21529-1 vom 2026-05-11",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025991.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21555-1 vom 2026-05-11",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025966.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1798-1 vom 2026-05-11",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025979.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21533-1 vom 2026-05-11",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025986.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21562-1 vom 2026-05-11",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025961.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21563-1 vom 2026-05-11",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025960.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1787-1 vom 2026-05-11",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025995.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1793-1 vom 2026-05-11",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025982.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21532-1 vom 2026-05-11",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025988.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:1804-1 vom 2026-05-11",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/025951.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21531-1 vom 2026-05-11",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/026007.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21526-1 vom 2026-05-11",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/026003.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21523-1 vom 2026-05-11",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/026006.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21528-1 vom 2026-05-11",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/026001.html"
},
{
"category": "external",
"summary": "Dell Security Advisory",
"url": "https://www.dell.com/support/kbdoc/en-us/000462117/dsa-2026-047-security-update-for-dell-ecs-and-objectscale-multiple-vulnerabilities-1"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21591-1 vom 2026-05-15",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/026041.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:21598-1 vom 2026-05-15",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-May/026037.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:21706 vom 2026-05-28",
"url": "https://access.redhat.com/errata/RHSA-2026:21706"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:21745 vom 2026-05-28",
"url": "https://access.redhat.com/errata/RHSA-2026:21745"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:21745 vom 2026-05-31",
"url": "https://errata.build.resf.org/RLSA-2026:21745"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-21706 vom 2026-05-29",
"url": "https://linux.oracle.com/errata/ELSA-2026-21706.html"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2026:21706 vom 2026-05-31",
"url": "https://errata.build.resf.org/RLSA-2026:21706"
}
],
"source_lang": "en-US",
"title": "Linux Kernel: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2026-05-31T22:00:00.000+00:00",
"generator": {
"date": "2026-06-01T07:23:00.687+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.6.0"
}
},
"id": "WID-SEC-W-2025-2298",
"initial_release_date": "2025-10-14T22:00:00.000+00:00",
"revision_history": [
{
"date": "2025-10-14T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2025-10-15T22:00:00.000+00:00",
"number": "2",
"summary": "Referenz(en) aufgenommen: EUVD-2025-34595, EUVD-2025-34603, EUVD-2025-34584, EUVD-2025-34574"
},
{
"date": "2025-10-26T23:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2025-10-27T23:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von Amazon aufgenommen"
},
{
"date": "2025-10-28T23:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von openSUSE aufgenommen"
},
{
"date": "2025-11-02T23:00:00.000+00:00",
"number": "6",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2025-11-03T23:00:00.000+00:00",
"number": "7",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2025-11-10T23:00:00.000+00:00",
"number": "8",
"summary": "Neue Updates von Amazon und Oracle Linux aufgenommen"
},
{
"date": "2025-11-11T23:00:00.000+00:00",
"number": "9",
"summary": "Neue Updates von SUSE und Debian aufgenommen"
},
{
"date": "2025-11-16T23:00:00.000+00:00",
"number": "10",
"summary": "Neue Updates von Red Hat und SUSE aufgenommen"
},
{
"date": "2025-11-18T23:00:00.000+00:00",
"number": "11",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-11-19T23:00:00.000+00:00",
"number": "12",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-11-20T23:00:00.000+00:00",
"number": "13",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-11-23T23:00:00.000+00:00",
"number": "14",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-11-24T23:00:00.000+00:00",
"number": "15",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-11-25T23:00:00.000+00:00",
"number": "16",
"summary": "Neue Updates von Debian aufgenommen"
},
{
"date": "2025-11-26T23:00:00.000+00:00",
"number": "17",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2025-11-27T23:00:00.000+00:00",
"number": "18",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-11-30T23:00:00.000+00:00",
"number": "19",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-12-01T23:00:00.000+00:00",
"number": "20",
"summary": "Neue Updates von SUSE und Red Hat aufgenommen"
},
{
"date": "2025-12-02T23:00:00.000+00:00",
"number": "21",
"summary": "Neue Updates von Red Hat und Oracle Linux aufgenommen"
},
{
"date": "2025-12-03T23:00:00.000+00:00",
"number": "22",
"summary": "Neue Updates von Rocky Enterprise Software Foundation aufgenommen"
},
{
"date": "2025-12-04T23:00:00.000+00:00",
"number": "23",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-12-07T23:00:00.000+00:00",
"number": "24",
"summary": "Neue Updates von Red Hat und Oracle Linux aufgenommen"
},
{
"date": "2025-12-08T23:00:00.000+00:00",
"number": "25",
"summary": "Neue Updates von Amazon, Red Hat und Oracle Linux aufgenommen"
},
{
"date": "2025-12-09T23:00:00.000+00:00",
"number": "26",
"summary": "Neue Updates von Red Hat und Oracle Linux aufgenommen"
},
{
"date": "2025-12-10T23:00:00.000+00:00",
"number": "27",
"summary": "Neue Updates von Ubuntu und SUSE aufgenommen"
},
{
"date": "2025-12-11T23:00:00.000+00:00",
"number": "28",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-12-14T23:00:00.000+00:00",
"number": "29",
"summary": "Neue Updates von Oracle Linux, Debian und Rocky Enterprise Software Foundation aufgenommen"
},
{
"date": "2025-12-15T23:00:00.000+00:00",
"number": "30",
"summary": "Neue Updates von Ubuntu und SUSE aufgenommen"
},
{
"date": "2025-12-16T23:00:00.000+00:00",
"number": "31",
"summary": "Neue Updates von Ubuntu und Red Hat aufgenommen"
},
{
"date": "2025-12-17T23:00:00.000+00:00",
"number": "32",
"summary": "Neue Updates von Ubuntu, SUSE und Oracle Linux aufgenommen"
},
{
"date": "2025-12-18T23:00:00.000+00:00",
"number": "33",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2025-12-21T23:00:00.000+00:00",
"number": "34",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-12-22T23:00:00.000+00:00",
"number": "35",
"summary": "Neue Updates von Rocky Enterprise Software Foundation und SUSE aufgenommen"
},
{
"date": "2025-12-23T23:00:00.000+00:00",
"number": "36",
"summary": "Neue Updates von SUSE und Rocky Enterprise Software Foundation aufgenommen"
},
{
"date": "2025-12-28T23:00:00.000+00:00",
"number": "37",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-01-05T23:00:00.000+00:00",
"number": "38",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-01-06T23:00:00.000+00:00",
"number": "39",
"summary": "Neue Updates von Ubuntu und Red Hat aufgenommen"
},
{
"date": "2026-01-07T23:00:00.000+00:00",
"number": "40",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-01-11T23:00:00.000+00:00",
"number": "41",
"summary": "Neue Updates von Red Hat, Ubuntu und SUSE aufgenommen"
},
{
"date": "2026-01-12T23:00:00.000+00:00",
"number": "42",
"summary": "Neue Updates von Oracle Linux, Ubuntu und Red Hat aufgenommen"
},
{
"date": "2026-01-13T23:00:00.000+00:00",
"number": "43",
"summary": "Neue Updates von Red Hat und Oracle Linux aufgenommen"
},
{
"date": "2026-01-14T23:00:00.000+00:00",
"number": "44",
"summary": "Neue Updates von Oracle Linux, Red Hat und SUSE aufgenommen"
},
{
"date": "2026-01-18T23:00:00.000+00:00",
"number": "45",
"summary": "Neue Updates von Rocky Enterprise Software Foundation aufgenommen"
},
{
"date": "2026-01-21T23:00:00.000+00:00",
"number": "46",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-01-25T23:00:00.000+00:00",
"number": "47",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-01-26T23:00:00.000+00:00",
"number": "48",
"summary": "Neue Updates von SUSE und Oracle Linux aufgenommen"
},
{
"date": "2026-01-27T23:00:00.000+00:00",
"number": "49",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-01-28T23:00:00.000+00:00",
"number": "50",
"summary": "Neue Updates von SUSE, IBM und Red Hat aufgenommen"
},
{
"date": "2026-01-29T23:00:00.000+00:00",
"number": "51",
"summary": "Neue Updates von Ubuntu, SUSE und Red Hat aufgenommen"
},
{
"date": "2026-02-01T23:00:00.000+00:00",
"number": "52",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-02-03T23:00:00.000+00:00",
"number": "53",
"summary": "Neue Updates von Red Hat und openSUSE aufgenommen"
},
{
"date": "2026-02-04T23:00:00.000+00:00",
"number": "54",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-02-05T23:00:00.000+00:00",
"number": "55",
"summary": "Neue Updates von SUSE und Ubuntu aufgenommen"
},
{
"date": "2026-02-09T23:00:00.000+00:00",
"number": "56",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2026-02-11T23:00:00.000+00:00",
"number": "57",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-02-12T23:00:00.000+00:00",
"number": "58",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-02-15T23:00:00.000+00:00",
"number": "59",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-02-17T23:00:00.000+00:00",
"number": "60",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-02-18T23:00:00.000+00:00",
"number": "61",
"summary": "Neue Updates von Amazon und Ubuntu aufgenommen"
},
{
"date": "2026-02-19T23:00:00.000+00:00",
"number": "62",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-02-24T23:00:00.000+00:00",
"number": "63",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-02-26T23:00:00.000+00:00",
"number": "64",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-03-01T23:00:00.000+00:00",
"number": "65",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-03-02T23:00:00.000+00:00",
"number": "66",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-03-03T23:00:00.000+00:00",
"number": "67",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-03-04T23:00:00.000+00:00",
"number": "68",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2026-03-05T23:00:00.000+00:00",
"number": "69",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-03-16T23:00:00.000+00:00",
"number": "70",
"summary": "Neue Updates von Ubuntu und Dell aufgenommen"
},
{
"date": "2026-03-17T23:00:00.000+00:00",
"number": "71",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-03-23T23:00:00.000+00:00",
"number": "72",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-03-24T23:00:00.000+00:00",
"number": "73",
"summary": "Neue Updates von SUSE und Oracle Linux aufgenommen"
},
{
"date": "2026-03-25T23:00:00.000+00:00",
"number": "74",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-03-26T23:00:00.000+00:00",
"number": "75",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-03-29T22:00:00.000+00:00",
"number": "76",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-03-30T22:00:00.000+00:00",
"number": "77",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-04-01T22:00:00.000+00:00",
"number": "78",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-04-06T22:00:00.000+00:00",
"number": "79",
"summary": "Neue Updates von IBM und SUSE aufgenommen"
},
{
"date": "2026-04-08T22:00:00.000+00:00",
"number": "80",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-04-09T22:00:00.000+00:00",
"number": "81",
"summary": "Neue Updates von Ubuntu und SUSE aufgenommen"
},
{
"date": "2026-04-12T22:00:00.000+00:00",
"number": "82",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-04-13T22:00:00.000+00:00",
"number": "83",
"summary": "Neue Updates von SUSE und Ubuntu aufgenommen"
},
{
"date": "2026-04-15T22:00:00.000+00:00",
"number": "84",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-04-19T22:00:00.000+00:00",
"number": "85",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-04-21T22:00:00.000+00:00",
"number": "86",
"summary": "Neue Updates von Red Hat, openSUSE und SUSE aufgenommen"
},
{
"date": "2026-04-22T22:00:00.000+00:00",
"number": "87",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-04-23T22:00:00.000+00:00",
"number": "88",
"summary": "Neue Updates von SUSE und Red Hat aufgenommen"
},
{
"date": "2026-04-28T22:00:00.000+00:00",
"number": "89",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-05-03T22:00:00.000+00:00",
"number": "90",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-05-05T22:00:00.000+00:00",
"number": "91",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-05-06T22:00:00.000+00:00",
"number": "92",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-05-07T22:00:00.000+00:00",
"number": "93",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-05-10T22:00:00.000+00:00",
"number": "94",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-05-11T22:00:00.000+00:00",
"number": "95",
"summary": "Neue Updates von Dell aufgenommen"
},
{
"date": "2026-05-14T22:00:00.000+00:00",
"number": "96",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-05-27T22:00:00.000+00:00",
"number": "97",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-05-28T22:00:00.000+00:00",
"number": "98",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-05-31T22:00:00.000+00:00",
"number": "99",
"summary": "Neue Updates von Rocky Enterprise Software Foundation und Oracle Linux aufgenommen"
}
],
"status": "final",
"version": "99"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Amazon Linux 2",
"product": {
"name": "Amazon Linux 2",
"product_id": "398363",
"product_identification_helper": {
"cpe": "cpe:/o:amazon:linux_2:-"
}
}
}
],
"category": "vendor",
"name": "Amazon"
},
{
"branches": [
{
"category": "product_name",
"name": "Debian Linux",
"product": {
"name": "Debian Linux",
"product_id": "2951",
"product_identification_helper": {
"cpe": "cpe:/o:debian:debian_linux:-"
}
}
}
],
"category": "vendor",
"name": "Debian"
},
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "3.8.1.0-3.8.1.7",
"product": {
"name": "Dell ECS 3.8.1.0-3.8.1.7",
"product_id": "T053778",
"product_identification_helper": {
"cpe": "cpe:/h:dell:ecs:3.8.1.0_-_3.8.1.7"
}
}
}
],
"category": "product_name",
"name": "ECS"
},
{
"branches": [
{
"category": "product_version_range",
"name": "vProxy \u003c19.14",
"product": {
"name": "Dell NetWorker vProxy \u003c19.14",
"product_id": "T050451"
}
},
{
"category": "product_version",
"name": "vProxy 19.14",
"product": {
"name": "Dell NetWorker vProxy 19.14",
"product_id": "T050451-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:dell:networker:vproxy__19.14"
}
}
},
{
"category": "product_version_range",
"name": "vProxy \u003c19.13.0.3",
"product": {
"name": "Dell NetWorker vProxy \u003c19.13.0.3",
"product_id": "T051763"
}
},
{
"category": "product_version",
"name": "vProxy 19.13.0.3",
"product": {
"name": "Dell NetWorker vProxy 19.13.0.3",
"product_id": "T051763-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:dell:networker:vproxy__19.13.0.3"
}
}
}
],
"category": "product_name",
"name": "NetWorker"
}
],
"category": "vendor",
"name": "Dell"
},
{
"branches": [
{
"category": "product_name",
"name": "Google Container-Optimized OS",
"product": {
"name": "Google Container-Optimized OS",
"product_id": "1607324",
"product_identification_helper": {
"cpe": "cpe:/o:google:container-optimized_os:-"
}
}
}
],
"category": "vendor",
"name": "Google"
},
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "10.5.0.0-10.5.0.20",
"product": {
"name": "IBM DataPower Gateway 10.5.0.0-10.5.0.20",
"product_id": "T052394",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:datapower_gateway:10.5.0.0_-_10.5.0.20"
}
}
},
{
"category": "product_version",
"name": "10.6.0.0-10.6.0.8",
"product": {
"name": "IBM DataPower Gateway 10.6.0.0-10.6.0.8",
"product_id": "T052395",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:datapower_gateway:10.6.0.0_-_10.6.0.8"
}
}
}
],
"category": "product_name",
"name": "DataPower Gateway"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c7.5.0 UP14 IF04",
"product": {
"name": "IBM QRadar SIEM \u003c7.5.0 UP14 IF04",
"product_id": "T050392"
}
},
{
"category": "product_version",
"name": "7.5.0 UP14 IF04",
"product": {
"name": "IBM QRadar SIEM 7.5.0 UP14 IF04",
"product_id": "T050392-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:qradar_siem:7.5.0_up14_if04"
}
}
}
],
"category": "product_name",
"name": "QRadar SIEM"
}
],
"category": "vendor",
"name": "IBM"
},
{
"branches": [
{
"category": "product_name",
"name": "Open Source Linux Kernel",
"product": {
"name": "Open Source Linux Kernel",
"product_id": "T047708",
"product_identification_helper": {
"cpe": "cpe:/o:linux:linux_kernel:-"
}
}
}
],
"category": "vendor",
"name": "Open Source"
},
{
"branches": [
{
"category": "product_name",
"name": "Oracle Linux",
"product": {
"name": "Oracle Linux",
"product_id": "T004914",
"product_identification_helper": {
"cpe": "cpe:/o:oracle:linux:-"
}
}
}
],
"category": "vendor",
"name": "Oracle"
},
{
"branches": [
{
"category": "product_name",
"name": "RESF Rocky Linux",
"product": {
"name": "RESF Rocky Linux",
"product_id": "T032255",
"product_identification_helper": {
"cpe": "cpe:/o:resf:rocky_linux:-"
}
}
}
],
"category": "vendor",
"name": "RESF"
},
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux",
"product": {
"name": "Red Hat Enterprise Linux",
"product_id": "67646",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:-"
}
}
},
{
"category": "product_version",
"name": "10",
"product": {
"name": "Red Hat Enterprise Linux 10",
"product_id": "T048374",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10"
}
}
},
{
"category": "product_version",
"name": "8",
"product": {
"name": "Red Hat Enterprise Linux 8",
"product_id": "T048848",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:8"
}
}
}
],
"category": "product_name",
"name": "Enterprise Linux"
}
],
"category": "vendor",
"name": "Red Hat"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux",
"product": {
"name": "SUSE Linux",
"product_id": "T002207",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse_linux:-"
}
}
},
{
"category": "product_name",
"name": "SUSE openSUSE",
"product": {
"name": "SUSE openSUSE",
"product_id": "T027843",
"product_identification_helper": {
"cpe": "cpe:/o:suse:opensuse:-"
}
}
}
],
"category": "vendor",
"name": "SUSE"
},
{
"branches": [
{
"category": "product_name",
"name": "Ubuntu Linux",
"product": {
"name": "Ubuntu Linux",
"product_id": "T000126",
"product_identification_helper": {
"cpe": "cpe:/o:canonical:ubuntu_linux:-"
}
}
}
],
"category": "vendor",
"name": "Ubuntu"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-39966",
"product_status": {
"known_affected": [
"T052395",
"T050392",
"T052394",
"67646",
"T053778",
"T047708",
"T051763",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T048848",
"T027843",
"398363",
"T048374",
"1607324"
]
},
"release_date": "2025-10-14T22:00:00.000+00:00",
"title": "CVE-2025-39966"
},
{
"cve": "CVE-2025-39967",
"product_status": {
"known_affected": [
"T052395",
"T050392",
"T052394",
"67646",
"T053778",
"T047708",
"T051763",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T048848",
"T027843",
"398363",
"T048374",
"1607324"
]
},
"release_date": "2025-10-14T22:00:00.000+00:00",
"title": "CVE-2025-39967"
},
{
"cve": "CVE-2025-39968",
"product_status": {
"known_affected": [
"T052395",
"T050392",
"T052394",
"67646",
"T053778",
"T047708",
"T051763",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T048848",
"T027843",
"398363",
"T048374",
"1607324"
]
},
"release_date": "2025-10-14T22:00:00.000+00:00",
"title": "CVE-2025-39968"
},
{
"cve": "CVE-2025-39969",
"product_status": {
"known_affected": [
"T052395",
"T050392",
"T052394",
"67646",
"T053778",
"T047708",
"T051763",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T048848",
"T027843",
"398363",
"T048374",
"1607324"
]
},
"release_date": "2025-10-14T22:00:00.000+00:00",
"title": "CVE-2025-39969"
},
{
"cve": "CVE-2025-39970",
"product_status": {
"known_affected": [
"T052395",
"T050392",
"T052394",
"67646",
"T053778",
"T047708",
"T051763",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T048848",
"T027843",
"398363",
"T048374",
"1607324"
]
},
"release_date": "2025-10-14T22:00:00.000+00:00",
"title": "CVE-2025-39970"
},
{
"cve": "CVE-2025-39971",
"product_status": {
"known_affected": [
"T052395",
"T050392",
"T052394",
"67646",
"T053778",
"T047708",
"T051763",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T048848",
"T027843",
"398363",
"T048374",
"1607324"
]
},
"release_date": "2025-10-14T22:00:00.000+00:00",
"title": "CVE-2025-39971"
},
{
"cve": "CVE-2025-39972",
"product_status": {
"known_affected": [
"T052395",
"T050392",
"T052394",
"67646",
"T053778",
"T047708",
"T051763",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T048848",
"T027843",
"398363",
"T048374",
"1607324"
]
},
"release_date": "2025-10-14T22:00:00.000+00:00",
"title": "CVE-2025-39972"
},
{
"cve": "CVE-2025-39973",
"product_status": {
"known_affected": [
"T052395",
"T050392",
"T052394",
"67646",
"T053778",
"T047708",
"T051763",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T048848",
"T027843",
"398363",
"T048374",
"1607324"
]
},
"release_date": "2025-10-14T22:00:00.000+00:00",
"title": "CVE-2025-39973"
},
{
"cve": "CVE-2025-39974",
"product_status": {
"known_affected": [
"T052395",
"T050392",
"T052394",
"67646",
"T053778",
"T047708",
"T051763",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T048848",
"T027843",
"398363",
"T048374",
"1607324"
]
},
"release_date": "2025-10-14T22:00:00.000+00:00",
"title": "CVE-2025-39974"
},
{
"cve": "CVE-2025-39975",
"product_status": {
"known_affected": [
"T052395",
"T050392",
"T052394",
"67646",
"T053778",
"T047708",
"T051763",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T048848",
"T027843",
"398363",
"T048374",
"1607324"
]
},
"release_date": "2025-10-14T22:00:00.000+00:00",
"title": "CVE-2025-39975"
},
{
"cve": "CVE-2025-39976",
"product_status": {
"known_affected": [
"T052395",
"T050392",
"T052394",
"67646",
"T053778",
"T047708",
"T051763",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T048848",
"T027843",
"398363",
"T048374",
"1607324"
]
},
"release_date": "2025-10-14T22:00:00.000+00:00",
"title": "CVE-2025-39976"
},
{
"cve": "CVE-2025-39977",
"product_status": {
"known_affected": [
"T052395",
"T050392",
"T052394",
"67646",
"T053778",
"T047708",
"T051763",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T048848",
"T027843",
"398363",
"T048374",
"1607324"
]
},
"release_date": "2025-10-14T22:00:00.000+00:00",
"title": "CVE-2025-39977"
},
{
"cve": "CVE-2025-39978",
"product_status": {
"known_affected": [
"T052395",
"T050392",
"T052394",
"67646",
"T053778",
"T047708",
"T051763",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T048848",
"T027843",
"398363",
"T048374",
"1607324"
]
},
"release_date": "2025-10-14T22:00:00.000+00:00",
"title": "CVE-2025-39978"
},
{
"cve": "CVE-2025-39979",
"product_status": {
"known_affected": [
"T052395",
"T050392",
"T052394",
"67646",
"T053778",
"T047708",
"T051763",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T048848",
"T027843",
"398363",
"T048374",
"1607324"
]
},
"release_date": "2025-10-14T22:00:00.000+00:00",
"title": "CVE-2025-39979"
},
{
"cve": "CVE-2025-39980",
"product_status": {
"known_affected": [
"T052395",
"T050392",
"T052394",
"67646",
"T053778",
"T047708",
"T051763",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T048848",
"T027843",
"398363",
"T048374",
"1607324"
]
},
"release_date": "2025-10-14T22:00:00.000+00:00",
"title": "CVE-2025-39980"
},
{
"cve": "CVE-2025-39981",
"product_status": {
"known_affected": [
"T052395",
"T050392",
"T052394",
"67646",
"T053778",
"T047708",
"T051763",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T048848",
"T027843",
"398363",
"T048374",
"1607324"
]
},
"release_date": "2025-10-14T22:00:00.000+00:00",
"title": "CVE-2025-39981"
},
{
"cve": "CVE-2025-39982",
"product_status": {
"known_affected": [
"T052395",
"T050392",
"T052394",
"67646",
"T053778",
"T047708",
"T051763",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T048848",
"T027843",
"398363",
"T048374",
"1607324"
]
},
"release_date": "2025-10-14T22:00:00.000+00:00",
"title": "CVE-2025-39982"
},
{
"cve": "CVE-2025-39983",
"product_status": {
"known_affected": [
"T052395",
"T050392",
"T052394",
"67646",
"T053778",
"T047708",
"T051763",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T048848",
"T027843",
"398363",
"T048374",
"1607324"
]
},
"release_date": "2025-10-14T22:00:00.000+00:00",
"title": "CVE-2025-39983"
},
{
"cve": "CVE-2025-39984",
"product_status": {
"known_affected": [
"T052395",
"T050392",
"T052394",
"67646",
"T053778",
"T047708",
"T051763",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T048848",
"T027843",
"398363",
"T048374",
"1607324"
]
},
"release_date": "2025-10-14T22:00:00.000+00:00",
"title": "CVE-2025-39984"
},
{
"cve": "CVE-2025-39985",
"product_status": {
"known_affected": [
"T052395",
"T050392",
"T052394",
"67646",
"T053778",
"T047708",
"T051763",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T048848",
"T027843",
"398363",
"T048374",
"1607324"
]
},
"release_date": "2025-10-14T22:00:00.000+00:00",
"title": "CVE-2025-39985"
},
{
"cve": "CVE-2025-39986",
"product_status": {
"known_affected": [
"T052395",
"T050392",
"T052394",
"67646",
"T053778",
"T047708",
"T051763",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T048848",
"T027843",
"398363",
"T048374",
"1607324"
]
},
"release_date": "2025-10-14T22:00:00.000+00:00",
"title": "CVE-2025-39986"
},
{
"cve": "CVE-2025-39987",
"product_status": {
"known_affected": [
"T052395",
"T050392",
"T052394",
"67646",
"T053778",
"T047708",
"T051763",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T048848",
"T027843",
"398363",
"T048374",
"1607324"
]
},
"release_date": "2025-10-14T22:00:00.000+00:00",
"title": "CVE-2025-39987"
},
{
"cve": "CVE-2025-39988",
"product_status": {
"known_affected": [
"T052395",
"T050392",
"T052394",
"67646",
"T053778",
"T047708",
"T051763",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T048848",
"T027843",
"398363",
"T048374",
"1607324"
]
},
"release_date": "2025-10-14T22:00:00.000+00:00",
"title": "CVE-2025-39988"
},
{
"cve": "CVE-2025-39990",
"product_status": {
"known_affected": [
"T052395",
"T050392",
"T052394",
"67646",
"T053778",
"T047708",
"T051763",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T048848",
"T027843",
"398363",
"T048374",
"1607324"
]
},
"release_date": "2025-10-14T22:00:00.000+00:00",
"title": "CVE-2025-39990"
},
{
"cve": "CVE-2025-39991",
"product_status": {
"known_affected": [
"T052395",
"T050392",
"T052394",
"67646",
"T053778",
"T047708",
"T051763",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T048848",
"T027843",
"398363",
"T048374",
"1607324"
]
},
"release_date": "2025-10-14T22:00:00.000+00:00",
"title": "CVE-2025-39991"
},
{
"cve": "CVE-2025-39992",
"product_status": {
"known_affected": [
"T052395",
"T050392",
"T052394",
"67646",
"T053778",
"T047708",
"T051763",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T048848",
"T027843",
"398363",
"T048374",
"1607324"
]
},
"release_date": "2025-10-14T22:00:00.000+00:00",
"title": "CVE-2025-39992"
},
{
"cve": "CVE-2025-39993",
"product_status": {
"known_affected": [
"T052395",
"T050392",
"T052394",
"67646",
"T053778",
"T047708",
"T051763",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T048848",
"T027843",
"398363",
"T048374",
"1607324"
]
},
"release_date": "2025-10-14T22:00:00.000+00:00",
"title": "CVE-2025-39993"
},
{
"cve": "CVE-2025-39994",
"product_status": {
"known_affected": [
"T052395",
"T050392",
"T052394",
"67646",
"T053778",
"T047708",
"T051763",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T048848",
"T027843",
"398363",
"T048374",
"1607324"
]
},
"release_date": "2025-10-14T22:00:00.000+00:00",
"title": "CVE-2025-39994"
},
{
"cve": "CVE-2025-39995",
"product_status": {
"known_affected": [
"T052395",
"T050392",
"T052394",
"67646",
"T053778",
"T047708",
"T051763",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T048848",
"T027843",
"398363",
"T048374",
"1607324"
]
},
"release_date": "2025-10-14T22:00:00.000+00:00",
"title": "CVE-2025-39995"
},
{
"cve": "CVE-2025-39996",
"product_status": {
"known_affected": [
"T052395",
"T050392",
"T052394",
"67646",
"T053778",
"T047708",
"T051763",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T048848",
"T027843",
"398363",
"T048374",
"1607324"
]
},
"release_date": "2025-10-14T22:00:00.000+00:00",
"title": "CVE-2025-39996"
},
{
"cve": "CVE-2025-39997",
"product_status": {
"known_affected": [
"T052395",
"T050392",
"T052394",
"67646",
"T053778",
"T047708",
"T051763",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T048848",
"T027843",
"398363",
"T048374",
"1607324"
]
},
"release_date": "2025-10-14T22:00:00.000+00:00",
"title": "CVE-2025-39997"
},
{
"cve": "CVE-2025-39998",
"product_status": {
"known_affected": [
"T052395",
"T050392",
"T052394",
"67646",
"T053778",
"T047708",
"T051763",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T048848",
"T027843",
"398363",
"T048374",
"1607324"
]
},
"release_date": "2025-10-14T22:00:00.000+00:00",
"title": "CVE-2025-39998"
},
{
"cve": "CVE-2025-39999",
"product_status": {
"known_affected": [
"T052395",
"T050392",
"T052394",
"67646",
"T053778",
"T047708",
"T051763",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T048848",
"T027843",
"398363",
"T048374",
"1607324"
]
},
"release_date": "2025-10-14T22:00:00.000+00:00",
"title": "CVE-2025-39999"
},
{
"cve": "CVE-2025-40000",
"product_status": {
"known_affected": [
"T052395",
"T050392",
"T052394",
"67646",
"T053778",
"T047708",
"T051763",
"T004914",
"T050451",
"T032255",
"2951",
"T002207",
"T000126",
"T048848",
"T027843",
"398363",
"T048374",
"1607324"
]
},
"release_date": "2025-10-14T22:00:00.000+00:00",
"title": "CVE-2025-40000"
}
]
}
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.